mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Refactor tests, move BaseTestCase and annotations @ForPlatform @IgnorePlatform
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user