org.springframework.roo.addon.test
Annotation Type RooIntegrationTest


@Retention(value=SOURCE)
@Target(value=TYPE)
public @interface RooIntegrationTest

Indicates to produce an integration test class.

Since:
1.0
Author:
Ben Alex

Required Element Summary
 Class<?> entity
           
 
Optional Element Summary
 boolean count
           
 boolean find
           
 boolean findAll
           
 int findAllMaximum
           
 boolean findEntries
           
 boolean flush
           
 boolean merge
           
 boolean persist
           
 boolean remove
           
 

Element Detail

entity

public abstract Class<?> entity
Returns:
the type of class that will have an entity test created (required; must offer entity services)

count

public abstract boolean count
Default:
true

find

public abstract boolean find
Default:
true

findEntries

public abstract boolean findEntries
Default:
true

findAll

public abstract boolean findAll
Default:
true

findAllMaximum

public abstract int findAllMaximum
Default:
250

flush

public abstract boolean flush
Default:
true

persist

public abstract boolean persist
Default:
true

remove

public abstract boolean remove
Default:
true

merge

public abstract boolean merge
Default:
true


Copyright © 2011. All Rights Reserved.