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 Environment Modifier and Type Method Description protected EnvironmentResourceInvoker. getEnvironment()protected EnvironmentResponseVerifier. getEnvironment()Methods in org.glassfish.admin.rest.testing with parameters of type Environment Modifier and Type Method Description static 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 Environment Constructor Description DataVerifier(Environment env, ObjectValue objectWant, org.codehaus.jettison.json.JSONObject objectHave)ResourceInvoker(Environment env)ResponseVerifier(Environment env, Response response)
-