JSF Test Framework: Mockito 1.1.2

org.jboss.test.faces.annotation
Annotation Type Environment


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Environment

Annotation for representation of the mocked JSF environment and its features.

Author:
asmirnov@exadel.com

Optional Element Summary
 Environment.Feature[] value
          Return the list of features of given mocked JSF environment
 

value

public abstract Environment.Feature[] value
Return the list of features of given mocked JSF environment

Returns:
the list of features of given mocked JSF environment
Default:
{}

JSF Test Framework: Mockito 1.1.2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.