Package com.sun.ts.lib.harness
Class VehicleVerifier
java.lang.Object
com.sun.ts.lib.harness.VehicleVerifier
This class is used by the TS harness to figure out which vehicles are to be used by the Service tests in the TS.
These defaults can be overridden by editing appropriate properties file. However, this override mechanism is only to
be used for debugging purposes. When testing for J2EE certification, the defaults specified in this class must be
used.
A singleton class not intended for concurrent access.
- Author:
- Kyle Grucci
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic VehicleVerifier
getInstance
(File path) static VehicleVerifier
getInstance
(File path, String sTestName) String[]
This method gets the current set of vehicles to be used for a given directory path.static void
-
Field Details
-
VEHICLE_PROP_FILE_NAME
- See Also:
-
EXCLUDE_KEY
- See Also:
-
-
Method Details
-
getInstance
-
getInstance
-
getVehicleSet
This method gets the current set of vehicles to be used for a given directory path.- Returns:
- a String array of the vehicles that this test should be run in
-
main
-