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
9065c499
Commit
9065c499
authored
Sep 16, 2019
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix rebase from master
parent
ece29bbd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
TestTypeExcludeFilter.java
...ework/boot/test/context/filter/TestTypeExcludeFilter.java
+1
-2
AbstractJupiterTestWithConfigAndTestable.java
...text/filter/AbstractJupiterTestWithConfigAndTestable.java
+1
-1
No files found.
spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/context/filter/TestTypeExcludeFilter.java
View file @
9065c499
...
...
@@ -33,8 +33,7 @@ import org.springframework.core.type.classreading.MetadataReaderFactory;
class
TestTypeExcludeFilter
extends
TypeExcludeFilter
{
private
static
final
String
[]
CLASS_ANNOTATIONS
=
{
"org.junit.runner.RunWith"
,
"org.junit.jupiter.api.extension.ExtendWith"
,
"org.junit.platform.commons.annotation.Testable"
,
"org.testng.annotations.Test"
,
};
"org.junit.jupiter.api.extension.ExtendWith"
,
"org.junit.platform.commons.annotation.Testable"
};
private
static
final
String
[]
METHOD_ANNOTATIONS
=
{
"org.junit.Test"
,
"org.junit.platform.commons.annotation.Testable"
};
...
...
spring-boot-project/spring-boot-test/src/test/java/org/springframework/boot/test/context/filter/AbstractJupiterTestWithConfigAndTestable.java
View file @
9065c499
...
...
@@ -23,7 +23,7 @@ import org.springframework.context.annotation.Configuration;
@Testable
public
abstract
class
AbstractJupiterTestWithConfigAndTestable
{
@Configuration
(
proxyBeanMethods
=
false
)
@Configuration
static
class
Config
{
}
...
...
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