No Runnable methods Error From Base Test class
Make the parent class abstract
or rename it such as it does not end in Test
or TestCase
.
making sure the @Test annotation import is org.junit.Test and not something else like juniper which i saw as a comment by here worked for me. Wanted to add this as an answer so it can be seen by others