[Optimize] CacheStore-API, Framework-API, Event, Common 补充多个单元测试类的文档注释;

[Optimize] CacheKeyTest, CollectionUtilsTest, EventUtilsTest, FactoryInfoTest 在类文档添加测试所针对的类;
This commit is contained in:
2020-11-21 11:06:22 +08:00
parent 04153749e0
commit 561dd58611
4 changed files with 12 additions and 1 deletions

View File

@ -20,6 +20,9 @@ package net.lamgc.cgj.bot.cache;
import org.junit.Assert;
import org.junit.Test;
/**
* @see CacheKey
*/
public class CacheKeyTest {
@Test