We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368873f commit 0fea743Copy full SHA for 0fea743
approvaltests/src/main/java/org/approvaltests/namer/AttributeStackSelector.java
@@ -99,7 +99,6 @@ public static boolean isTestableMethod(StackTraceElement element)
99
{ return false; }
100
return JUnitUtils.isTestableMethodForJunit(element);
101
}
102
-
103
private boolean isJunit3Test(Class<?> clazz)
104
{
105
Class<?> testcase = loadClass("junit.framework.TestCase");
0 commit comments