com.agical.rdoc.core.model.test.impl
Class TestImpl

java.lang.Object
  extended by com.agical.rdoc.core.model.test.impl.TestImpl
All Implemented Interfaces:
Test, TestNode, java.io.Serializable

public class TestImpl
extends java.lang.Object
implements Test, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
TestImpl(java.lang.String name, TestCase testCase, DocumentationContext documentationContext)
           
 
Method Summary
 void accept(TestNodeVisitor visitor)
           
 boolean equals(java.lang.Object obj)
           
 DocumentationContext getDocumentationContext()
           
 java.lang.String getName()
           
 TestCase getTestCase()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestImpl

public TestImpl(java.lang.String name,
                TestCase testCase,
                DocumentationContext documentationContext)
Method Detail

accept

public void accept(TestNodeVisitor visitor)
Specified by:
accept in interface TestNode

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

getName

public java.lang.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 java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2005-2010 Agical AB. All Rights Reserved.