Move spring-boot tests utilities to main spring-boot.jar
Fixes gh-233
This commit is contained in:
@@ -20,9 +20,9 @@ import org.junit.After;
|
||||
import org.junit.Before;
|
||||
import org.junit.Rule;
|
||||
import org.junit.Test;
|
||||
import org.springframework.boot.OutputCapture;
|
||||
import sample.aop.SampleAopApplication;
|
||||
import org.springframework.boot.test.OutputCapture;
|
||||
|
||||
import sample.aop.SampleAopApplication;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user