Exemplo n.º 1
0
 @Test
 public void testInsertUsl() {
   Firma f = new Firma();
   f.insertUsl("Tynkowanie");
   Assert.assertNotNull(f);
 }