Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 673 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 673 Bytes

Test Utils Resources

This library adds support for testing the resources module to test-utils

Installing

This library is available on Maven Central. You can import Kaluga Test Utils Resources as follows:

repositories {
    // ...
    mavenCentral()
}
// ...
dependencies {
    // ...
    implementation("com.splendo.kaluga:test-utils-resources:$kalugaVersion")
}

Mocks

This library contains mock classes for StringLoader, FontLoader, KalugaColorLoader and ImageLoader.

Call mockColor, mockFont, or mockImage to generate mocks for KalugaColor, KalugaFont, or KalugaImage respectively.