索引
All Classes and Interfaces|所有程序包|序列化表格
A
- architecture() - annotation interface 中的元素 cn.taketoday.test.junit.DisabledOnOs
-
Architecture of the operating system.
B
- BuildOutput - cn.taketoday.test中的类
-
Provides access to build output locations in a build system and IDE agnostic manner.
- BuildOutput(Class<?>) - 类的构造器 cn.taketoday.test.BuildOutput
C
- call(Processor...) - 类中的方法 cn.taketoday.test.compiler.TestCompiler.TestCompilationTask
- cassandra() - 类中的静态方法 cn.taketoday.test.testcontainers.DockerImageNames
-
Return a
DockerImageNamesuitable for running Cassandra. - CassandraContainer - cn.taketoday.test.testcontainers中的类
-
Custom
CassandraContainertuned for stability in heavily contended environments such as CI. - CassandraContainer() - 类的构造器 cn.taketoday.test.testcontainers.CassandraContainer
- ClassPathExclusions - cn.taketoday.test.classpath中的Annotation Interface
-
Annotation used to exclude entries from the classpath.
- ClassPathOverrides - cn.taketoday.test.classpath中的Annotation Interface
-
Annotation used to override entries on the classpath.
- cn.taketoday.test - 程序包 cn.taketoday.test
-
Internal support classes used in Spring Boot tests.
- cn.taketoday.test.classpath - 程序包 cn.taketoday.test.classpath
-
Custom JUnit extension to change the classpath.
- cn.taketoday.test.compiler - 程序包 cn.taketoday.test.compiler
-
Utilities to work with the Java compiler at test time.
- cn.taketoday.test.junit - 程序包 cn.taketoday.test.junit
- cn.taketoday.test.testcontainers - 程序包 cn.taketoday.test.testcontainers
-
Support for testing with Testcontainers.
- cn.taketoday.test.web.servlet - 程序包 cn.taketoday.test.web.servlet
-
Servlet test support.
- couchbase() - 类中的静态方法 cn.taketoday.test.testcontainers.DockerImageNames
-
Return a
DockerImageNamesuitable for running Couchbase.
D
- destroy() - 类中的方法 cn.taketoday.test.web.servlet.ExampleFilter
- DisabledIfDockerUnavailable - cn.taketoday.test.testcontainers中的Annotation Interface
-
Disables test execution if Docker is unavailable.
- DisabledOnOs - cn.taketoday.test.junit中的Annotation Interface
-
Improves JUnit5's
DisabledOnOsby adding an architecture check. - disabledReason() - annotation interface 中的元素 cn.taketoday.test.junit.DisabledOnOs
-
See
DisabledOnOs.disabledReason(). - DockerImageNames - cn.taketoday.test.testcontainers中的类
-
Create
DockerImageNameinstances for services used in integration tests. - doFilter(ServletRequest, ServletResponse, FilterChain) - 类中的方法 cn.taketoday.test.web.servlet.ExampleFilter
E
- elasticsearch() - 类中的静态方法 cn.taketoday.test.testcontainers.DockerImageNames
-
Return a
DockerImageNamesuitable for running Elasticsearch according to the version available on the classpath. - ExampleFilter - cn.taketoday.test.web.servlet中的类
-
Simple example Filter used for testing.
- ExampleFilter() - 类的构造器 cn.taketoday.test.web.servlet.ExampleFilter
- ExampleServlet - cn.taketoday.test.web.servlet中的类
-
Simple example Servlet used for testing.
- ExampleServlet() - 类的构造器 cn.taketoday.test.web.servlet.ExampleServlet
- ExampleServlet(boolean, boolean) - 类的构造器 cn.taketoday.test.web.servlet.ExampleServlet
F
- ForkedClassPath - cn.taketoday.test.classpath中的Annotation Interface
-
Annotation used to fork the classpath.
G
- getFile(Class<?>) - 类中的方法 cn.taketoday.test.compiler.TestCompiler
- getFilter() - 类中的方法 cn.taketoday.test.web.servlet.MockServletWebServer.RegisteredFilter
- getOutputLocation() - 类中的方法 cn.taketoday.test.compiler.TestCompiler
- getPort() - 类中的方法 cn.taketoday.test.web.servlet.MockServletWebServer
- getRegisteredFilters() - 类中的方法 cn.taketoday.test.web.servlet.MockServletWebServer
- getRegisteredFilters(int) - 类中的方法 cn.taketoday.test.web.servlet.MockServletWebServer
- getRegisteredServlet(int) - 类中的方法 cn.taketoday.test.web.servlet.MockServletWebServer
- getRegisteredServlets() - 类中的方法 cn.taketoday.test.web.servlet.MockServletWebServer
- getRegistration() - 类中的方法 cn.taketoday.test.web.servlet.MockServletWebServer.RegisteredFilter
- getRegistration() - 类中的方法 cn.taketoday.test.web.servlet.MockServletWebServer.RegisteredServlet
- getRootLocation() - 类中的方法 cn.taketoday.test.BuildOutput
-
Returns the root location into which build output is written.
- getServlet() - 类中的方法 cn.taketoday.test.web.servlet.MockServletWebServer.RegisteredServlet
- getServletContext() - 类中的方法 cn.taketoday.test.web.servlet.MockServletWebServer
- getServlets() - 类中的方法 cn.taketoday.test.web.servlet.MockServletWebServer
- getSourceDirectory() - 类中的方法 cn.taketoday.test.compiler.TestCompiler
- getTask(Class<?>...) - 类中的方法 cn.taketoday.test.compiler.TestCompiler
- getTask(Collection<File>) - 类中的方法 cn.taketoday.test.compiler.TestCompiler
- getTestClassesLocation() - 类中的方法 cn.taketoday.test.BuildOutput
-
Returns the location into which test classes have been built.
- getTestResourcesLocation() - 类中的方法 cn.taketoday.test.BuildOutput
-
Returns the location into which test resources have been built.
I
- init(FilterConfig) - 类中的方法 cn.taketoday.test.web.servlet.ExampleFilter
M
- MockServletWebServer - cn.taketoday.test.web.servlet中的类
-
Base class for Mock
ServletWebServerimplementations. - MockServletWebServer(MockServletWebServer.Initializer[], int) - 类的构造器 cn.taketoday.test.web.servlet.MockServletWebServer
- MockServletWebServer.Initializer - cn.taketoday.test.web.servlet中的接口
-
Initializer (usually implement by adapting
Initializer). - MockServletWebServer.RegisteredFilter - cn.taketoday.test.web.servlet中的类
-
A registered filter.
- MockServletWebServer.RegisteredServlet - cn.taketoday.test.web.servlet中的类
-
A registered servlet.
- mongo() - 类中的静态方法 cn.taketoday.test.testcontainers.DockerImageNames
-
Return a
DockerImageNamesuitable for running Mongo.
N
- neo4j() - 类中的静态方法 cn.taketoday.test.testcontainers.DockerImageNames
-
Return a
DockerImageNamesuitable for running Neo4j.
O
- onStartup(ServletContext) - 接口中的方法 cn.taketoday.test.web.servlet.MockServletWebServer.Initializer
- os() - annotation interface 中的元素 cn.taketoday.test.junit.DisabledOnOs
-
See
DisabledOnOs.value().
P
- postgresql() - 类中的静态方法 cn.taketoday.test.testcontainers.DockerImageNames
-
Return a
DockerImageNamesuitable for running PostgreSQL.
R
- redis() - 类中的静态方法 cn.taketoday.test.testcontainers.DockerImageNames
-
Return a
DockerImageNamesuitable for running Redis. - RedisContainer - cn.taketoday.test.testcontainers中的类
-
A
GenericContainerfor Redis. - RedisContainer() - 类的构造器 cn.taketoday.test.testcontainers.RedisContainer
- RegisteredFilter(Filter) - 类的构造器 cn.taketoday.test.web.servlet.MockServletWebServer.RegisteredFilter
- RegisteredServlet(Servlet) - 类的构造器 cn.taketoday.test.web.servlet.MockServletWebServer.RegisteredServlet
- registry() - 类中的静态方法 cn.taketoday.test.testcontainers.DockerImageNames
-
Return a
DockerImageNamesuitable for running a Docker registry.
S
- service(ServletRequest, ServletResponse) - 类中的方法 cn.taketoday.test.web.servlet.ExampleServlet
- SOURCE_DIRECTORY - 类中的静态变量 cn.taketoday.test.compiler.TestCompiler
-
The default source directory.
- sourcePathFor(Class<?>) - 类中的静态方法 cn.taketoday.test.compiler.TestCompiler
- stop() - 类中的方法 cn.taketoday.test.web.servlet.MockServletWebServer
T
- TestCompilationTask(JavaCompiler.CompilationTask) - 类的构造器 cn.taketoday.test.compiler.TestCompiler.TestCompilationTask
- TestCompiler - cn.taketoday.test.compiler中的类
-
Wrapper to make the
JavaCompilereasier to use in tests. - TestCompiler(File) - 类的构造器 cn.taketoday.test.compiler.TestCompiler
- TestCompiler(JavaCompiler, File) - 类的构造器 cn.taketoday.test.compiler.TestCompiler
- TestCompiler.TestCompilationTask - cn.taketoday.test.compiler中的类
-
A compilation task.
V
- value() - annotation interface 中的元素 cn.taketoday.test.classpath.ClassPathExclusions
-
One or more Ant-style patterns that identify entries to be excluded from the class path.
- value() - annotation interface 中的元素 cn.taketoday.test.classpath.ClassPathOverrides
-
One or more sets of Maven coordinates (
groupId:artifactId:version) to be added to the classpath.
All Classes and Interfaces|所有程序包|序列化表格