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);
}
Aggregations