Class AppManagedNoTxVehicleRunner

java.lang.Object
com.sun.ts.tests.common.vehicle.web.AltWebVehicleRunner
com.sun.ts.tests.common.vehicle.appmanagedNoTx.AppManagedNoTxVehicleRunner
All Implemented Interfaces:
VehicleRunnable

public class AppManagedNoTxVehicleRunner extends AltWebVehicleRunner
The VehicleRunnable implementation for the VehicleType.appmanagedNoTx vehicle. This uses the AltWebVehicleRunner to run the tests in the server using the AppManagedNoTxServletVehicle.
  • Field Details

  • Constructor Details

    • AppManagedNoTxVehicleRunner

      public AppManagedNoTxVehicleRunner()
  • Method Details

    • run

      public Status run(String[] args, Properties props)
      Description copied from class: AltWebVehicleRunner
      Run the test in a servlet using a URL of the form "/{vehicle_archive_name}/{vehicle}_vehicle". For example, a test with vehicle_archive_name="appmanagedNoTx_vehicle_web" and vehicle="appmanagedNoTx" would be run by accessing the URL "http://{webServerHost}:{webServerPort}/appmanagedNoTx_vehicle_web/appmanagedNoTx_vehicle". The
      Specified by:
      run in interface VehicleRunnable
      Overrides:
      run in class AltWebVehicleRunner
      Parameters:
      args - - test arguments
      props - - test properties
      Returns:
      test run status