From da561859605a277e14c6ea10b331a6f429426762 Mon Sep 17 00:00:00 2001 From: ayi <2294931964@qq.com> Date: Mon, 2 Feb 2026 17:01:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=BD=91=E5=85=B3=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=EF=BC=8C=E6=9B=B4=E6=96=B0=E5=8C=85=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/top/crushtj/xiaoyi/gateway/.gitkeep | 0 .../top/crushtj/xiaoyi/gateway/AppTest.java | 38 ------------------- 2 files changed, 38 deletions(-) create mode 100644 xiaoyi-gateway/src/test/java/top/crushtj/xiaoyi/gateway/.gitkeep delete mode 100644 xiaoyi-gateway/src/test/java/top/crushtj/xiaoyi/gateway/AppTest.java diff --git a/xiaoyi-gateway/src/test/java/top/crushtj/xiaoyi/gateway/.gitkeep b/xiaoyi-gateway/src/test/java/top/crushtj/xiaoyi/gateway/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/xiaoyi-gateway/src/test/java/top/crushtj/xiaoyi/gateway/AppTest.java b/xiaoyi-gateway/src/test/java/top/crushtj/xiaoyi/gateway/AppTest.java deleted file mode 100644 index 4eebf72..0000000 --- a/xiaoyi-gateway/src/test/java/top/crushtj/xiaoyi/gateway/AppTest.java +++ /dev/null @@ -1,38 +0,0 @@ -package top.crushtj.xiaoyi.gateway; - -import junit.framework.Test; -import junit.framework.TestCase; -import junit.framework.TestSuite; - -/** - * Unit test for simple App. - */ -public class AppTest - extends TestCase -{ - /** - * Create the test case - * - * @param testName name of the test case - */ - public AppTest( String testName ) - { - super( testName ); - } - - /** - * @return the suite of tests being tested - */ - public static Test suite() - { - return new TestSuite( AppTest.class ); - } - - /** - * Rigourous Test :-) - */ - public void testApp() - { - assertTrue( true ); - } -}