Beispiel #1
0
 @Test
 public void isPermuationNoDataStructure_Q_1_1() {
   assertTrue(Chapter1.isPermuationNoDataStructure_Q_1_1("test", "test"));
 }