提交 0dd2631a authored 作者: Thomas Mueller's avatar Thomas Mueller

Simplified test cases using AssertThrows(...).

上级 7b89372c
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
package org.h2.test.utils; package org.h2.test.utils;
/** /**
* Helper class to for negative testing. Usage: * Helper class to simplify negative testing. Usage:
* <pre> * <pre>
* new AssertThrows() { public void test() { * new AssertThrows() { public void test() {
* Integer.parseInt("not a number"); * Integer.parseInt("not a number");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论