A B C D E F G I J M N O R S T V W
所有类 所有程序包
所有类 所有程序包
所有类 所有程序包
A
- AbstractConfigurationClassTests - org.springframework.boot.testsupport.context中的类
- Abstract base class for
@Configuration
sanity checks. - AbstractConfigurationClassTests() - 类 的构造器org.springframework.boot.testsupport.context.AbstractConfigurationClassTests
- allBeanMethodsArePublic() - 类 中的方法org.springframework.boot.testsupport.context.AbstractConfigurationClassTests
- apply(Statement, Description) - 类 中的方法org.springframework.boot.testsupport.rule.OutputCapture
- Assume - org.springframework.boot.testsupport中的类
- Provides utility methods that allow JUnit tests to
Assume
certain conditions holdtrue
. - Assume() - 类 的构造器org.springframework.boot.testsupport.Assume
B
- by(Matcher<? extends T>) - 类 中的静态方法org.springframework.boot.testsupport.assertj.Matched
C
- call(Processor...) - 类 中的方法org.springframework.boot.testsupport.compiler.TestCompiler.TestCompilationTask
- captureOutput() - 类 中的方法org.springframework.boot.testsupport.rule.OutputCapture
- CassandraContainer - org.springframework.boot.testsupport.testcontainers中的类
- A
GenericContainer
for Cassandra. - CassandraContainer() - 类 的构造器org.springframework.boot.testsupport.testcontainers.CassandraContainer
- ClassPathExclusions - org.springframework.boot.testsupport.runner.classpath中的注释类型
- Annotation used in combination with
ModifiedClassPathRunner
to exclude entries from the classpath. - ClassPathOverrides - org.springframework.boot.testsupport.runner.classpath中的注释类型
- Annotation used in combination with
ModifiedClassPathRunner
to override entries on the classpath. - createTest() - 类 中的方法org.springframework.boot.testsupport.runner.classpath.ModifiedClassPathRunner
- createTestClass(Class<?>) - 类 中的方法org.springframework.boot.testsupport.runner.classpath.ModifiedClassPathRunner
D
- destroy() - 类 中的方法org.springframework.boot.testsupport.web.servlet.ExampleFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法org.springframework.boot.testsupport.web.servlet.ExampleFilter
E
- ExampleFilter - org.springframework.boot.testsupport.web.servlet中的类
- Simple example Filter used for testing.
- ExampleFilter() - 类 的构造器org.springframework.boot.testsupport.web.servlet.ExampleFilter
- ExampleServlet - org.springframework.boot.testsupport.web.servlet中的类
- Simple example Servlet used for testing.
- ExampleServlet() - 类 的构造器org.springframework.boot.testsupport.web.servlet.ExampleServlet
- ExampleServlet(boolean, boolean) - 类 的构造器org.springframework.boot.testsupport.web.servlet.ExampleServlet
- expect(Matcher<? super String>) - 类 中的方法org.springframework.boot.testsupport.rule.OutputCapture
- Verify that the output is matched by the supplied
matcher
.
F
- flush() - 类 中的方法org.springframework.boot.testsupport.rule.OutputCapture
G
- getFile(Class<?>) - 类 中的方法org.springframework.boot.testsupport.compiler.TestCompiler
- getFilter() - 类 中的方法org.springframework.boot.testsupport.web.servlet.MockServletWebServer.RegisteredFilter
- getOutputLocation() - 类 中的方法org.springframework.boot.testsupport.compiler.TestCompiler
- getPort() - 类 中的方法org.springframework.boot.testsupport.web.servlet.MockServletWebServer
- getRegisteredFilters() - 类 中的方法org.springframework.boot.testsupport.web.servlet.MockServletWebServer
- getRegisteredFilters(int) - 类 中的方法org.springframework.boot.testsupport.web.servlet.MockServletWebServer
- getRegisteredServlet(int) - 类 中的方法org.springframework.boot.testsupport.web.servlet.MockServletWebServer
- getRegisteredServlets() - 类 中的方法org.springframework.boot.testsupport.web.servlet.MockServletWebServer
- getRegistration() - 类 中的方法org.springframework.boot.testsupport.web.servlet.MockServletWebServer.RegisteredFilter
- getRegistration() - 类 中的方法org.springframework.boot.testsupport.web.servlet.MockServletWebServer.RegisteredServlet
- getServlet() - 类 中的方法org.springframework.boot.testsupport.web.servlet.MockServletWebServer.RegisteredServlet
- getServletContext() - 类 中的方法org.springframework.boot.testsupport.web.servlet.MockServletWebServer
- getServlets() - 类 中的方法org.springframework.boot.testsupport.web.servlet.MockServletWebServer
- getSourceFolder() - 类 中的方法org.springframework.boot.testsupport.compiler.TestCompiler
- getTask(Class<?>...) - 类 中的方法org.springframework.boot.testsupport.compiler.TestCompiler
- getTask(Collection<File>) - 类 中的方法org.springframework.boot.testsupport.compiler.TestCompiler
I
- init(FilterConfig) - 类 中的方法org.springframework.boot.testsupport.web.servlet.ExampleFilter
J
- javaEight() - 类 中的静态方法org.springframework.boot.testsupport.Assume
M
- Matched<T> - org.springframework.boot.testsupport.assertj中的类
- Adapter class allowing a Hamcrest
Matcher
to be used as an AssertJCondition
. - matches(T) - 类 中的方法org.springframework.boot.testsupport.assertj.Matched
- MockServletWebServer - org.springframework.boot.testsupport.web.servlet中的类
- Base class for Mock
ServletWebServer
implementations. - MockServletWebServer(MockServletWebServer.Initializer[], int) - 类 的构造器org.springframework.boot.testsupport.web.servlet.MockServletWebServer
- MockServletWebServer.Initializer - org.springframework.boot.testsupport.web.servlet中的接口
- Initializer (usually implement by adapting
Initializer
). - MockServletWebServer.RegisteredFilter - org.springframework.boot.testsupport.web.servlet中的类
- A registered filter.
- MockServletWebServer.RegisteredServlet - org.springframework.boot.testsupport.web.servlet中的类
- A registered servlet.
- ModifiedClassPathRunner - org.springframework.boot.testsupport.runner.classpath中的类
- A custom
BlockJUnit4ClassRunner
that runs tests using a modified class path. - ModifiedClassPathRunner(Class<?>) - 类 的构造器org.springframework.boot.testsupport.runner.classpath.ModifiedClassPathRunner
N
- Neo4jContainer - org.springframework.boot.testsupport.testcontainers中的类
- A
GenericContainer
for Neo4J. - Neo4jContainer() - 类 的构造器org.springframework.boot.testsupport.testcontainers.Neo4jContainer
O
- onStartup(ServletContext) - 接口 中的方法org.springframework.boot.testsupport.web.servlet.MockServletWebServer.Initializer
- org.springframework.boot.testsupport - 程序包 org.springframework.boot.testsupport
- Internal support classes used in Spring Boot tests.
- org.springframework.boot.testsupport.assertj - 程序包 org.springframework.boot.testsupport.assertj
- Utilities and helpers for AssertJ.
- org.springframework.boot.testsupport.compiler - 程序包 org.springframework.boot.testsupport.compiler
- Utilities to work with the Java compiler at test time.
- org.springframework.boot.testsupport.context - 程序包 org.springframework.boot.testsupport.context
- Utilities to help test Spring contexts.
- org.springframework.boot.testsupport.rule - 程序包 org.springframework.boot.testsupport.rule
- Internal JUnit rules used in Spring Boot tests.
- org.springframework.boot.testsupport.runner - 程序包 org.springframework.boot.testsupport.runner
- Custom JUnit runners used in Spring Boot's own tests.
- org.springframework.boot.testsupport.runner.classpath - 程序包 org.springframework.boot.testsupport.runner.classpath
- Custom JUnit runner to change the classpath.
- org.springframework.boot.testsupport.testcontainers - 程序包 org.springframework.boot.testsupport.testcontainers
- Support for integration testing with Testcontainers.
- org.springframework.boot.testsupport.web.servlet - 程序包 org.springframework.boot.testsupport.web.servlet
- Servlet test support.
- OutputCapture - org.springframework.boot.testsupport.rule中的类
- Internal JUnit
@Rule
to capture output from System.out and System.err. - OutputCapture() - 类 的构造器org.springframework.boot.testsupport.rule.OutputCapture
R
- RedisContainer - org.springframework.boot.testsupport.testcontainers中的类
- A
GenericContainer
for Redis. - RedisContainer() - 类 的构造器org.springframework.boot.testsupport.testcontainers.RedisContainer
- RegisteredFilter(Filter) - 类 的构造器org.springframework.boot.testsupport.web.servlet.MockServletWebServer.RegisteredFilter
- RegisteredServlet(Servlet) - 类 的构造器org.springframework.boot.testsupport.web.servlet.MockServletWebServer.RegisteredServlet
- releaseOutput() - 类 中的方法org.springframework.boot.testsupport.rule.OutputCapture
S
- service(ServletRequest, ServletResponse) - 类 中的方法org.springframework.boot.testsupport.web.servlet.ExampleServlet
- SOURCE_FOLDER - 类 中的静态变量org.springframework.boot.testsupport.compiler.TestCompiler
- The default source folder.
- sourcePathFor(Class<?>) - 类 中的静态方法org.springframework.boot.testsupport.compiler.TestCompiler
- stop() - 类 中的方法org.springframework.boot.testsupport.web.servlet.MockServletWebServer
T
- TestCompilationTask(JavaCompiler.CompilationTask) - 类 的构造器org.springframework.boot.testsupport.compiler.TestCompiler.TestCompilationTask
- TestCompiler - org.springframework.boot.testsupport.compiler中的类
- Wrapper to make the
JavaCompiler
easier to use in tests. - TestCompiler(JavaCompiler, TemporaryFolder) - 类 的构造器org.springframework.boot.testsupport.compiler.TestCompiler
- TestCompiler(TemporaryFolder) - 类 的构造器org.springframework.boot.testsupport.compiler.TestCompiler
- TestCompiler.TestCompilationTask - org.springframework.boot.testsupport.compiler中的类
- A compilation task.
- toString() - 类 中的方法org.springframework.boot.testsupport.rule.OutputCapture
V
- value() - 注释类型 中的方法org.springframework.boot.testsupport.runner.classpath.ClassPathExclusions
- One or more Ant-style patterns that identify entries to be excluded from the class path.
- value() - 注释类型 中的方法org.springframework.boot.testsupport.runner.classpath.ClassPathOverrides
- One or more sets of Maven coordinates (
groupId:artifactId:version
) to be added to the classpath.
W
- when(Matcher<? extends T>) - 类 中的静态方法org.springframework.boot.testsupport.assertj.Matched
所有类 所有程序包