de.smartics.testdoc.report.junit
Class JUnitTestCaseDoc

Package class diagram package JUnitTestCaseDoc
java.lang.Object
  extended by de.smartics.testdoc.report.junit.JUnitTestCaseDoc
All Implemented Interfaces:
Serializable

public class JUnitTestCaseDoc
     
     
extends Object
implements Serializable

Provides information about a single test case.

Author:
Robert Reiner
See Also:
Serialized Form

Constructor Summary
JUnitTestCaseDoc()
          Default constructor.
 
Method Summary
 void addTestMethod(JUnitTestMethodDoc testMethod)
           
 JUnitTestMethodDoc getTestMethod(String testMethodName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUnitTestCaseDoc

public JUnitTestCaseDoc()
Default constructor.

Method Detail

addTestMethod

public void addTestMethod(JUnitTestMethodDoc testMethod)

getTestMethod

public JUnitTestMethodDoc getTestMethod(String testMethodName)


Copyright © 2010-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.