forked from fanruan/finekit
Browse Source
* 'master' of https://cloud.finedevelop.com/scm/~zhaojunzhe/finekit: 参数工具类 # Conflicts: # src/test/java/com/fanruan/api/plugin/PluginKitTest.javapull/1/head
zjz1993
5 years ago
3 changed files with 61 additions and 6 deletions
@ -0,0 +1,13 @@ |
|||||||
|
package com.fanruan.api.plugin; |
||||||
|
|
||||||
|
import com.fanruan.api.runtime.PluginKit; |
||||||
|
import org.junit.Assert; |
||||||
|
import org.junit.Test; |
||||||
|
|
||||||
|
public class PluginKitTest { |
||||||
|
@Test |
||||||
|
public void getArray() { |
||||||
|
Assert.assertFalse(PluginKit.isCurrentPluginAvailable()); |
||||||
|
|
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue