cortana test

This commit is contained in:
Sola
2016-04-18 16:18:50 +08:00
parent 81a52327fe
commit 1e18bc3179
3 changed files with 48 additions and 5 deletions

View File

@@ -0,0 +1,18 @@
package love.sola.netsupport.config;
import org.junit.Test;
/**
* ***********************************************
* Created by Sola on 2016/4/18.
* Don't modify this source without my agreement
* ***********************************************
*/
public class CortanaTest {
@Test
public void load() throws Exception {
Cortana.load();
}
}