public class ObjectifyBenchmarkTest extends TestBase {
private static final Random RANDOM = new Random();
@Deployment
public static WebArchive getDeployment() {
TestContext context = new TestContext().setUseSystemProperties(true).setCompatibilityProperties(TCK_PROPERTIES);
WebArchive war = getTckDeployment(context);
war.addPackage(Data.class.getPackage());
LibUtils libUtils = new LibUtils();
libUtils.addLibrary(war, "com.googlecode.objectify", "objectify");
libUtils.addLibrary(war, "com.google.guava", "guava");