mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 18:46:10 +08:00 
			
		
		
		
	修复单元测试代码中对junit的依赖
This commit is contained in:
		| @ -16,7 +16,9 @@ import java.io.IOException; | |||||||
| import java.io.InputStream; | import java.io.InputStream; | ||||||
| import java.util.*; | 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.math.BigDecimal; | ||||||
| import java.util.List; | 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> |  * @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a> | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Binary Wang
					Binary Wang