forked from fanruan/finekit
richie
5 years ago
2 changed files with 20 additions and 1 deletions
@ -0,0 +1,19 @@
|
||||
package com.fanruan.api; |
||||
|
||||
import org.junit.Assert; |
||||
import org.junit.Test; |
||||
|
||||
import static org.junit.Assert.*; |
||||
|
||||
/** |
||||
* @author richie |
||||
* @version 10.0 |
||||
* Created by richie on 2019-08-09 |
||||
*/ |
||||
public class FineKitTest { |
||||
|
||||
@Test |
||||
public void version() { |
||||
Assert.assertEquals("1.0", FineKit.version()); |
||||
} |
||||
} |
Loading…
Reference in new issue