/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ import org.junit.Test; import static org.junit.Assert.*; /** * * @author andras */ public class HaromszogTest { public HaromszogTest() { } @Test public void test() { Haromszog har = new Haromszog(); har.szamitKerulet(); } }