Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 22c4a79

Browse files
committed
增加断言错误拦截
1 parent 1a8f42d commit 22c4a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/suren/autotest/web/framework/settings/AutoModuleProxy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public Object intercept(Object obj, Method method, Object[] args,
8383
write(normalRecord);
8484
}
8585
}
86-
catch(Exception e)
86+
catch(Exception | AssertionError e)
8787
{
8888
boolean acceptException = exceptionHandle(autoExpect, e);
8989

0 commit comments

Comments
 (0)