org.apache.maven.surefire.testset
Class AbstractTestSet

java.lang.Object
  extended by org.apache.maven.surefire.testset.AbstractTestSet
All Implemented Interfaces:
SurefireTestSet
Direct Known Subclasses:
PojoTestSet

public abstract class AbstractTestSet
extends Object
implements SurefireTestSet

Base test class.


Constructor Summary
protected AbstractTestSet(Class testClass)
           
 
Method Summary
 String getName()
           
 Class getTestClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.maven.surefire.testset.SurefireTestSet
execute
 

Constructor Detail

AbstractTestSet

protected AbstractTestSet(Class testClass)
Method Detail

getName

public String getName()
Specified by:
getName in interface SurefireTestSet

getTestClass

public Class getTestClass()
Specified by:
getTestClass in interface SurefireTestSet


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.