Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.39 KB

File metadata and controls

33 lines (26 loc) · 1.39 KB

Ubuntu build codecov   license

Spine Testlib

This module provides utilities for testing in Spine SDK subprojects. These utilities may also be handy for the users of the Spine SDK.

Spine Testlib relies on the following libraries:

Dependencies on these libraries are exposed using the API scope to simplify dependency management in user projects. Please see [build.gradle.kts] for details.

Gradle dependency

To use Spine Testlib in your Gradle project:

dependencies {
    testImplementation("io.spine.tools:spine-testlib:${version}")
}