Interface TestNgStrategy

    • Method Detail

      • testContainer

        TestContainer testContainer()
        Return a test container to run the tests in. This method is called after testContainer(TestContainer).
        Returns:
        a test container instance or null if the test container is not set.
      • testContainer

        TestContainer testContainer​(TestContainer testContainer)
        Set a new test container instance to run the tests in and return the old, previously stored, instance.
        Parameters:
        testContainer - new container instance.
        Returns:
        an old container instance or null if the container is not set.
      • client

        Client client​(Client client)
        Set a new JAX-RS client instance and return the old, previously stored, instance.
        Parameters:
        client - new client.
        Returns:
        an old client instance or null if the client is not set.