Java junit.framework Test fields, constructors, methods, implement or subclass

Example usage for Java junit.framework Test fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for junit.framework Test.

The text is from its open source code.

Method

intcountTestCases()
Counts the number of test cases that will be run by this test.
ClassgetClass()
Returns the runtime class of this Object .
voidrun(TestResult result)
Runs a test and collects its result in a TestResult instance.