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
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.