JUnit: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 11: Line 11:
==Test Runner==
==Test Runner==


[[@RunWith]]
A JUnit plugin that provides custom testing behavior. Specified with [[@RunWith]].

Revision as of 00:17, 11 October 2018

External

Internal

Overview

Concepts

Test Runner

A JUnit plugin that provides custom testing behavior. Specified with @RunWith.