new operator entity

This commit is contained in:
Sola
2015-12-07 13:43:16 +08:00
parent bdf3cfe74e
commit b0ba46cc77
16 changed files with 212 additions and 145 deletions

View File

@@ -0,0 +1,19 @@
package love.sola.netsupport.wechat;
import love.sola.netsupport.enums.Block;
import org.junit.Test;
/**
* ***********************************************
* Created by Sola on 2015/12/6.
* Don't modify this source without my agreement
* ***********************************************
*/
public class TestReflection {
@Test
public void testBlock() {
System.out.println(Block.inverseMap);
}
}