Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 516 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 516 Bytes

Test Utils System

This library adds support for testing the system 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-system:$kalugaVersion")
}

Mocks

This library contains mock classes for NetworkManager, and BaseNetworkStateRepoBuilder