From 2c20ccb69fba930873bc97214f79fab9d979d675 Mon Sep 17 00:00:00 2001 From: LamGC Date: Fri, 20 Nov 2020 22:30:57 +0800 Subject: [PATCH] =?UTF-8?q?[Change]=20Core=20=E8=A1=A5=E5=85=85=20JsonFram?= =?UTF-8?q?eworkDescriptorSerializerTest=20=E6=B5=8B=E8=AF=95=E7=B1=BB?= =?UTF-8?q?=E7=9A=84=E6=96=87=E6=A1=A3(=E5=B0=B1=E8=A1=A5=E4=BA=86?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E6=B5=8B=E8=AF=95=E7=B1=BB);?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Change] JsonFrameworkDescriptorSerializerTest 在类文档中添加了测试相关类; --- .../framework/JsonFrameworkDescriptorSerializerTest.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ContentGrabbingJi-core/src/test/java/net/lamgc/cgj/bot/framework/JsonFrameworkDescriptorSerializerTest.java b/ContentGrabbingJi-core/src/test/java/net/lamgc/cgj/bot/framework/JsonFrameworkDescriptorSerializerTest.java index 69d0d23..6f53879 100644 --- a/ContentGrabbingJi-core/src/test/java/net/lamgc/cgj/bot/framework/JsonFrameworkDescriptorSerializerTest.java +++ b/ContentGrabbingJi-core/src/test/java/net/lamgc/cgj/bot/framework/JsonFrameworkDescriptorSerializerTest.java @@ -36,6 +36,12 @@ import java.util.ArrayList; import java.util.List; import java.util.regex.Pattern; +/** + * @see AuthorJsonSerializer + * @see BotCodeDescriptorJsonSerializer + * @see PlatformJsonSerializer + * @see PluginDependencyJsonSerializer + */ public class JsonFrameworkDescriptorSerializerTest { private final static Gson gson = getGson();