junit test ignored

Solutions on MaxInterview for junit test ignored by the best coders in the world

showing results for - "junit test ignored"
Mellina
16 Jul 2017
1@Ignore
2public class TestClass {
3  	[...]
4	//JUnit will ignore this class for tests
5}