com.agical.rdoc.core.model.test.impl
Class TestImpl
java.lang.Object
com.agical.rdoc.core.model.test.impl.TestImpl
- All Implemented Interfaces:
- Test, TestNode, Serializable
public class TestImpl
- extends Object
- implements Test, Serializable
- See Also:
- Serialized Form
TestImpl
public TestImpl(String name,
TestCase testCase,
DocumentationContext documentationContext)
accept
public void accept(TestNodeVisitor visitor)
- Specified by:
accept
in interface TestNode
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
getName
public String getName()
- Specified by:
getName
in interface Test
getTestCase
public TestCase getTestCase()
- Specified by:
getTestCase
in interface Test
getDocumentationContext
public DocumentationContext getDocumentationContext()
- Specified by:
getDocumentationContext
in interface Test
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2005-2011 Agical AB. All Rights Reserved.