C G M O S T V 
All Classes All Packages

C

call(Processor...) - Method in class org.springframework.boot.junit.compiler.TestCompiler.TestCompilationTask
 
ClassPathExclusions - Annotation Type in org.springframework.boot.junit.runner.classpath
Annotation used in combination with ModifiedClassPathRunner to exclude entries from the classpath.
ClassPathOverrides - Annotation Type in org.springframework.boot.junit.runner.classpath
Annotation used in combination with ModifiedClassPathRunner to override entries on the classpath.
createTest() - Method in class org.springframework.boot.junit.runner.classpath.ModifiedClassPathRunner
 
createTestClass(Class<?>) - Method in class org.springframework.boot.junit.runner.classpath.ModifiedClassPathRunner
 

G

getFile(Class<?>) - Method in class org.springframework.boot.junit.compiler.TestCompiler
 
getOutputLocation() - Method in class org.springframework.boot.junit.compiler.TestCompiler
 
getSourceFolder() - Method in class org.springframework.boot.junit.compiler.TestCompiler
 
getTask(Class<?>...) - Method in class org.springframework.boot.junit.compiler.TestCompiler
 
getTask(Collection<File>) - Method in class org.springframework.boot.junit.compiler.TestCompiler
 

M

ModifiedClassPathRunner - Class in org.springframework.boot.junit.runner.classpath
A custom BlockJUnit4ClassRunner that runs tests using a modified class path.
ModifiedClassPathRunner(Class<?>) - Constructor for class org.springframework.boot.junit.runner.classpath.ModifiedClassPathRunner
 

O

org.springframework.boot.junit.compiler - package org.springframework.boot.junit.compiler
Utilities to work with the Java compiler at test time.
org.springframework.boot.junit.runner - package org.springframework.boot.junit.runner
Custom JUnit runners used in Spring Boot's own tests.
org.springframework.boot.junit.runner.classpath - package org.springframework.boot.junit.runner.classpath
Custom JUnit runner to change the classpath.

S

SOURCE_FOLDER - Static variable in class org.springframework.boot.junit.compiler.TestCompiler
The default source folder.
sourcePathFor(Class<?>) - Static method in class org.springframework.boot.junit.compiler.TestCompiler
 

T

TestCompilationTask(JavaCompiler.CompilationTask) - Constructor for class org.springframework.boot.junit.compiler.TestCompiler.TestCompilationTask
 
TestCompiler - Class in org.springframework.boot.junit.compiler
Wrapper to make the JavaCompiler easier to use in tests.
TestCompiler(JavaCompiler, TemporaryFolder) - Constructor for class org.springframework.boot.junit.compiler.TestCompiler
 
TestCompiler(TemporaryFolder) - Constructor for class org.springframework.boot.junit.compiler.TestCompiler
 
TestCompiler.TestCompilationTask - Class in org.springframework.boot.junit.compiler
A compilation task.

V

value() - Method in annotation type org.springframework.boot.junit.runner.classpath.ClassPathExclusions
One or more Ant-style patterns that identify entries to be excluded from the class path.
value() - Method in annotation type org.springframework.boot.junit.runner.classpath.ClassPathOverrides
One or more sets of Maven coordinates (groupId:artifactId:version) to be added to the classpath.
C G M O S T V 
All Classes All Packages