JUnit: Difference between revisions
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
A JUnit plugin that provides custom testing behavior. Specified with [[@RunWith]]. | A JUnit plugin that provides custom testing behavior. Specified with [[@RunWith]]. | ||
==Annotations== | |||
* [[@RunWith]] |
Revision as of 01:19, 23 November 2018
External
Internal
Overview
Dependencies
dependencies {
testImplementation('junit:junit:4.12')
}
Concepts
Test Runner
A JUnit plugin that provides custom testing behavior. Specified with @RunWith.