@RunWith: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


* [[JUnit]]
* [[JUnit]]
* [[Spring_Framework_Testing_Concepts#Integration_Test_Programming_Model|Spring Framework Testing Concepts]]


=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]].

Latest revision as of 01:20, 23 November 2018

Internal

Overview

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