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.