Uses of Class
com.sun.ts.lib.harness.Status
Packages that use Status
Package
Description
-
Uses of Status in com.sun.ts.lib.harness
Methods in com.sun.ts.lib.harness that return StatusModifier and TypeMethodDescriptionReturn a new TestStatus object with a possibly augmented reason field.Return a new TestStatus object with a possibly augmented reason field.static Status
Create a TestStatus to indicate that an error occurred while trying to run a test: i.e.static Status
Create a TestStatus to indicate the unsuccessful outcome of a test: i.e.static Status
Status.notApplicable
(String reason) Deprecated.static Status
Parse a string-form of a TestStatus.static Status
Create a TestStatus to indicate the successful outcome of a test.RemoteStatus.toStatus()
Convert this RemoteStatus to a StatusMethods in com.sun.ts.lib.harness with parameters of type StatusModifier and TypeMethodDescriptionReturn a new TestStatus object with a possibly augmented reason field.Constructors in com.sun.ts.lib.harness with parameters of type StatusModifierConstructorDescriptionCreate a RemoteStatus from a StatusRemoteStatus
(Status s, Throwable error) Create a RemoteStatus from a Status and an error -
Uses of Status in com.sun.ts.tests.common.base
Methods in com.sun.ts.tests.common.base that return StatusModifier and TypeMethodDescriptionprotected Status
EETest.getPropsReady
(String[] argv, Properties p) EETest.run
(String[] argv, PrintStream log, PrintStream err) This method is only called when test are run outside of JavaTest.EETest.run
(String[] argv, PrintWriter log, PrintWriter err) This method is only called when tests are run outside of JavaTest or if the test is being run in the same VM as the harness.EETest.run
(String[] argv, Properties p) This run method is the one that actually invokes reflection to figure out and invoke the testcase methods.EETest.run
(String[] argv, Properties p, PrintWriter log, PrintWriter err) This method is only called from JavaTest to run a single testcase.ServiceEETest.run
(String[] argv, PrintWriter log, PrintWriter err) ServiceEETest.run
(String[] argv, Properties p) When called within the harness VM, this method passes an instance of itself to the appropriate J2EE server component.protected Status
EETest.runAllTestCases
(String[] argv, Properties p, PrintWriter log, PrintWriter err) protected Status
ServiceEETest.runAllTestCases
(String[] argv, Properties p, PrintStream log, PrintStream err) Methods in com.sun.ts.tests.common.base with parameters of type Status -
Uses of Status in com.sun.ts.tests.common.vehicle
Methods in com.sun.ts.tests.common.vehicle that return StatusModifier and TypeMethodDescriptionEmptyVehicleRunner.run
(String[] argv, Properties p) VehicleRunnable.run
(String[] argv, Properties p) -
Uses of Status in com.sun.ts.tests.common.vehicle.appmanaged
Methods in com.sun.ts.tests.common.vehicle.appmanaged that return Status -
Uses of Status in com.sun.ts.tests.common.vehicle.appmanagedNoTx
Methods in com.sun.ts.tests.common.vehicle.appmanagedNoTx that return StatusModifier and TypeMethodDescriptionAppManagedNoTxVehicleRunner.run
(String[] args, Properties props) -
Uses of Status in com.sun.ts.tests.common.vehicle.connectorservlet
Fields in com.sun.ts.tests.common.vehicle.connectorservlet declared as StatusMethods in com.sun.ts.tests.common.vehicle.connectorservlet that return Status -
Uses of Status in com.sun.ts.tests.common.vehicle.customvehicle
Methods in com.sun.ts.tests.common.vehicle.customvehicle that return Status -
Uses of Status in com.sun.ts.tests.common.vehicle.ejb
Methods in com.sun.ts.tests.common.vehicle.ejb that return Status -
Uses of Status in com.sun.ts.tests.common.vehicle.jsp
Methods in com.sun.ts.tests.common.vehicle.jsp that return Status -
Uses of Status in com.sun.ts.tests.common.vehicle.pmservlet
Methods in com.sun.ts.tests.common.vehicle.pmservlet that return Status -
Uses of Status in com.sun.ts.tests.common.vehicle.puservlet
Methods in com.sun.ts.tests.common.vehicle.puservlet that return Status -
Uses of Status in com.sun.ts.tests.common.vehicle.servlet
Methods in com.sun.ts.tests.common.vehicle.servlet that return Status -
Uses of Status in com.sun.ts.tests.common.vehicle.stateful3
Methods in com.sun.ts.tests.common.vehicle.stateful3 that return Status -
Uses of Status in com.sun.ts.tests.common.vehicle.stateless3
Methods in com.sun.ts.tests.common.vehicle.stateless3 that return Status -
Uses of Status in com.sun.ts.tests.common.vehicle.web
Fields in com.sun.ts.tests.common.vehicle.web declared as StatusModifier and TypeFieldDescriptionprotected Status
AltWebVehicleRunner.sTestStatus
protected Status
WebVehicleRunner.sTestStatus
Methods in com.sun.ts.tests.common.vehicle.web that return StatusModifier and TypeMethodDescriptionAltWebVehicleRunner.run
(String[] argv, Properties p) Run the test in a servlet using a URL of the form "/{vehicle_archive_name}/{vehicle}_vehicle".protected Status
WebVehicleRunner.run()
WebVehicleRunner.run
(String[] argv, Properties p) protected Status
AltWebVehicleRunner.runWebVehicleTest
(String vehicle) protected Status
WebVehicleRunner.runWebVehicleTest
(String vehicle) -
Uses of Status in com.sun.ts.tests.common.vehicle.wsejb
Methods in com.sun.ts.tests.common.vehicle.wsejb that return Status -
Uses of Status in com.sun.ts.tests.common.vehicle.wsservlet
Methods in com.sun.ts.tests.common.vehicle.wsservlet that return Status