Search in sources :

Example 1 with DatabaseInfo

use of org.hisp.dhis.system.database.DatabaseInfo in project dhis2-core by dhis2.

the class SystemInfoTest method setUp.

@BeforeEach
void setUp() {
    databaseInfo = new DatabaseInfo();
    systemInfo = new SystemInfo();
    systemInfo.setDatabaseInfo(databaseInfo);
}
Also used : DatabaseInfo(org.hisp.dhis.system.database.DatabaseInfo) BeforeEach(org.junit.jupiter.api.BeforeEach)

Aggregations

DatabaseInfo (org.hisp.dhis.system.database.DatabaseInfo)1 BeforeEach (org.junit.jupiter.api.BeforeEach)1