public class TestAutoGenerator extends Object
TestAutoGenerator class.
| Constructor and Description |
|---|
TestAutoGenerator(String uri,
String description,
String query,
Pattern pattern,
Collection<ResultAnnotation> generatorAnnotations)
Constructor for TestAutoGenerator.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<TestCase> |
generate(SchemaSource source)
generate.
|
String |
getDescription()
Getter for the field
description. |
Pattern |
getPattern()
Getter for the field
pattern. |
String |
getQuery()
Getter for the field
query. |
String |
getUri()
Getter for the field
uri. |
boolean |
isValid()
Checks if the the generator is valid (provides correct parameters)
|
public TestAutoGenerator(String uri, String description, String query, Pattern pattern, Collection<ResultAnnotation> generatorAnnotations)
Constructor for TestAutoGenerator.
uri - a String object.description - a String object.query - a String object.pattern - a Pattern object.generatorAnnotations - a Collection object.public boolean isValid()
public Collection<TestCase> generate(SchemaSource source)
generate.
source - a Source object.Collection object.public String getDescription()
Getter for the field description.
String object.Copyright © 2015. All rights reserved.