Uses of Interface
org.glassfish.admin.rest.testing.Environment
-
Uses of Environment in org.glassfish.admin.rest.testing
Methods in org.glassfish.admin.rest.testing that return EnvironmentModifier and TypeMethodDescriptionprotected EnvironmentResourceInvoker.getEnvironment()protected EnvironmentResponseVerifier.getEnvironment()Methods in org.glassfish.admin.rest.testing with parameters of type EnvironmentModifier and TypeMethodDescriptionstatic ResponseVerifierCommon.verifier(Environment environment, Response response) static voidCommon.verify(Environment environment, ObjectValue want, org.codehaus.jettison.json.JSONObject have) static voidDataVerifier.verify(Environment env, ObjectValue objectWant, org.codehaus.jettison.json.JSONObject objectHave) Constructors in org.glassfish.admin.rest.testing with parameters of type EnvironmentModifierConstructorDescriptionDataVerifier(Environment env, ObjectValue objectWant, org.codehaus.jettison.json.JSONObject objectHave) protectedResponseVerifier(Environment env, Response response)