Skip to content

Latest commit

 

History

History

test-utils-system

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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