| test.tck.TestHarness
All known Subclasses: test.tck.msgflow.callflows.redirect.Shootme, test.tck.msgflow.callflows.ScenarioHarness, test.tck.factory.FactoryTestHarness, test.tck.msgflow.callflows.redirect.Shootist, test.tck.msgflow.MessageFlowHarness, test.tck.msgflow.callflows.forkedinvite.Proxy, test.tck.msgflow.callflows.recroute.Proxy,
TestHarness | public class TestHarness extends TestCase (Code) | | |
Method Summary | |
public static void | assertEquals(Object me, Object him) | public static void | assertEquals(String me, String him) | public static void | assertEquals(String reason, Object me, Object him) | public static void | assertEquals(String reason, String me, String him) | public static void | assertNotNull(String reason, Object thing) | public static void | assertNull(String reason, Object thing) | public static void | assertSame(String diagnostic, Object thing, Object thingie) | public static void | assertTrue(boolean cond) | public static void | assertTrue(String diagnostic, boolean cond) | public static void | checkImplementsInterface(Class implementationClass, Class jainInterface) | public static void | fail(String message) | public static void | fail(String message, Exception ex) | public static void | fail() | protected String | getImplementationPath() | static void | getRIFactories(boolean autoDialog) | public static Properties | getRiProperties(boolean autoDialog) Returns a properties object containing all RI settings. | static void | getTIFactories() | public static Properties | getTiProperties() Returns a properties object containing all TI settings. | public static boolean | implementsInterface(Class implementationClass, Class jainInterface) | public void | logTestCompleted() | public void | logTestCompleted(String info) | public void | setUp() | public void | tearDown() |
ABORT_ON_FAIL | final protected static String ABORT_ON_FAIL(Code) | | |
IMPLEMENTATION_PATH | final protected static String IMPLEMENTATION_PATH(Code) | | |
LOCAL_ADDRESS | final protected static String LOCAL_ADDRESS(Code) | | |
LOG_FILE_NAME | final protected static String LOG_FILE_NAME(Code) | | |
RI_PORT | final protected static int RI_PORT(Code) | | |
TI_PORT | final protected static int TI_PORT(Code) | | |
abortOnFail | protected static boolean abortOnFail(Code) | | |
console | protected static Appender console(Code) | | |
testCounter | protected static int testCounter(Code) | | |
testResult | protected TestResult testResult(Code) | | |
TestHarness | protected TestHarness()(Code) | | Default constructor
|
TestHarness | protected TestHarness(String name, boolean autoDialog)(Code) | | |
assertTrue | public static void assertTrue(boolean cond)(Code) | | |
assertTrue | public static void assertTrue(String diagnostic, boolean cond)(Code) | | |
checkImplementsInterface | public static void checkImplementsInterface(Class implementationClass, Class jainInterface)(Code) | | |
fail | public static void fail()(Code) | | |
getImplementationPath | protected String getImplementationPath()(Code) | | |
getRIFactories | static void getRIFactories(boolean autoDialog)(Code) | | |
getRiProperties | public static Properties getRiProperties(boolean autoDialog)(Code) | | Returns a properties object containing all RI settings. The result from
this method is passed to the SipFactory when creating the RI Stack
|
getTIFactories | static void getTIFactories()(Code) | | |
getTiProperties | public static Properties getTiProperties()(Code) | | Returns a properties object containing all TI settings. The result from
this method is passed to the SipFactory when creating the TI Stack
|
implementsInterface | public static boolean implementsInterface(Class implementationClass, Class jainInterface)(Code) | | |
logTestCompleted | public void logTestCompleted()(Code) | | |
logTestCompleted | public void logTestCompleted(String info)(Code) | | |
|
|