Package com.sun.xml.ws.test.exec
Code that executes tests based on the test model.
Executors are JUnit tests and
TestDescriptor#build(ApplicationContainer, TestSuite)
will put them in the right order in TestSuite,
then calling TestRunner.run(Test) will execute those tests.
-
Class Summary Class Description ClientCompileExecutor Used to compile clients when there's no server to deploy.ClientExecutor ExecutesTestClient.ConcurrentClientExecutor ExecutesTestClientin concurrent fashion viaExecutor.ConcurrentClientExecutor.Cached Fixed thread pool.ConcurrentClientExecutor.Fixed Fixed thread pool.DeploymentExecutor JavaClientExecutor Execute Java client.PrepareExecutor Executorthat cleans up the work directory (if necessary) and create directories (if necessary).