Uploaded image for project: 'Clover'
  1. Clover
  2. CLOV-296

Handle @Test inheritance as Junit 4 does

    • 1
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      If you create a base test class and annotate methods with @Test, then inherit it in some other classes and override methods without adding @Test Junit 4 will be able to pickup them and run as tests. Unfortunately Clover will not know that these are tests automatically unless you add @Test to them. I understand that annotations are not inherited in Java and Junit 4 does "some magic" (didn't have time to check exactly what it does) to find them.

      Decide if we want to follow Junit's approach or we stick with Java language specification.

              Unassigned Unassigned
              pniewiadomski Pawel Niewiadomski (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: