File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
approvaltests/src/main/java/org/approvaltests/namer Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2020.vscode /
2121build /venv * /
2222__pycache__ /
23- approvaltests-tests /.jqwik-database
23+ ** /.jqwik-database
Original file line number Diff line number Diff line change @@ -76,9 +76,11 @@ private boolean isTestCase(StackTraceElement element)
7676 { return false ; }
7777 if (isJunit3Test (clazz ))
7878 { return true ; }
79+ if (isTestAttribute (clazz , TestUtils .unrollLambda (element .getMethodName ())))
80+ { return true ; }
7981 if (isTestableMethod (element ))
8082 { return true ; }
81- return isTestAttribute ( clazz , TestUtils . unrollLambda ( element . getMethodName ())) ;
83+ return false ;
8284 }
8385 public static Boolean isJunit5Present = null ;
8486 public static boolean isTestableMethod (StackTraceElement element )
You can’t perform that action at this time.
0 commit comments