Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 530 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 530 Bytes

Skeleton Testing Framework

This skeleton framework provides the scaffolding for further development and test execution. All required dependencies are included alongside with sample code.

Installation

You need to import it as project to your favorite IDE (IntelliJ is strongly advised)

Usage

gradlew clean test on the terminal should execute your test classes (if gradle wrapper has been provided). Otherwise try gradle clean test

License

MIT