public class TestImpl extends Object implements Test, Serializable
Constructor and Description |
---|
TestImpl(String name,
TestCase testCase,
DocumentationContext documentationContext) |
Modifier and Type | Method and Description |
---|---|
void |
accept(TestNodeVisitor visitor) |
boolean |
equals(Object obj) |
DocumentationContext |
getDocumentationContext() |
String |
getName() |
TestCase |
getTestCase() |
String |
toString() |
public TestImpl(String name, TestCase testCase, DocumentationContext documentationContext)
public void accept(TestNodeVisitor visitor)
public TestCase getTestCase()
getTestCase
in interface Test
public DocumentationContext getDocumentationContext()
getDocumentationContext
in interface Test
Copyright © 2005-2013 Agical AB. All Rights Reserved.