更改测试类所在包
parent
86d2716b8d
commit
fe72ddb784
|
@ -14,19 +14,13 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package xyz.zhouxy.plusone.commons.util;
|
||||
package xyz.zhouxy.plusone.commons.base;
|
||||
|
||||
import static org.junit.jupiter.api.Assertions.*;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import xyz.zhouxy.plusone.commons.base.BoolRef;
|
||||
import xyz.zhouxy.plusone.commons.base.CharRef;
|
||||
import xyz.zhouxy.plusone.commons.base.DoubleRef;
|
||||
import xyz.zhouxy.plusone.commons.base.IntRef;
|
||||
import xyz.zhouxy.plusone.commons.base.LongRef;
|
||||
import xyz.zhouxy.plusone.commons.base.Ref;
|
||||
|
||||
@Slf4j
|
||||
class RefTests {
|
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package xyz.zhouxy.plusone.commons.util;
|
||||
package xyz.zhouxy.plusone.commons.sql;
|
||||
|
||||
import static xyz.zhouxy.plusone.commons.sql.MyBatisSql.IN;
|
||||
|
||||
|
@ -22,8 +22,6 @@ import org.junit.jupiter.api.Test;
|
|||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
import xyz.zhouxy.plusone.commons.sql.MyBatisSql;
|
||||
|
||||
class MyBatisSqlBuilderTests {
|
||||
private static final Logger log = LoggerFactory.getLogger(MyBatisSqlBuilderTests.class);
|
||||
|
Loading…
Reference in New Issue