Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
9a2d654e
Commit
9a2d654e
authored
Oct 15, 2014
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename test classes so that their tests are run by Maven
parent
fff94733
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
BasicErrorControllerIntegrationTests.java
...toconfigure/web/BasicErrorControllerIntegrationTests.java
+1
-1
SampleDataGemFireApplicationTests.java
...ample/data/gemfire/SampleDataGemFireApplicationTests.java
+2
-2
ByteArrayRandomAccessDataTests.java
...work/boot/loader/data/ByteArrayRandomAccessDataTests.java
+1
-1
AnsiOutputTests.java
...t/java/org/springframework/boot/ansi/AnsiOutputTests.java
+1
-1
No files found.
spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/web/BasicErrorControllerIntegrationTests.java
View file @
9a2d654e
...
@@ -58,7 +58,7 @@ import static org.junit.Assert.assertThat;
...
@@ -58,7 +58,7 @@ import static org.junit.Assert.assertThat;
@WebAppConfiguration
@WebAppConfiguration
@DirtiesContext
@DirtiesContext
@IntegrationTest
(
"server.port=0"
)
@IntegrationTest
(
"server.port=0"
)
public
class
BasicErrorControllerIntegrationTest
{
public
class
BasicErrorControllerIntegrationTest
s
{
@Value
(
"${local.server.port}"
)
@Value
(
"${local.server.port}"
)
private
int
port
;
private
int
port
;
...
...
spring-boot-samples/spring-boot-sample-data-gemfire/src/test/java/sample/data/gemfire/SampleDataGemFireApplicationTest.java
→
spring-boot-samples/spring-boot-sample-data-gemfire/src/test/java/sample/data/gemfire/SampleDataGemFireApplicationTest
s
.java
View file @
9a2d654e
...
@@ -36,14 +36,14 @@ import static org.junit.Assert.assertNotNull;
...
@@ -36,14 +36,14 @@ import static org.junit.Assert.assertNotNull;
import
static
org
.
junit
.
Assert
.
assertTrue
;
import
static
org
.
junit
.
Assert
.
assertTrue
;
/**
/**
* The SampleDataGemFireApplicationTest class is a test suite with test cases testing the
* The SampleDataGemFireApplicationTest
s
class is a test suite with test cases testing the
* SampleDataGemFireApplication in Spring Boot.
* SampleDataGemFireApplication in Spring Boot.
*
*
* @author John Blum
* @author John Blum
*/
*/
@RunWith
(
SpringJUnit4ClassRunner
.
class
)
@RunWith
(
SpringJUnit4ClassRunner
.
class
)
@SpringApplicationConfiguration
(
classes
=
SampleDataGemFireApplication
.
class
)
@SpringApplicationConfiguration
(
classes
=
SampleDataGemFireApplication
.
class
)
public
class
SampleDataGemFireApplicationTest
{
public
class
SampleDataGemFireApplicationTest
s
{
@Autowired
@Autowired
private
GemstoneService
gemstoneService
;
private
GemstoneService
gemstoneService
;
...
...
spring-boot-tools/spring-boot-loader/src/test/java/org/springframework/boot/loader/data/ByteArrayRandomAccessDataTest.java
→
spring-boot-tools/spring-boot-loader/src/test/java/org/springframework/boot/loader/data/ByteArrayRandomAccessDataTest
s
.java
View file @
9a2d654e
...
@@ -28,7 +28,7 @@ import static org.junit.Assert.assertThat;
...
@@ -28,7 +28,7 @@ import static org.junit.Assert.assertThat;
*
*
* @author Phillip Webb
* @author Phillip Webb
*/
*/
public
class
ByteArrayRandomAccessDataTest
{
public
class
ByteArrayRandomAccessDataTest
s
{
@Test
@Test
public
void
testGetInputStream
()
throws
Exception
{
public
void
testGetInputStream
()
throws
Exception
{
...
...
spring-boot/src/test/java/org/springframework/boot/ansi/AnsiOutputTest.java
→
spring-boot/src/test/java/org/springframework/boot/ansi/AnsiOutputTest
s
.java
View file @
9a2d654e
...
@@ -34,7 +34,7 @@ import static org.springframework.boot.ansi.AnsiElement.RED;
...
@@ -34,7 +34,7 @@ import static org.springframework.boot.ansi.AnsiElement.RED;
*
*
* @author Phillip Webb
* @author Phillip Webb
*/
*/
public
class
AnsiOutputTest
{
public
class
AnsiOutputTest
s
{
@BeforeClass
@BeforeClass
public
static
void
enable
()
{
public
static
void
enable
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment