Uses of Class
com.sun.xml.ws.test.model.TestClient
-
Packages that use TestClient Package Description com.sun.xml.ws.test.client com.sun.xml.ws.test.exec Code that executes tests based on the test model.com.sun.xml.ws.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 TestClient Constructor Description ScriptBaseClass(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 TestClient Constructor Description Cached(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 TestClient Modifier and Type Field Description List<TestClient>TestDescriptor. clientsClient test scenarios that are to be executed.
-