org.easetech.easytest.annotation
Annotation Type TestBean


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface TestBean

A Method level annotation to identify a test bean.

Author:
Anuj Kumar

Optional Element Summary
 String value
          Optional name of the bean.
 

value

public abstract String value
Optional name of the bean. If not provided, then the return type of the method is used to identify the bean.

Returns:
the name of the bean
Default:
""


Copyright © 2013. All Rights Reserved.