org.specrunner.junit
Annotation Type ExpectedMessage


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

Expected message on test execution.

Author:
Thiago Santos

Optional Element Summary
 String value
          List of messages.
 

value

public abstract String value
List of messages.

Default:
""


Copyright © 2014. All rights reserved.