Relax test detection logic - class is a potential test class if either the class name or superclass name contains "test"

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Low
    • 2.4
    • Affects Version/s: 2.3.2
    • Component/s: None
    • None

      The class below should be recognized as a test class:

      import junit.framework.TestCase;
      
      public class DifferentName extends TestCase {
          
          public void testMethodName() {
          }
      
      }
      

            Assignee:
            Nick
            Reporter:
            SlawekA (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: