Class TestConfiguration
java.lang.Object
org.jboss.resteasy.utils.TestConfiguration
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Checks if the security manager was enabled for the test suite.
-
Constructor Details
-
TestConfiguration
public TestConfiguration()
-
-
Method Details
-
isSecurityManagerEnabled
public static boolean isSecurityManagerEnabled()Checks if the security manager was enabled for the test suite.- Returns:
true
if the security manager was enabled, otherwisefalse
-