Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 401 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 401 Bytes

selfie-runner-junit4

JUnit 4 test runner for Selfie.

Status

This module is currently a placeholder. Coroutine support is not yet implemented for JUnit4.

Usage

Add the dependency:

testImplementation 'com.diffplug.selfie:selfie-runner-junit4:LATEST'

The runner will automatically detect and run for JUnit4 tests. No additional configuration is needed.