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.analyseOutput(Output output)
Analyses one Output parameter to determine whether it is of a complex
generic, or factory-created type.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractGrounding.writeOutputList(java.util.Set<Output> outputs)
Prints the initialisation list of literalTypes values for complex outputs.
|
protected void |
AbstractGrounding.writeResultAssertions(java.util.Set<Output> outputs)
Prints the JUnit assertion(s) checking that the expected and actual
result(s) corresponded.
|
protected void |
JaxRsGrounding.writeResultVariables(java.util.Set<Output> outputs)
Prints the appropriate kind of receiver variable(s) for the outputs,
and initialises these to the result of decoding the JSON response.
|
protected void |
AbstractGrounding.writeResultVariables(java.util.Set<Output> outputs)
Prints the appropriate kind of receiver variable(s) for the outputs.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<Output> |
Operation.getOutputs()
Returns the set of Outputs in this Operation.
|