Package com.sun.xml.ws.test.exec
package com.sun.xml.ws.test.exec
Code that executes tests based on the test model.
Executors are JUnit tests and
TestDescriptor.build(com.sun.xml.ws.test.container.ApplicationContainer,com.sun.xml.ws.test.tool.WsTool,java.lang.String,boolean,com.sun.istack.test.VersionNumber)
will put them in the right order in TestSuite,
then calling TestRunner.run(Test) will execute those tests.
-
ClassesClassDescriptionUsed to compile clients when there's no server to deploy.Executes
TestClient.ExecutesTestClientin concurrent fashion viaExecutor.Fixed thread pool.Fixed thread pool.Execute Java client.Executorthat cleans up the work directory (if necessary) and create directories (if necessary).