diff --git a/ContentGrabbingJi-CacheStore-api/src/test/java/net/lamgc/cgj/bot/cache/CacheKeyTest.java b/ContentGrabbingJi-CacheStore-api/src/test/java/net/lamgc/cgj/bot/cache/CacheKeyTest.java index 7ea237d..c4a86a6 100644 --- a/ContentGrabbingJi-CacheStore-api/src/test/java/net/lamgc/cgj/bot/cache/CacheKeyTest.java +++ b/ContentGrabbingJi-CacheStore-api/src/test/java/net/lamgc/cgj/bot/cache/CacheKeyTest.java @@ -20,6 +20,9 @@ package net.lamgc.cgj.bot.cache; import org.junit.Assert; import org.junit.Test; +/** + * @see CacheKey + */ public class CacheKeyTest { @Test diff --git a/ContentGrabbingJi-Event/src/test/java/net/lamgc/cgj/bot/event/EventUtilsTest.java b/ContentGrabbingJi-Event/src/test/java/net/lamgc/cgj/bot/event/EventUtilsTest.java index 32fbe17..7bcc86f 100644 --- a/ContentGrabbingJi-Event/src/test/java/net/lamgc/cgj/bot/event/EventUtilsTest.java +++ b/ContentGrabbingJi-Event/src/test/java/net/lamgc/cgj/bot/event/EventUtilsTest.java @@ -27,6 +27,9 @@ import java.lang.reflect.Method; import java.util.NoSuchElementException; import java.util.UUID; +/** + * @see EventUtils + */ public class EventUtilsTest { @Test diff --git a/ContentGrabbingJi-common/src/test/java/net/lamgc/cgj/bot/cache/FactoryInfoTest.java b/ContentGrabbingJi-common/src/test/java/net/lamgc/cgj/bot/cache/FactoryInfoTest.java index dff662b..77cdbcc 100644 --- a/ContentGrabbingJi-common/src/test/java/net/lamgc/cgj/bot/cache/FactoryInfoTest.java +++ b/ContentGrabbingJi-common/src/test/java/net/lamgc/cgj/bot/cache/FactoryInfoTest.java @@ -21,9 +21,11 @@ import net.lamgc.cgj.bot.cache.factory.*; import org.junit.Assert; import org.junit.Test; +/** + * @see FactoryInfo + */ public class FactoryInfoTest { - @Test public void analyticTest() { FactoryInfo infoA = new FactoryInfo(FactoryInfoTestFactory.class); diff --git a/ContentGrabbingJi-framework-api/src/test/java/net/lamgc/cgj/bot/framework/util/CollectionUtilsTest.java b/ContentGrabbingJi-framework-api/src/test/java/net/lamgc/cgj/bot/framework/util/CollectionUtilsTest.java index d7e0a12..8309ec5 100644 --- a/ContentGrabbingJi-framework-api/src/test/java/net/lamgc/cgj/bot/framework/util/CollectionUtilsTest.java +++ b/ContentGrabbingJi-framework-api/src/test/java/net/lamgc/cgj/bot/framework/util/CollectionUtilsTest.java @@ -25,6 +25,9 @@ import java.util.Map; import java.util.Set; import java.util.concurrent.CopyOnWriteArraySet; +/** + * @see CollectionUtils + */ public class CollectionUtilsTest { @Test