/testlib

Testing utilities for the Spine SDK development and users

Primary LanguageKotlinOtherNOASSERTION

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}")
}