io.nuun.kernel.tests.it.annotations
Annotation Type Expect


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface Expect

This annotation can be used on integration tests to mark a class as being expected.

The class will be in major cases an Exception, an Error or a Throwable. But it can be anything expected.

Author:
epo.jemba@kametic.com

Required Element Summary
 Class<?> value
           
 

Element Detail

value

public abstract Class<?> value


Copyright © 2014-2015. All Rights Reserved.