1 changed files with 0 additions and 22 deletions
@ -1,22 +0,0 @@ |
|||||||
package com.biutag.lan; |
|
||||||
|
|
||||||
import com.biutag.lan.crontab.MailSourceJob; |
|
||||||
import lombok.extern.slf4j.Slf4j; |
|
||||||
import org.junit.jupiter.api.Test; |
|
||||||
import org.springframework.beans.factory.annotation.Autowired; |
|
||||||
import org.springframework.boot.test.context.SpringBootTest; |
|
||||||
|
|
||||||
@Slf4j |
|
||||||
@SpringBootTest |
|
||||||
public class MailSourceJobTest { |
|
||||||
|
|
||||||
@Autowired |
|
||||||
MailSourceJob mailSourceJob; |
|
||||||
|
|
||||||
@Test |
|
||||||
public void testExtractMailSource() { |
|
||||||
log.info("testExtractMailSource"); |
|
||||||
mailSourceJob.extractMailSource(); |
|
||||||
System.out.println("end-----------------------------------------"); |
|
||||||
} |
|
||||||
} |
|
||||||
Loading…
Reference in new issue