Two @test parameters in Junit

来源:互联网 发布:手机淘宝不能申请退款 编辑:程序博客网 时间:2024/05/20 13:07

Two <wbr>@test <wbr>parameters <wbr>in <wbr>Junit

The Test annotation supports two optional parameters. The first, expected, declares that a test method should throw an exception. If it doesn't throw an exception or if it throws a different exception than the one declared, the test fails。
The second optional parameter, timeout, causes a test to fail if it takes longer than a specified amount of clock time (measured in milliseconds).

原创粉丝点击