diff options
Diffstat (limited to 'csharp/test/TestCommon/TestHelper.cs')
-rw-r--r-- | csharp/test/TestCommon/TestHelper.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/csharp/test/TestCommon/TestHelper.cs b/csharp/test/TestCommon/TestHelper.cs index 5b40b3e3d8e..b966ada4a4e 100644 --- a/csharp/test/TestCommon/TestHelper.cs +++ b/csharp/test/TestCommon/TestHelper.cs @@ -13,16 +13,7 @@ namespace Test { public interface ControllerHelper { - string getOutput(); - void join(); - void completed(int status); - void run(); - string loggerPrefix(); - void print(string message); void serverReady(); - void shutdown(); - void waitReady(int msec); - int waitSuccess(int msec); void communicatorInitialized(Ice.Communicator communicator); } |