org.guiceyfruit.testing
Annotation Type ClassScoped


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface ClassScoped

This defines a Scope that lasts for all the test methods within a class

See Also:
for an implementation of this scope



Copyright © 2011. All Rights Reserved.