test[boot]: test unit

This commit is contained in:
godotg
2022-11-04 19:53:55 +08:00
parent 2a0ab01490
commit a12063daa4
@@ -1,6 +1,5 @@
/*
* Copyright (C) 2020 The zfoo Authors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
@@ -11,15 +10,15 @@
* See the License for the specific language governing permissions and limitations under the License.
*/
package com.zfoo.boot;
import com.zfoo.protocol.util.StringUtils;
import org.junit.Ignore;
import org.junit.Test;
/**
* @author godotg
* @version 3.0
*/
@Ignore
public class MainTest {
@Test