Uses of Class
org.glassfish.main.itest.tools.asadmin.AsadminResult
Packages that use AsadminResult
-
Uses of AsadminResult in org.glassfish.main.itest.tools.asadmin
Subclasses of AsadminResult in org.glassfish.main.itest.tools.asadminMethods in org.glassfish.main.itest.tools.asadmin that return AsadminResultModifier and TypeMethodDescriptionExecutes the command with arguments synchronously with given timeout in millis.Executes the command with arguments synchronously without timeout.Executes the command with arguments.Executes the command with arguments, waits until its standard output contains given text.Methods in org.glassfish.main.itest.tools.asadmin that return types with arguments of type AsadminResultModifier and TypeMethodDescriptionstatic org.hamcrest.CustomTypeSafeMatcher<AsadminResult> AsadminResultMatcher.asadminError(String expectedErrorMessage) Returns true if the command failed and contains the specified message in stderrstatic org.hamcrest.CustomTypeSafeMatcher<AsadminResult> AsadminResultMatcher.asadminOK()Methods in org.glassfish.main.itest.tools.asadmin with parameters of type AsadminResultModifier and TypeMethodDescriptionprotected booleanAsadminResultMatcher.matchesSafely(AsadminResult item)