Skip to content

Commit

Permalink
a reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 8, 2022
1 parent 368873f commit 0fea743
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -99,7 +99,6 @@ public static boolean isTestableMethod(StackTraceElement element)
{ return false; }
return JUnitUtils.isTestableMethodForJunit(element);
}

private boolean isJunit3Test(Class<?> clazz)
{
Class<?> testcase = loadClass("junit.framework.TestCase");
Expand Down

0 comments on commit 0fea743

Please sign in to comment.