Package | Description |
---|---|
uk.ac.sheffield.vtts.ground |
This package contains Broker@Cloud components that implement grounding,
or the translation of platform-neutral test suites to technology-specific
test suites that may be executed.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaGrounding
JavaGrounding assumes that the tested artifact is a POJO (plain old Java
object).
|
class |
JaxRsGrounding
JaxRsGrounding assumes that the tested artifact is a REST web service that
was created using JAX-RS.
|
class |
JaxWsGrounding
JaxWsGrounding assumes that the tested artifact is a SOAP web service that
was created using JAX-WS.
|