Uses of Class
com.sun.xml.ws.test.model.TestClient
Packages that use TestClient
Package
Description
Code that executes tests based on the test model.
Classes that describe a test (metadata of test).
-
Uses of TestClient in com.sun.xml.ws.test.client
Constructors in com.sun.xml.ws.test.client with parameters of type TestClientModifierConstructorDescriptionScriptBaseClass(DeploymentContext context, bsh.Interpreter engine, TestClient client) -
Uses of TestClient in com.sun.xml.ws.test.exec
Constructors in com.sun.xml.ws.test.exec with parameters of type TestClientModifierConstructorDescriptionCached(DeploymentContext context, TestClient client) ClientExecutor(DeploymentContext context, TestClient client) ConcurrentClientExecutor(DeploymentContext context, TestClient client) Fixed(DeploymentContext context, TestClient client) -
Uses of TestClient in com.sun.xml.ws.test.model
Fields in com.sun.xml.ws.test.model with type parameters of type TestClientModifier and TypeFieldDescriptionfinal List<TestClient> TestDescriptor.clientsClient test scenarios that are to be executed.