JUnit
Jump to navigation
Jump to search
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.