@RunWith: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 5: Line 5:
=Overview=
=Overview=


@RunWith is a JUnit annotation that specifies the test runner.
@RunWith is a JUnit annotation that specifies the [[JUnit#Test_Runner|test runner]].

Revision as of 00:17, 11 October 2018

Internal

Overview

@RunWith is a JUnit annotation that specifies the test runner.