package hu.szit.sikidom; import org.junit.Test; import static org.junit.Assert.*; public class HaromszogTest { public HaromszogTest() { } @Test public void haromszogKeruletTest() { Haromszog har = new Haromszog(); har.szamitKerulet(); } }