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.