Java junit.textui TestRunner fields, constructors, methods, implement or subclass

Example usage for Java junit.textui TestRunner fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for junit.textui TestRunner.

The text is from its open source code.

Method

voidmain(String args[])
voidrun(Class testClass)
Runs a suite extracted from a TestCase subclass.
TestResultrun(Test test)
Runs a single test and collects its results.