What JUnit annotation is used to run a test?
JUnit have multiple annotation with specific sytax and behaviour, @Test annotaion make simple Java method as Test Method and you can execute this method as JUnit test .
What JUnit annotation is used to run a test?
JUnit have multiple annotation with specific sytax and behaviour, @Test annotaion make simple Java method as Test Method and you can execute this method as JUnit test .