Class JerseyTestNg.ContainerPerClassTest

  • Enclosing class:
    JerseyTestNg

    public abstract static class JerseyTestNg.ContainerPerClassTest
    extends JerseyTestNg
    Parent for TestNg tests that needs to create a test container only once per a test class.

    The creation and disposal of the test container (or client) are managed by setUp() / tearDown() methods annotated by TestNG annotations BeforeClass / AfterClass.