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.
|
uk.ac.sheffield.vtts.model |
This package contains Broker@Cloud components for modelling service
specifications and test suites, and for modelling expressions in the formal
expression language.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGrounding
AbstractGrounding is the common ancestor of JUnit-based code generators.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
TestStep.receive(Grounding grounding)
Receive a Grounding generator for grounding this TestStep.
|
void |
TestSuite.receive(Grounding grounding)
Receive a Grounding generator for grounding this TestSuite.
|
void |
TestSequence.receive(Grounding grounding)
Receive a Grounding generator for grounding this TestSequence.
|