@RunWith: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * JUnit") |
|||
(2 intermediate revisions 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= | |||
@RunWith is a JUnit annotation that specifies the [[JUnit#Test_Runner|test runner]]. |