
4 changed files with 22 additions and 3 deletions
@ -0,0 +1,19 @@ |
|||||
|
package com.yxt.supervise.gf.biz.inventory; |
||||
|
|
||||
|
import org.junit.jupiter.api.Test; |
||||
|
import org.springframework.beans.factory.annotation.Autowired; |
||||
|
import org.springframework.boot.test.context.SpringBootTest; |
||||
|
|
||||
|
import static org.junit.jupiter.api.Assertions.*; |
||||
|
|
||||
|
//@SpringBootTest
|
||||
|
class InventoryServiceTest { |
||||
|
|
||||
|
// @Autowired
|
||||
|
private InventoryService inventoryService; |
||||
|
|
||||
|
// @Test
|
||||
|
void export() { |
||||
|
// inventoryService.export("",);
|
||||
|
} |
||||
|
} |
Loading…
Reference in new issue