mirror of
https://github.com/LamGC/ContentGrabbingJi.git
synced 2025-07-01 04:47:26 +00:00
[Change] Core 补充 JsonFrameworkDescriptorSerializerTest 测试类的文档(就补了相关测试类);
[Change] JsonFrameworkDescriptorSerializerTest 在类文档中添加了测试相关类;
This commit is contained in:
@ -36,6 +36,12 @@ import java.util.ArrayList;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.regex.Pattern;
|
import java.util.regex.Pattern;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @see AuthorJsonSerializer
|
||||||
|
* @see BotCodeDescriptorJsonSerializer
|
||||||
|
* @see PlatformJsonSerializer
|
||||||
|
* @see PluginDependencyJsonSerializer
|
||||||
|
*/
|
||||||
public class JsonFrameworkDescriptorSerializerTest {
|
public class JsonFrameworkDescriptorSerializerTest {
|
||||||
|
|
||||||
private final static Gson gson = getGson();
|
private final static Gson gson = getGson();
|
||||||
|
Reference in New Issue
Block a user