@RunWith: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * JUnit")
 
Line 2: Line 2:


* [[JUnit]]
* [[JUnit]]
=Overview=
@RunWith is a JUnit annotation that specifies the test runner.

Revision as of 00:16, 11 October 2018

Internal

Overview

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