org.kuali.test
Annotation Type KNSWithTestSpringContext


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

This annotates a KualiTestBase class as needing the Spring test context and transaction. The context is initialized before setUp(), but only once (for speed). By default, a test transaction is started before setUp() and rolled back after tearDown().



Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.