提交 71e70635 编写于 作者: Z zhaoguangwei

add the junit4.12;

上级 5b77d51a
......@@ -42,6 +42,13 @@
<version>1.5.8</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
......
......@@ -15,18 +15,15 @@ limitations under the License.
*/
package bftsmart.demo.bftmap;
import static org.junit.Assert.*;
import java.io.IOException;
import java.util.HashMap;
import bftsmart.ConsoleLogger;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Test;
import bftsmart.ConsoleLogger;
import bftsmart.demo.bftmap.BFTMap;
import java.io.IOException;
import java.util.HashMap;
import static org.junit.Assert.*;
/**
*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册