Beispiel #1
0
 @Test
 public void quotesStrings() {
   assertEquals("`quoted'", Strings.quote("quoted"));
 }