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