patterntesting.annotation.exception
Annotation Type TestException


@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface TestException

With this annotation you can mark classes or methods which should be able to throw an exception on demand (for testing).

Since:
22.03.2009
Version:
$Revision: 1.1 $
Author:
oliver



Copyright © 2002–2014 PatternTesting Team. All rights reserved.