Not able to execute tests with @Test annotation when my test extends TestCase(Junit) in Eclipse
It works fine when I am not extending from TestCase(jUnit), but my ex
Tests that extend junit.framework. TestCase are considered to be JUnit3-style tests by the JUnit4 runner. This is correct.
junit.framework
To @Test annotation you need NOT extend junit.framework. TestCase and @Test annotation works fine