3 changed files with 16 additions and 2 deletions
@ -0,0 +1,15 @@ |
|||||
|
package com.dreamchaser.depository_manage; |
||||
|
|
||||
|
import org.junit.Test; |
||||
|
import org.junit.runner.RunWith; |
||||
|
import org.springframework.boot.test.context.SpringBootTest; |
||||
|
import org.springframework.test.context.junit4.SpringRunner; |
||||
|
|
||||
|
@SpringBootTest |
||||
|
@RunWith(SpringRunner.class) |
||||
|
public class TestOther { |
||||
|
@Test |
||||
|
public void Test(){ |
||||
|
System.out.println(Integer.compare(3, 0) == 0 ); |
||||
|
} |
||||
|
} |
||||
Loading…
Reference in new issue