16 lines
161 B
Java
16 lines
161 B
Java
|
import org.testng.annotations.Test;
|
||
|
|
||
|
public class TestStadion {
|
||
|
|
||
|
@Test
|
||
|
public void stateTester(){
|
||
|
|
||
|
Stadion stadion = new Stadion();
|
||
|
|
||
|
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
}
|