io.ebean.BeanCapture Maven / Gradle / Ivy
package io.ebean;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
/**
* Base functionality for capturing beans that are sent to the save(), delete() methods
* of an EbeanServer.
*
* Capture the beans in order to use with test asserts.
*/
public class BeanCapture {
protected boolean captureBeans = true;
/**
* The captured beans sent to the save() methods.
*/
public List