2930313233343536373839
String expectedUsername = strings[0]; String expectedPassword = strings[1]; // given Database db = null; try { db = buildADatabaseWithUsernameAndPassword(expectedUsername, expectedPassword); } catch (Exception e1) { throw new RuntimeException(e1); }