JUnit

From NovaOrdis Knowledge Base
Revision as of 07:40, 23 February 2019 by Ovidiu (talk | contribs) (→‎Dependencies)
Jump to navigation Jump to search

External

Internal

Overview

Dependencies

dependencies {
    testImplementation "junit:junit:4.12"
}

Concepts

Test Runner

A JUnit plugin that provides custom testing behavior. Specified with @RunWith.

Annotations