-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
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() { } }
- is related to
-
CLOV-1693 Implement test detection UI and integrate with instrumentation config
- Closed