Class JerseyTestNg.ContainerPerMethodTest

  • Enclosing class:
    JerseyTestNg

    public abstract static class JerseyTestNg.ContainerPerMethodTest
    extends JerseyTestNg
    Parent for TestNg tests that needs to create a separate test container for each test in a test class.

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