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 | Method and Description |
---|---|
protected void |
JavaDependency.analyseInput(Input input)
Analyses one Input parameter to determine whether it is of a complex
generic, or factory-created type.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JaxRsGrounding.writeInputList(java.util.Set<Input> inputs)
Prints the list of argument value(s) for the operation inputs, in the format
needed for building the URI path for the RESTful service.
|
protected void |
AbstractGrounding.writeInputList(java.util.Set<Input> inputs)
Prints the list of argument value(s) for the operation inputs.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<Input> |
Operation.getInputs()
Returns the set of Inputs in this Operation.
|