import org.testng.annotations.Test; public class TestStadion { @Test public void stateTester(){ Stadion stadion = new Stadion(); } }