Beispiel #1
0
 @Test
 public void testGetQuestionLabelText() {
   wordPairDemo.getGameNames();
   wordPairDemo.selectGame("Geography");
   assertEquals(wordPairDemo.getQuestionLabelText(), "The capital is:");
 }