Ejemplo n.º 1
0
 @Test
 public void testToString() throws Exception {
   assertNotNull(importer.toString());
 }
Ejemplo n.º 2
0
 @Test
 public void testCreateImporter() throws Exception {
   assertThat(importer.getLanguage(), is((Language) php));
 }