Class NXRuntimeTestCase

  • All Implemented Interfaces:
    RuntimeHarness

    @Deprecated
    public class NXRuntimeTestCase
    extends RuntimeHarnessImpl
    Deprecated.
    since 10.2 this class must not be subclassed anymore, for RuntimeHarness implementation use RuntimeHarnessImpl
    Abstract base class for test cases that require a test runtime service.

    The runtime service itself is conveniently available as the runtime instance variable in derived classes.

    Warning: NXRuntimeTestCase subclasses must

    • not declare they own @Before and @After.
    • override doSetUp and doTearDown (and postSetUp if needed) instead of setUp and tearDown.
    • never call deployXXX methods outside the doSetUp method.
    Author:
    Bogdan Stefanescu