Beispiel #1
0
 @Test
 public void transformTest() {
   String text = "Text";
   text = plugin.transform(text);
   assertNull(text);
 }