From e4679663f7a3f40006e9ed5b026b46fac6cc5662 Mon Sep 17 00:00:00 2001 From: "chen.ma" Date: Wed, 14 Sep 2022 20:03:39 +0800 Subject: [PATCH] Delete invalid test directory --- .../main/test/java/cn/hippo4j/config/toolkit/BeanUtilTest.java | 1 - .../main/test/java/cn/hippo4j/config/toolkit/ClassUtilTest.java | 1 - .../test/java/cn/hippo4j/config/toolkit/ConfigExecutorTest.java | 1 - .../main/test/java/cn/hippo4j/config/toolkit/EnvUtilTest.java | 1 - .../main/test/java/cn/hippo4j/config/toolkit/MapUtilTest.java | 1 - .../test/java/cn/hippo4j/config/toolkit/Md5ConfigUtilTest.java | 1 - .../test/java/cn/hippo4j/config/toolkit/RequestUtilTest.java | 1 - .../java/cn/hippo4j/config/toolkit/SimpleReadWriteLockTest.java | 1 - 8 files changed, 8 deletions(-) delete mode 100644 hippo4j-config/src/main/test/java/cn/hippo4j/config/toolkit/BeanUtilTest.java delete mode 100644 hippo4j-config/src/main/test/java/cn/hippo4j/config/toolkit/ClassUtilTest.java delete mode 100644 hippo4j-config/src/main/test/java/cn/hippo4j/config/toolkit/ConfigExecutorTest.java delete mode 100644 hippo4j-config/src/main/test/java/cn/hippo4j/config/toolkit/EnvUtilTest.java delete mode 100644 hippo4j-config/src/main/test/java/cn/hippo4j/config/toolkit/MapUtilTest.java delete mode 100644 hippo4j-config/src/main/test/java/cn/hippo4j/config/toolkit/Md5ConfigUtilTest.java delete mode 100644 hippo4j-config/src/main/test/java/cn/hippo4j/config/toolkit/RequestUtilTest.java delete mode 100644 hippo4j-config/src/main/test/java/cn/hippo4j/config/toolkit/SimpleReadWriteLockTest.java diff --git a/hippo4j-config/src/main/test/java/cn/hippo4j/config/toolkit/BeanUtilTest.java b/hippo4j-config/src/main/test/java/cn/hippo4j/config/toolkit/BeanUtilTest.java deleted file mode 100644 index 7ad6ec71..00000000 --- a/hippo4j-config/src/main/test/java/cn/hippo4j/config/toolkit/BeanUtilTest.java +++ /dev/null @@ -1 +0,0 @@ -/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package cn.hippo4j.config.toolkit; /** * BeanUtil Test */ public class BeanUtilTest { } \ No newline at end of file diff --git a/hippo4j-config/src/main/test/java/cn/hippo4j/config/toolkit/ClassUtilTest.java b/hippo4j-config/src/main/test/java/cn/hippo4j/config/toolkit/ClassUtilTest.java deleted file mode 100644 index f01df45a..00000000 --- a/hippo4j-config/src/main/test/java/cn/hippo4j/config/toolkit/ClassUtilTest.java +++ /dev/null @@ -1 +0,0 @@ -/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package cn.hippo4j.config.toolkit; /** * ClassUtil Test */ public class ClassUtilTest { } \ No newline at end of file diff --git a/hippo4j-config/src/main/test/java/cn/hippo4j/config/toolkit/ConfigExecutorTest.java b/hippo4j-config/src/main/test/java/cn/hippo4j/config/toolkit/ConfigExecutorTest.java deleted file mode 100644 index 5af1a740..00000000 --- a/hippo4j-config/src/main/test/java/cn/hippo4j/config/toolkit/ConfigExecutorTest.java +++ /dev/null @@ -1 +0,0 @@ -/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package cn.hippo4j.config.toolkit; /** * ConfigExecutor Test */ public class ConfigExecutorTest { } \ No newline at end of file diff --git a/hippo4j-config/src/main/test/java/cn/hippo4j/config/toolkit/EnvUtilTest.java b/hippo4j-config/src/main/test/java/cn/hippo4j/config/toolkit/EnvUtilTest.java deleted file mode 100644 index 4ce850bf..00000000 --- a/hippo4j-config/src/main/test/java/cn/hippo4j/config/toolkit/EnvUtilTest.java +++ /dev/null @@ -1 +0,0 @@ -/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package cn.hippo4j.config.toolkit; /** * EnvUtil Test */ public class EnvUtilTest { } \ No newline at end of file diff --git a/hippo4j-config/src/main/test/java/cn/hippo4j/config/toolkit/MapUtilTest.java b/hippo4j-config/src/main/test/java/cn/hippo4j/config/toolkit/MapUtilTest.java deleted file mode 100644 index 96a7b55a..00000000 --- a/hippo4j-config/src/main/test/java/cn/hippo4j/config/toolkit/MapUtilTest.java +++ /dev/null @@ -1 +0,0 @@ -/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package cn.hippo4j.config.toolkit; /** * MapUtil Test */ public class MapUtilTest { } \ No newline at end of file diff --git a/hippo4j-config/src/main/test/java/cn/hippo4j/config/toolkit/Md5ConfigUtilTest.java b/hippo4j-config/src/main/test/java/cn/hippo4j/config/toolkit/Md5ConfigUtilTest.java deleted file mode 100644 index 33834a0c..00000000 --- a/hippo4j-config/src/main/test/java/cn/hippo4j/config/toolkit/Md5ConfigUtilTest.java +++ /dev/null @@ -1 +0,0 @@ -/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package cn.hippo4j.config.toolkit; /** * Md5ConfigUtil Test */ public class Md5ConfigUtilTest { } \ No newline at end of file diff --git a/hippo4j-config/src/main/test/java/cn/hippo4j/config/toolkit/RequestUtilTest.java b/hippo4j-config/src/main/test/java/cn/hippo4j/config/toolkit/RequestUtilTest.java deleted file mode 100644 index d820364a..00000000 --- a/hippo4j-config/src/main/test/java/cn/hippo4j/config/toolkit/RequestUtilTest.java +++ /dev/null @@ -1 +0,0 @@ -/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package cn.hippo4j.config.toolkit; /** * RequestUtil Test */ public class RequestUtilTest { } \ No newline at end of file diff --git a/hippo4j-config/src/main/test/java/cn/hippo4j/config/toolkit/SimpleReadWriteLockTest.java b/hippo4j-config/src/main/test/java/cn/hippo4j/config/toolkit/SimpleReadWriteLockTest.java deleted file mode 100644 index 65f96284..00000000 --- a/hippo4j-config/src/main/test/java/cn/hippo4j/config/toolkit/SimpleReadWriteLockTest.java +++ /dev/null @@ -1 +0,0 @@ -/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package cn.hippo4j.config.toolkit; /** * SimpleReadWriteLock Test */ public class SimpleReadWriteLockTest { } \ No newline at end of file