How to Disable JUnit Test Method with @Disabled Annotation
In this lesson, you will learn about the @Disabled annotation that will help you to disable the test. Usually, it is not a good idea to disable a test. If the test is failing for some reason and you are not sure why it is failing, do not disable it. Try to figure out why…
Read More How to Disable JUnit Test Method with @Disabled Annotation