forked from fanruan/finekit
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
316 B
19 lines
316 B
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()); |
|
} |
|
} |