public class TestSuite extends Object
TestSuite class.
| Constructor and Description |
|---|
TestSuite(Collection<TestCase> testCases)
Constructor for TestSuite.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<TestCase> |
getTestCases()
Getter for the field
testCases. |
com.hp.hpl.jena.rdf.model.Resource |
serialize(com.hp.hpl.jena.rdf.model.Model model)
serialize.
|
void |
setTestCases(Collection<TestCase> testCases)
Setter for the field
testCases. |
int |
size()
size.
|
public TestSuite(Collection<TestCase> testCases)
Constructor for TestSuite.
testCases - a Collection object.public Collection<TestCase> getTestCases()
Getter for the field testCases.
Collection object.public void setTestCases(Collection<TestCase> testCases)
Setter for the field testCases.
testCases - a Collection object.public int size()
size.
public com.hp.hpl.jena.rdf.model.Resource serialize(com.hp.hpl.jena.rdf.model.Model model)
serialize.
model - a Model object.Resource object.Copyright © 2015. All rights reserved.