Class ComponentTestLazyPlatform

  • All Implemented Interfaces:
    junit.framework.Test
    Direct Known Subclasses:
    ComponentStartTestLazyPlatform, JunitAgentTest

    public class ComponentTestLazyPlatform
    extends ComponentTestBase
    Test a component. This version does not need a Platform on instantiation, but rather later, before tests are started.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      void runBare()
      Test the component.
      void setPlatform​(IExternalAccess platform)  
      • Methods inherited from class junit.framework.TestCase

        assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, run, run, runTest, setName, setUp, tearDown, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • comp

        protected java.lang.String comp
        The component to test.
    • Constructor Detail

      • ComponentTestLazyPlatform

        protected ComponentTestLazyPlatform()
        Create a new ComponentTest.
      • ComponentTestLazyPlatform

        public ComponentTestLazyPlatform​(java.lang.String comp,
                                         IAbortableTestSuite suite)
        Create a component test. Run on existing test suite platform.
    • Method Detail

      • getName

        public java.lang.String getName()
        Overrides:
        getName in class junit.framework.TestCase