com.agical.rdoc.core.model.test.impl
Class TestCaseImpl
java.lang.Object
com.agical.rdoc.core.model.test.AbstractCompositeTestNode
com.agical.rdoc.core.model.test.impl.TestCaseImpl
- All Implemented Interfaces:
- TestCase, TestNode, java.io.Serializable
public class TestCaseImpl
- extends AbstractCompositeTestNode
- implements TestCase
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.agical.rdoc.core.model.test.TestNode |
accept |
TestCaseImpl
public TestCaseImpl(java.lang.Class testClass)
visitThis
protected void visitThis(TestNodeVisitor visitor)
- Specified by:
visitThis
in class AbstractCompositeTestNode
addTest
public void addTest(Test test)
- Specified by:
addTest
in interface TestCase
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class AbstractCompositeTestNode
getTestClass
public java.lang.Class getTestClass()
- Specified by:
getTestClass
in interface TestCase
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2005-2011 Agical AB. All Rights Reserved.