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.
|
Class and Description |
---|
AbstractFactory
AbstractFactory is the common ancestor of ModelFactory and JavaFactory.
|
AbstractGrounding
AbstractGrounding is the common ancestor of JUnit-based code generators.
|
Factory
Factory is the abstract interface satisfied by concrete object factories.
|
Grounding
Grounding is the abstract interface satisfied by concrete test generators.
|
JavaDependency
JavaDependency analyses the dependency of test code on external packages.
|
Class and Description |
---|
Grounding
Grounding is the abstract interface satisfied by concrete test generators.
|
ModelFactory
ModelFactory is a factory for creating Java models for model-simulation
purposes.
|