org.apache.maven.surefire.common.junit3
Class JUnit3TestCheckerTest.MySuite2

java.lang.Object
  extended by org.apache.maven.surefire.common.junit3.JUnit3TestCheckerTest.MySuite2
All Implemented Interfaces:
junit.framework.Test
Enclosing class:
JUnit3TestCheckerTest

public static class JUnit3TestCheckerTest.MySuite2
extends Object
implements junit.framework.Test


Constructor Summary
JUnit3TestCheckerTest.MySuite2()
           
 
Method Summary
 int countTestCases()
           
 void run(junit.framework.TestResult testResult)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUnit3TestCheckerTest.MySuite2

public JUnit3TestCheckerTest.MySuite2()
Method Detail

countTestCases

public int countTestCases()
Specified by:
countTestCases in interface junit.framework.Test

run

public void run(junit.framework.TestResult testResult)
Specified by:
run in interface junit.framework.Test


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