mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 10:38:42 +08:00 
			
		
		
		
	修复单元测试代码中对junit的依赖
This commit is contained in:
		| @ -16,7 +16,9 @@ import java.io.IOException; | ||||
| import java.io.InputStream; | ||||
| import java.util.*; | ||||
|  | ||||
| import static org.junit.Assert.*; | ||||
| import static org.testng.Assert.assertEquals; | ||||
| import static org.testng.Assert.assertNotNull; | ||||
| import static org.testng.Assert.assertTrue; | ||||
|  | ||||
| /** | ||||
|  * 素材管理相关接口的测试 | ||||
|  | ||||
| @ -12,7 +12,7 @@ import org.testng.annotations.*; | ||||
| import java.math.BigDecimal; | ||||
| import java.util.List; | ||||
|  | ||||
| import static org.junit.Assert.assertNotNull; | ||||
| import static org.testng.AssertJUnit.assertNotNull; | ||||
|  | ||||
| /** | ||||
|  * @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Binary Wang
					Binary Wang