Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 685 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 685 Bytes

Volkswagen for JUnit4

Release

Volkswagen for JUnit4 makes failing test cases pass in CI servers.

This project is inspired by volkswagen for javascript, and Volkswagen-Xcode for XCode.

Installation

Follow the instructions on Jitpack to use with your favorite build system.

Usage

Add this at the top of your JUnit4 class :

@RunWith(VolkswagenTestRunner.class)