Refactor tests, move BaseTestCase and annotations @ForPlatform @IgnorePlatform

This commit is contained in:
Rob Bygrave
2022-03-24 18:52:37 +13:00
parent e4c06432a0
commit 84a64f9640
603 changed files with 689 additions and 640 deletions
@@ -1,10 +1,10 @@
package org.tests.query;
import io.ebean.BaseTestCase;
import io.ebean.xtest.BaseTestCase;
import io.ebean.DB;
import io.ebean.Query;
import io.ebean.QueryIterator;
import io.ebean.annotation.ForPlatform;
import io.ebean.xtest.ForPlatform;
import io.ebean.annotation.Platform;
import io.ebean.datasource.DataSourcePool;
import io.ebean.plugin.SpiServer;