public class

JUnit4TestCaseFacade

extends Object
implements Test Describable
java.lang.Object
   ↳ junit.framework.JUnit4TestCaseFacade

Summary

Public Methods
int countTestCases()
Counts the number of test cases that will be run by this test.
Description getDescription()
void run(TestResult result)
Runs a test and collects its result in a TestResult instance.
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface junit.framework.Test
From interface org.junit.runner.Describable

Public Methods

public int countTestCases ()

Counts the number of test cases that will be run by this test.

public Description getDescription ()

public void run (TestResult result)

Runs a test and collects its result in a TestResult instance.

public String toString ()