JUnit: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
* https://www.infoq.com/presentations/junit-5-demo | * https://www.infoq.com/presentations/junit-5-demo | ||
* Latest JUnit 4 version: https://junit.org/junit4/ | |||
=Internal= | =Internal= |
Revision as of 19:55, 24 January 2019
External
- https://www.infoq.com/presentations/junit-5-demo
- Latest JUnit 4 version: https://junit.org/junit4/
Internal
Overview
Dependencies
dependencies {
testImplementation('junit:junit:4.12')
}
Concepts
Test Runner
A JUnit plugin that provides custom testing behavior. Specified with @RunWith.