Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractHibernateReactiveTestResourceProvider<T extends org.testcontainers.containers.JdbcDatabaseContainer<? extends T>> - Class in io.micronaut.testresources.hibernate.reactive.core
-
Base class for R2DBC test resources.
- AbstractHibernateReactiveTestResourceProvider() - Constructor for class io.micronaut.testresources.hibernate.reactive.core.AbstractHibernateReactiveTestResourceProvider
- AbstractJdbcTestResourceProvider<T extends org.testcontainers.containers.JdbcDatabaseContainer<? extends T>> - Class in io.micronaut.testresources.jdbc
-
Superclass for JDBC test containers providers.
- AbstractJdbcTestResourceProvider() - Constructor for class io.micronaut.testresources.jdbc.AbstractJdbcTestResourceProvider
- AbstractR2DBCTestResourceProvider<T extends org.testcontainers.containers.GenericContainer<? extends T>> - Class in io.micronaut.testresources.r2dbc.core
-
Base class for R2DBC test resources.
- AbstractR2DBCTestResourceProvider() - Constructor for class io.micronaut.testresources.r2dbc.core.AbstractR2DBCTestResourceProvider
- AbstractTestContainersProvider<T extends org.testcontainers.containers.GenericContainer<? extends T>> - Class in io.micronaut.testresources.testcontainers
-
The base class for test resources providers which spawn test containers.
- AbstractTestContainersProvider() - Constructor for class io.micronaut.testresources.testcontainers.AbstractTestContainersProvider
- ACCESS_TOKEN - Static variable in class io.micronaut.testresources.client.DefaultTestResourcesClient
- ACCESS_TOKEN - Static variable in interface io.micronaut.testresources.client.TestResourcesClient
- ACCESS_TOKEN - Static variable in class io.micronaut.testresources.server.AccessConfiguration
- AccessConfiguration - Class in io.micronaut.testresources.server
-
Configuration properties used to control access to the server.
- AccessConfiguration() - Constructor for class io.micronaut.testresources.server.AccessConfiguration
- AccessFilter - Class in io.micronaut.testresources.server
-
A filter used to restrict access to the server: the server should only be available from a loopback connection, and if an access token is specified, then the request should include the access token header.
- AccessFilter(AccessConfiguration) - Constructor for class io.micronaut.testresources.server.AccessFilter
- artifactId() - Method in record class io.micronaut.testresources.buildtools.ModuleIdentifier
-
Returns the value of the
artifactId
record component. - AVAILABLE - Enum constant in enum class io.micronaut.testresources.controlpanel.Status
B
- BOM - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
C
- canResolveExpression(PropertyResolver, TestResourcesResolver, String, Map<String, Object>) - Static method in class io.micronaut.testresources.core.PropertyResolverSupport
-
Determines if a test resources resolver can resolve a particular expression.
- checkTimeout(EmbeddedServer, ExpiryManager) - Method in class io.micronaut.testresources.server.TestResourcesService
-
Periodically checks if the server is expired and if so, shuts it down.
- child(String) - Method in class io.micronaut.testresources.core.Scope
-
Creates a child scope with the given id.
- ClassDataSharingException - Exception in io.micronaut.testresources.buildtools
-
This exception can be thrown whenever class data sharing support fails.
- ClassDataSharingException(String) - Constructor for exception io.micronaut.testresources.buildtools.ClassDataSharingException
- ClassDataSharingException(String, Throwable) - Constructor for exception io.micronaut.testresources.buildtools.ClassDataSharingException
- ClassDataSharingException(Throwable) - Constructor for exception io.micronaut.testresources.buildtools.ClassDataSharingException
- CLIENT - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- CLIENT_READ_TIMEOUT - Static variable in interface io.micronaut.testresources.client.TestResourcesClient
- close() - Method in class io.micronaut.testresources.core.LazyTestResourcesExpressionResolver
- closeAll() - Method in class io.micronaut.testresources.client.DefaultTestResourcesClient
- closeAll() - Method in interface io.micronaut.testresources.client.TestResourcesClient
-
Closes all test resources.
- closeAll() - Method in class io.micronaut.testresources.server.TestResourcesController
-
Closes all test resources.
- closeAll() - Static method in class io.micronaut.testresources.testcontainers.TestContainers
- closeScope(String) - Method in class io.micronaut.testresources.client.DefaultTestResourcesClient
- closeScope(String) - Method in interface io.micronaut.testresources.client.TestResourcesClient
-
Closes a test resource scope.
- closeScope(String) - Method in class io.micronaut.testresources.server.TestResourcesController
-
Closes a test resource scope.
- closeScope(String) - Static method in class io.micronaut.testresources.testcontainers.TestContainers
- CompositeResolverLoader - Class in io.micronaut.testresources.server
-
A
ResolverLoader
that loadsTestResourcesResolver
instances from both Java service loading and the Micronaut application context. - CompositeResolverLoader(List<InjectableTestResourcesResolver>) - Constructor for class io.micronaut.testresources.server.CompositeResolverLoader
- configure(ApplicationContextBuilder) - Method in class io.micronaut.testresources.server.TestResourcesService.Configurer
- configureContainer(MySQLContainer<?>, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.mysql.MySQLTestResourceProvider
- configureContainer(T, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.jdbc.AbstractJdbcTestResourceProvider
- configureContainer(T, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.testcontainers.AbstractTestContainersProvider
- Configurer() - Constructor for class io.micronaut.testresources.server.TestResourcesService.Configurer
- CONSUL_HTTP_PORT - Static variable in class io.micronaut.testresources.consul.ConsulTestResourceProvider
- ConsulTestResourceProvider - Class in io.micronaut.testresources.consul
-
A test resource provider which will spawn a Consul test container.
- ConsulTestResourceProvider() - Constructor for class io.micronaut.testresources.consul.ConsulTestResourceProvider
- CONTROL_PANEL - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- CONTROL_PANEL_ARGUMENT - Static variable in class io.micronaut.testresources.controlpanel.TestResourcesPanelRegistration
- ControlPanelPropertyResolutionListener - Class in io.micronaut.testresources.controlpanel
-
This resolution listener will record all properties resolved by a test resource, so that we can display the resolved values in the appropriate cards.
- ControlPanelPropertyResolutionListener() - Constructor for class io.micronaut.testresources.controlpanel.ControlPanelPropertyResolutionListener
- ControlPanelPropertyResolutionListener.Resolution - Record Class in io.micronaut.testresources.controlpanel
-
A property resolution.
- ControlPanelPropertyResolutionListener.ResolutionError - Record Class in io.micronaut.testresources.controlpanel
-
A property resolution error.
- CORE - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- create(Map<String, Object>, Class<?>) - Method in class io.micronaut.test.extensions.junit5.ScopeTestPropertyProviderFactory
- create(Map<String, Object>, Class<?>) - Method in class io.micronaut.test.extensions.testresources.TestResourcesPropertiesFactory
- createContainer(DockerImageName, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.consul.ConsulTestResourceProvider
- createContainer(DockerImageName, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.elasticsearch.ElasticsearchTestResourceProvider
- createContainer(DockerImageName, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.hashicorp.vault.VaultTestResourceProvider
- createContainer(DockerImageName, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.hibernate.reactive.mariadb.HibernateReactiveMariaDBTestResourceProvider
- createContainer(DockerImageName, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.hibernate.reactive.mssql.HibernateReactiveMSSQLTestResourceProvider
- createContainer(DockerImageName, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.hibernate.reactive.mysql.HibernateReactiveMySQLTestResourceProvider
- createContainer(DockerImageName, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.hibernate.reactive.oracle.HibernateReactiveOracleFreeTestResourceProvider
- createContainer(DockerImageName, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.hibernate.reactive.oracle.HibernateReactiveOracleXETestResourceProvider
-
Deprecated.
- createContainer(DockerImageName, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.hibernate.reactive.postgresql.HibernateReactivePostgreSQLTestResourceProvider
- createContainer(DockerImageName, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.hivemq.HiveMQTestResourceProvider
- createContainer(DockerImageName, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.kafka.KafkaTestResourceProvider
- createContainer(DockerImageName, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.localstack.LocalStackTestResourceProvider
- createContainer(DockerImageName, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.mariadb.MariaDBTestResourceProvider
- createContainer(DockerImageName, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.mongodb.MongoDBTestResourceProvider
- createContainer(DockerImageName, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.mssql.MSSQLTestResourceProvider
- createContainer(DockerImageName, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.mysql.MySQLTestResourceProvider
- createContainer(DockerImageName, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.neo4j.Neo4jTestResourceProvider
- createContainer(DockerImageName, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.opensearch.OpenSearchTestResourceProvider
- createContainer(DockerImageName, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.oracle.free.OracleFreeTestResourceProvider
- createContainer(DockerImageName, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.oracle.xe.OracleXETestResourceProvider
-
Deprecated.
- createContainer(DockerImageName, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.postgres.PostgreSQLTestResourceProvider
- createContainer(DockerImageName, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.r2dbc.mariadb.R2DBCMariaDBTestResourceProvider
- createContainer(DockerImageName, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.r2dbc.mssql.R2DBCMSSQLTestResourceProvider
- createContainer(DockerImageName, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.r2dbc.mysql.R2DBCMySQLTestResourceProvider
- createContainer(DockerImageName, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.r2dbc.oracle.R2DBCOracleFreeTestResourceProvider
- createContainer(DockerImageName, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.r2dbc.oracle.R2DBCOracleXETestResourceProvider
-
Deprecated.
- createContainer(DockerImageName, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.r2dbc.postgres.R2DBCPostgreSQLTestResourceProvider
- createContainer(DockerImageName, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.rabbitmq.RabbitMQTestResourceProvider
- createContainer(DockerImageName, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.redis.RedisClusterTestResourceProvider
- createContainer(DockerImageName, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.redis.RedisTestResourceProvider
- createContainer(DockerImageName, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.testcontainers.AbstractTestContainersProvider
-
Creates the test container.
- createMSSQLContainer(DockerImageName, String, Map<String, Object>) - Static method in class io.micronaut.testresources.mssql.MSSQLTestResourceProvider
D
- datasourceExpressionOf(String, String) - Static method in class io.micronaut.testresources.hibernate.reactive.core.HibernateReactiveSupport
- datasourceExpressionOf(String, String) - Static method in class io.micronaut.testresources.jdbc.AbstractJdbcTestResourceProvider
- datasourceNameFrom(String) - Static method in class io.micronaut.testresources.hibernate.reactive.core.HibernateReactiveSupport
- datasourceNameFrom(String) - Static method in class io.micronaut.testresources.jdbc.AbstractJdbcTestResourceProvider
- datasourceNameFrom(String) - Static method in class io.micronaut.testresources.r2dbc.core.R2dbcSupport
- datasourcePropertyFrom(String) - Static method in class io.micronaut.testresources.jdbc.AbstractJdbcTestResourceProvider
- DATASOURCES - Static variable in class io.micronaut.testresources.r2dbc.core.R2dbcSupport
- DB_NAME - Static variable in class io.micronaut.testresources.mongodb.MongoDBTestResourceProvider
- DEFAULT_IMAGE - Static variable in class io.micronaut.testresources.consul.ConsulTestResourceProvider
- DEFAULT_IMAGE - Static variable in class io.micronaut.testresources.elasticsearch.ElasticsearchTestResourceProvider
- DEFAULT_IMAGE - Static variable in class io.micronaut.testresources.hashicorp.vault.VaultTestResourceProvider
- DEFAULT_IMAGE - Static variable in class io.micronaut.testresources.hivemq.HiveMQTestResourceProvider
- DEFAULT_IMAGE - Static variable in class io.micronaut.testresources.kafka.KafkaTestResourceProvider
- DEFAULT_IMAGE - Static variable in class io.micronaut.testresources.mongodb.MongoDBTestResourceProvider
- DEFAULT_IMAGE - Static variable in class io.micronaut.testresources.neo4j.Neo4jTestResourceProvider
- DEFAULT_IMAGE - Static variable in class io.micronaut.testresources.opensearch.OpenSearchTestResourceProvider
- DEFAULT_IMAGE - Static variable in class io.micronaut.testresources.rabbitmq.RabbitMQTestResourceProvider
- DEFAULT_IMAGE - Static variable in class io.micronaut.testresources.redis.RedisClusterTestResourceProvider
- DEFAULT_IMAGE - Static variable in class io.micronaut.testresources.redis.RedisTestResourceProvider
- DEFAULT_IMAGE_NAME - Static variable in class io.micronaut.testresources.mssql.MSSQLTestResourceProvider
- DEFAULT_KRAFT_IMAGE - Static variable in class io.micronaut.testresources.kafka.KafkaTestResourceProvider
-
Leverage confluent-local image as it is optimized for local development and the image enables KRaft mode with no configuration setup.
- DEFAULT_TAG - Static variable in class io.micronaut.testresources.elasticsearch.ElasticsearchTestResourceProvider
- DEFAULT_X_PROTOCOL_PORT - Static variable in class io.micronaut.testresources.mysql.MySQLTestResourceProvider
- DefaultTestResourcesClient - Class in io.micronaut.testresources.client
-
A simple implementation of the test resources client.
- DefaultTestResourcesClient(String, String, int) - Constructor for class io.micronaut.testresources.client.DefaultTestResourcesClient
- DIALECT - Static variable in class io.micronaut.testresources.r2dbc.core.R2dbcSupport
- DISPLAY_NAME - Static variable in class io.micronaut.testresources.consul.ConsulTestResourceProvider
- DISPLAY_NAME - Static variable in class io.micronaut.testresources.elasticsearch.ElasticsearchTestResourceProvider
- DISPLAY_NAME - Static variable in class io.micronaut.testresources.hashicorp.vault.VaultTestResourceProvider
- DISPLAY_NAME - Static variable in class io.micronaut.testresources.hibernate.reactive.mariadb.HibernateReactiveMariaDBTestResourceProvider
- DISPLAY_NAME - Static variable in class io.micronaut.testresources.hibernate.reactive.mssql.HibernateReactiveMSSQLTestResourceProvider
- DISPLAY_NAME - Static variable in class io.micronaut.testresources.hibernate.reactive.mysql.HibernateReactiveMySQLTestResourceProvider
- DISPLAY_NAME - Static variable in class io.micronaut.testresources.hibernate.reactive.oracle.HibernateReactiveOracleFreeTestResourceProvider
- DISPLAY_NAME - Static variable in class io.micronaut.testresources.hibernate.reactive.oracle.HibernateReactiveOracleXETestResourceProvider
-
Deprecated.
- DISPLAY_NAME - Static variable in class io.micronaut.testresources.hibernate.reactive.postgresql.HibernateReactivePostgreSQLTestResourceProvider
- DISPLAY_NAME - Static variable in class io.micronaut.testresources.hivemq.HiveMQTestResourceProvider
- DISPLAY_NAME - Static variable in class io.micronaut.testresources.kafka.KafkaTestResourceProvider
- DISPLAY_NAME - Static variable in class io.micronaut.testresources.localstack.LocalStackTestResourceProvider
- DISPLAY_NAME - Static variable in class io.micronaut.testresources.mariadb.MariaDBTestResourceProvider
- DISPLAY_NAME - Static variable in class io.micronaut.testresources.mongodb.MongoDBTestResourceProvider
- DISPLAY_NAME - Static variable in class io.micronaut.testresources.mssql.MSSQLTestResourceProvider
- DISPLAY_NAME - Static variable in class io.micronaut.testresources.mysql.MySQLTestResourceProvider
- DISPLAY_NAME - Static variable in class io.micronaut.testresources.neo4j.Neo4jTestResourceProvider
- DISPLAY_NAME - Static variable in class io.micronaut.testresources.opensearch.OpenSearchTestResourceProvider
- DISPLAY_NAME - Static variable in class io.micronaut.testresources.oracle.free.OracleFreeTestResourceProvider
- DISPLAY_NAME - Static variable in class io.micronaut.testresources.oracle.xe.OracleXETestResourceProvider
-
Deprecated.
- DISPLAY_NAME - Static variable in class io.micronaut.testresources.postgres.PostgreSQLTestResourceProvider
- DISPLAY_NAME - Static variable in class io.micronaut.testresources.r2dbc.mariadb.R2DBCMariaDBTestResourceProvider
- DISPLAY_NAME - Static variable in class io.micronaut.testresources.r2dbc.mssql.R2DBCMSSQLTestResourceProvider
- DISPLAY_NAME - Static variable in class io.micronaut.testresources.r2dbc.mysql.R2DBCMySQLTestResourceProvider
- DISPLAY_NAME - Static variable in class io.micronaut.testresources.r2dbc.oracle.R2DBCOracleFreeTestResourceProvider
- DISPLAY_NAME - Static variable in class io.micronaut.testresources.r2dbc.oracle.R2DBCOracleXETestResourceProvider
-
Deprecated.
- DISPLAY_NAME - Static variable in class io.micronaut.testresources.r2dbc.pool.R2DBCPoolTestResourceProvider
- DISPLAY_NAME - Static variable in class io.micronaut.testresources.r2dbc.postgres.R2DBCPostgreSQLTestResourceProvider
- DISPLAY_NAME - Static variable in class io.micronaut.testresources.rabbitmq.RabbitMQTestResourceProvider
- DISPLAY_NAME - Static variable in class io.micronaut.testresources.redis.RedisClusterTestResourceProvider
- DISPLAY_NAME - Static variable in class io.micronaut.testresources.redis.RedisTestResourceProvider
- DOCKER_OFFICIAL_IMAGE - Static variable in class io.micronaut.testresources.mysql.MySQLTestResourceProvider
- DockerHealth - Record Class in io.micronaut.testresources.controlpanel
-
Model for Docker health.
- DockerHealth(Status, Info, int, List<TestResourcesContainer>, List<String>, List<String>) - Constructor for record class io.micronaut.testresources.controlpanel.DockerHealth
-
Creates an instance of a
DockerHealth
record class. - DockerHealthControlPanel - Class in io.micronaut.testresources.controlpanel
-
A control panel which is responsible for showing the state of Docker images managed by the test resources service.
- DockerHealthControlPanel() - Constructor for class io.micronaut.testresources.controlpanel.DockerHealthControlPanel
- dockerStatus() - Method in record class io.micronaut.testresources.controlpanel.DockerHealth
-
Returns the value of the
dockerStatus
record component. - DockerSupport - Class in io.micronaut.testresources.testcontainers
-
Provides utilities around Docker support.
- doFilter(HttpRequest<?>, ServerFilterChain) - Method in class io.micronaut.testresources.server.AccessFilter
- DRIVER - Static variable in class io.micronaut.testresources.r2dbc.core.R2dbcSupport
E
- ELASTICSEARCH - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- ELASTICSEARCH_HOSTS - Static variable in class io.micronaut.testresources.elasticsearch.ElasticsearchTestResourceProvider
- ElasticsearchTestResourceProvider - Class in io.micronaut.testresources.elasticsearch
-
A test resource provider which will spawn an ElasticSearch test container.
- ElasticsearchTestResourceProvider() - Constructor for class io.micronaut.testresources.elasticsearch.ElasticsearchTestResourceProvider
- embedded() - Method in record class io.micronaut.testresources.client.SimpleJsonErrorModel
-
Returns the value of the
embedded
record component. - Embedded(List<SimpleJsonErrorModel>) - Constructor for record class io.micronaut.testresources.client.SimpleJsonErrorModel.Embedded
-
Creates an instance of a
Embedded
record class. - EMBEDDED - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- EmbeddedTestResourcesPropertyExpressionResolver - Class in io.micronaut.testresources.embedded
-
A property expression resolver which lazily resolves properties used for test resources resolution.
- EmbeddedTestResourcesPropertyExpressionResolver() - Constructor for class io.micronaut.testresources.embedded.EmbeddedTestResourcesPropertyExpressionResolver
- EmbeddedTestResourcesPropertySourceLoader - Class in io.micronaut.testresources.embedded
-
A property source loader responsible for resolving test resources.
- EmbeddedTestResourcesPropertySourceLoader() - Constructor for class io.micronaut.testresources.embedded.EmbeddedTestResourcesPropertySourceLoader
- ENABLED - Static variable in interface io.micronaut.testresources.client.TestResourcesClient
- equals(Object) - Method in class io.micronaut.testresources.buildtools.MavenDependency
- equals(Object) - Method in record class io.micronaut.testresources.buildtools.ModuleIdentifier
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class io.micronaut.testresources.buildtools.ServerSettings
- equals(Object) - Method in record class io.micronaut.testresources.client.SimpleJsonErrorModel.Embedded
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.micronaut.testresources.client.SimpleJsonErrorModel
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.micronaut.testresources.controlpanel.ControlPanelPropertyResolutionListener.Resolution
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.micronaut.testresources.controlpanel.ControlPanelPropertyResolutionListener.ResolutionError
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.micronaut.testresources.controlpanel.DockerHealth
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.micronaut.testresources.controlpanel.TestResourcesContainer
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.micronaut.testresources.controlpanel.TestResourcesControlPanelBody
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class io.micronaut.testresources.core.Scope
- errored(String, TestResourcesResolver, Throwable) - Method in class io.micronaut.testresources.controlpanel.ControlPanelPropertyResolutionListener
- errored(String, TestResourcesResolver, Throwable) - Method in interface io.micronaut.testresources.server.PropertyResolutionListener
-
Records an error which happened during property resolution, for example if a container fails to start.
- errors() - Method in record class io.micronaut.testresources.client.SimpleJsonErrorModel.Embedded
-
Returns the value of the
errors
record component. - errors() - Method in record class io.micronaut.testresources.controlpanel.TestResourcesControlPanelBody
-
Returns the value of the
errors
record component. - executionFinished(TestIdentifier, TestExecutionResult) - Method in class io.micronaut.test.extensions.junit5.TestResourcesScopeListener
- executionStarted(TestIdentifier) - Method in class io.micronaut.test.extensions.junit5.TestResourcesScopeListener
- ExpiryManager - Class in io.micronaut.testresources.server
-
The expiry manager will handle pings from the client to keep the server alive.
- ExpiryManager(int) - Constructor for class io.micronaut.testresources.server.ExpiryManager
- EXTENSIONS_CORE - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- EXTENSIONS_JUNIT_PLATFORM - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- extractFrom(ApplicationContext) - Static method in class io.micronaut.testresources.client.TestResourcesClientFactory
-
Extracts the
TestResourcesClient
from the givenApplicationContext
. - extractOptions(GenericContainer<?>) - Method in class io.micronaut.testresources.r2dbc.core.AbstractR2DBCTestResourceProvider
- extractOptions(GenericContainer<?>) - Method in class io.micronaut.testresources.r2dbc.mariadb.R2DBCMariaDBTestResourceProvider
- extractOptions(GenericContainer<?>) - Method in class io.micronaut.testresources.r2dbc.mssql.R2DBCMSSQLTestResourceProvider
- extractOptions(GenericContainer<?>) - Method in class io.micronaut.testresources.r2dbc.mysql.R2DBCMySQLTestResourceProvider
- extractOptions(GenericContainer<?>) - Method in class io.micronaut.testresources.r2dbc.oracle.R2DBCOracleFreeTestResourceProvider
- extractOptions(GenericContainer<?>) - Method in class io.micronaut.testresources.r2dbc.oracle.R2DBCOracleXETestResourceProvider
-
Deprecated.
- extractOptions(GenericContainer<?>) - Method in class io.micronaut.testresources.r2dbc.postgres.R2DBCPostgreSQLTestResourceProvider
F
- findByConvention() - Static method in class io.micronaut.testresources.client.TestResourcesClientFactory
-
Tries to configure a test resources client by looking for configuration in conventional places.
- findById(String) - Method in class io.micronaut.testresources.controlpanel.ControlPanelPropertyResolutionListener
-
Returns the resolutions performed by a particular resolver.
- findByRequestedProperty(Scope, String) - Static method in class io.micronaut.testresources.testcontainers.TestContainers
- findByResolver(TestResourcesResolver) - Method in class io.micronaut.testresources.controlpanel.ControlPanelPropertyResolutionListener
-
Returns the resolutions performed by a particular resolver.
- findErrorsById(String) - Method in class io.micronaut.testresources.controlpanel.ControlPanelPropertyResolutionListener
-
Returns the resolutions performed by a particular resolver.
- findRequiredProperties(String) - Static method in class io.micronaut.testresources.hibernate.reactive.core.HibernateReactiveSupport
- findRequiredProperties(String) - Static method in class io.micronaut.testresources.r2dbc.core.R2dbcSupport
- findResolvableProperties(Map<String, Collection<String>>, List<String>) - Static method in class io.micronaut.testresources.hibernate.reactive.core.HibernateReactiveSupport
- findResolvableProperties(Map<String, Collection<String>>, List<String>) - Static method in class io.micronaut.testresources.r2dbc.core.R2dbcSupport
- findTestResourceScopeAnnotation(Class<?>) - Static method in class io.micronaut.test.extensions.junit5.TestResourcesScopeListener
- from(Map<String, Object>) - Static method in class io.micronaut.testresources.core.Scope
-
Returns the scope id if found in the supplied properties.
- fromFileSystem(Path) - Static method in class io.micronaut.testresources.client.TestResourcesClientFactory
-
Tries to configure a test resources client from properties configuration file found on a specific file system location.
- fromSystemProperties() - Static method in class io.micronaut.testresources.client.TestResourcesClientFactory
-
Creates a new test resources client configured via system properties.
G
- GenericTestContainerProvider - Class in io.micronaut.testresources.testcontainers
-
A generic test containers provider.
- GenericTestContainerProvider() - Constructor for class io.micronaut.testresources.testcontainers.GenericTestContainerProvider
- get() - Static method in class io.micronaut.test.extensions.junit5.ScopeHolder
- get() - Static method in class io.micronaut.test.extensions.testresources.TestResourcesClientHolder
- getAccessToken() - Method in class io.micronaut.testresources.buildtools.ServerSettings
- getAccessToken() - Method in class io.micronaut.testresources.server.AccessConfiguration
- getArguments() - Method in interface io.micronaut.testresources.buildtools.ServerUtils.ProcessParameters
-
The process arguments.
- getArtifact() - Method in class io.micronaut.testresources.buildtools.MavenDependency
- getBadge() - Method in class io.micronaut.testresources.controlpanel.DockerHealthControlPanel
- getBadge() - Method in class io.micronaut.testresources.controlpanel.TestResourcesControlPanel
- getBody() - Method in class io.micronaut.testresources.controlpanel.DockerHealthControlPanel
- getBody() - Method in class io.micronaut.testresources.controlpanel.TestResourcesControlPanel
- getBodyView() - Method in class io.micronaut.testresources.controlpanel.TestResourcesControlPanel
- getClasspath() - Method in interface io.micronaut.testresources.buildtools.ServerUtils.ProcessParameters
-
The classpath for the server.
- getClient() - Method in class io.micronaut.testresources.client.TestResourcesClientPropertySourceLoader
- getClientTimeout() - Method in class io.micronaut.testresources.buildtools.ServerSettings
- getDbTypes() - Method in class io.micronaut.testresources.jdbc.AbstractJdbcTestResourceProvider
-
Returns the list of db-types supported by this provider.
- getDbTypes() - Method in class io.micronaut.testresources.postgres.PostgreSQLTestResourceProvider
- getDbTypes() - Method in class io.micronaut.testresources.r2dbc.core.AbstractR2DBCTestResourceProvider
-
Returns the list of db-types supported by this provider.
- getDbTypes() - Method in class io.micronaut.testresources.r2dbc.postgres.R2DBCPostgreSQLTestResourceProvider
- getDefaultImageName() - Method in class io.micronaut.testresources.consul.ConsulTestResourceProvider
- getDefaultImageName() - Method in class io.micronaut.testresources.elasticsearch.ElasticsearchTestResourceProvider
- getDefaultImageName() - Method in class io.micronaut.testresources.hashicorp.vault.VaultTestResourceProvider
- getDefaultImageName() - Method in class io.micronaut.testresources.hibernate.reactive.mariadb.HibernateReactiveMariaDBTestResourceProvider
- getDefaultImageName() - Method in class io.micronaut.testresources.hibernate.reactive.mssql.HibernateReactiveMSSQLTestResourceProvider
- getDefaultImageName() - Method in class io.micronaut.testresources.hibernate.reactive.mysql.HibernateReactiveMySQLTestResourceProvider
- getDefaultImageName() - Method in class io.micronaut.testresources.hibernate.reactive.oracle.HibernateReactiveOracleFreeTestResourceProvider
- getDefaultImageName() - Method in class io.micronaut.testresources.hibernate.reactive.oracle.HibernateReactiveOracleXETestResourceProvider
-
Deprecated.
- getDefaultImageName() - Method in class io.micronaut.testresources.hibernate.reactive.postgresql.HibernateReactivePostgreSQLTestResourceProvider
- getDefaultImageName() - Method in class io.micronaut.testresources.hivemq.HiveMQTestResourceProvider
- getDefaultImageName() - Method in class io.micronaut.testresources.kafka.KafkaTestResourceProvider
- getDefaultImageName() - Method in class io.micronaut.testresources.localstack.LocalStackTestResourceProvider
- getDefaultImageName() - Method in class io.micronaut.testresources.mariadb.MariaDBTestResourceProvider
- getDefaultImageName() - Method in class io.micronaut.testresources.mongodb.MongoDBTestResourceProvider
- getDefaultImageName() - Method in class io.micronaut.testresources.mssql.MSSQLTestResourceProvider
- getDefaultImageName() - Method in class io.micronaut.testresources.mysql.MySQLTestResourceProvider
- getDefaultImageName() - Method in class io.micronaut.testresources.neo4j.Neo4jTestResourceProvider
- getDefaultImageName() - Method in class io.micronaut.testresources.opensearch.OpenSearchTestResourceProvider
- getDefaultImageName() - Method in class io.micronaut.testresources.oracle.free.OracleFreeTestResourceProvider
- getDefaultImageName() - Method in class io.micronaut.testresources.oracle.xe.OracleXETestResourceProvider
-
Deprecated.
- getDefaultImageName() - Method in class io.micronaut.testresources.postgres.PostgreSQLTestResourceProvider
- getDefaultImageName() - Method in class io.micronaut.testresources.r2dbc.mariadb.R2DBCMariaDBTestResourceProvider
- getDefaultImageName() - Method in class io.micronaut.testresources.r2dbc.mssql.R2DBCMSSQLTestResourceProvider
- getDefaultImageName() - Method in class io.micronaut.testresources.r2dbc.mysql.R2DBCMySQLTestResourceProvider
- getDefaultImageName() - Method in class io.micronaut.testresources.r2dbc.oracle.R2DBCOracleFreeTestResourceProvider
- getDefaultImageName() - Method in class io.micronaut.testresources.r2dbc.oracle.R2DBCOracleXETestResourceProvider
-
Deprecated.
- getDefaultImageName() - Method in class io.micronaut.testresources.r2dbc.postgres.R2DBCPostgreSQLTestResourceProvider
- getDefaultImageName() - Method in class io.micronaut.testresources.rabbitmq.RabbitMQTestResourceProvider
- getDefaultImageName() - Method in class io.micronaut.testresources.redis.RedisClusterTestResourceProvider
- getDefaultImageName() - Method in class io.micronaut.testresources.redis.RedisTestResourceProvider
- getDefaultImageName() - Method in class io.micronaut.testresources.testcontainers.AbstractTestContainersProvider
-
Returns the default image name.
- getDefaultSharedSettingsPath() - Static method in class io.micronaut.testresources.buildtools.ServerUtils
-
Returns the default path to the settings directory for the test resources server in case it needs to be shared between builds.
- getDefaultSharedSettingsPath(String) - Static method in class io.micronaut.testresources.buildtools.ServerUtils
-
Returns the default path to the settings directory for the test resources server in case it needs to be shared between builds.
- getDetailedView() - Method in class io.micronaut.testresources.controlpanel.TestResourcesControlPanel
- getDisplayName() - Method in class io.micronaut.testresources.consul.ConsulTestResourceProvider
- getDisplayName() - Method in interface io.micronaut.testresources.core.TestResourcesResolver
-
Returns a display name for a test resources resolver, used for debugging purposes.
- getDisplayName() - Method in interface io.micronaut.testresources.core.ToggableTestResourcesResolver
- getDisplayName() - Method in class io.micronaut.testresources.elasticsearch.ElasticsearchTestResourceProvider
- getDisplayName() - Method in class io.micronaut.testresources.hashicorp.vault.VaultTestResourceProvider
- getDisplayName() - Method in class io.micronaut.testresources.hibernate.reactive.mariadb.HibernateReactiveMariaDBTestResourceProvider
- getDisplayName() - Method in class io.micronaut.testresources.hibernate.reactive.mssql.HibernateReactiveMSSQLTestResourceProvider
- getDisplayName() - Method in class io.micronaut.testresources.hibernate.reactive.mysql.HibernateReactiveMySQLTestResourceProvider
- getDisplayName() - Method in class io.micronaut.testresources.hibernate.reactive.oracle.HibernateReactiveOracleFreeTestResourceProvider
- getDisplayName() - Method in class io.micronaut.testresources.hibernate.reactive.oracle.HibernateReactiveOracleXETestResourceProvider
-
Deprecated.
- getDisplayName() - Method in class io.micronaut.testresources.hibernate.reactive.postgresql.HibernateReactivePostgreSQLTestResourceProvider
- getDisplayName() - Method in class io.micronaut.testresources.hivemq.HiveMQTestResourceProvider
- getDisplayName() - Method in class io.micronaut.testresources.kafka.KafkaTestResourceProvider
- getDisplayName() - Method in class io.micronaut.testresources.localstack.LocalStackTestResourceProvider
- getDisplayName() - Method in class io.micronaut.testresources.mariadb.MariaDBTestResourceProvider
- getDisplayName() - Method in class io.micronaut.testresources.mongodb.MongoDBTestResourceProvider
- getDisplayName() - Method in class io.micronaut.testresources.mssql.MSSQLTestResourceProvider
- getDisplayName() - Method in class io.micronaut.testresources.mysql.MySQLTestResourceProvider
- getDisplayName() - Method in class io.micronaut.testresources.neo4j.Neo4jTestResourceProvider
- getDisplayName() - Method in class io.micronaut.testresources.opensearch.OpenSearchTestResourceProvider
- getDisplayName() - Method in class io.micronaut.testresources.oracle.free.OracleFreeTestResourceProvider
- getDisplayName() - Method in class io.micronaut.testresources.oracle.xe.OracleXETestResourceProvider
-
Deprecated.
- getDisplayName() - Method in class io.micronaut.testresources.postgres.PostgreSQLTestResourceProvider
- getDisplayName() - Method in class io.micronaut.testresources.r2dbc.mariadb.R2DBCMariaDBTestResourceProvider
- getDisplayName() - Method in class io.micronaut.testresources.r2dbc.mssql.R2DBCMSSQLTestResourceProvider
- getDisplayName() - Method in class io.micronaut.testresources.r2dbc.mysql.R2DBCMySQLTestResourceProvider
- getDisplayName() - Method in class io.micronaut.testresources.r2dbc.oracle.R2DBCOracleFreeTestResourceProvider
- getDisplayName() - Method in class io.micronaut.testresources.r2dbc.oracle.R2DBCOracleXETestResourceProvider
-
Deprecated.
- getDisplayName() - Method in class io.micronaut.testresources.r2dbc.pool.R2DBCPoolTestResourceProvider
- getDisplayName() - Method in class io.micronaut.testresources.r2dbc.postgres.R2DBCPostgreSQLTestResourceProvider
- getDisplayName() - Method in class io.micronaut.testresources.rabbitmq.RabbitMQTestResourceProvider
- getDisplayName() - Method in class io.micronaut.testresources.redis.RedisClusterTestResourceProvider
- getDisplayName() - Method in class io.micronaut.testresources.redis.RedisTestResourceProvider
- getDisplayName() - Method in class io.micronaut.testresources.testcontainers.GenericTestContainerProvider
- getErrorCount() - Method in class io.micronaut.testresources.controlpanel.TestResourcesControlPanel
- getGroup() - Method in class io.micronaut.testresources.buildtools.MavenDependency
- getId() - Method in interface io.micronaut.testresources.core.TestResourcesResolver
-
Returns an id for the resolver.
- getId() - Method in class io.micronaut.testresources.server.TestContainer
-
Returns the docker container id.
- getIdleTimeoutMinutes() - Method in class io.micronaut.testresources.buildtools.ServerSettings
- getImageName() - Method in class io.micronaut.testresources.server.TestContainer
-
Returns the docker image name.
- getInProgress() - Method in record class io.micronaut.testresources.controlpanel.DockerHealth
-
Returns the number of containers which are not yet ready.
- getInstance() - Static method in class io.micronaut.testresources.embedded.TestResourcesResolverLoader
- getJvmArguments() - Method in interface io.micronaut.testresources.buildtools.ServerUtils.ProcessParameters
-
The JVM process arguments.
- getMainClass() - Method in interface io.micronaut.testresources.buildtools.ServerUtils.ProcessParameters
-
The main class name.
- getModule() - Method in class io.micronaut.testresources.buildtools.MavenDependency
- getName() - Method in interface io.micronaut.testresources.core.ToggableTestResourcesResolver
- getName() - Method in class io.micronaut.testresources.r2dbc.pool.R2DBCPoolTestResourceProvider
- getName() - Method in class io.micronaut.testresources.server.TestContainer
-
Returns the name of the container.
- getName() - Method in class io.micronaut.testresources.testcontainers.AbstractTestContainersProvider
- getName() - Method in class io.micronaut.testresources.testcontainers.GenericTestContainerProvider
- getNetworks() - Static method in class io.micronaut.testresources.testcontainers.TestContainers
- getOrder() - Method in class io.micronaut.testresources.testcontainers.AbstractTestContainersProvider
- getOrder() - Method in class io.micronaut.testresources.testcontainers.GenericTestContainerProvider
- getPort() - Method in class io.micronaut.testresources.buildtools.ServerSettings
- getProducer() - Method in class io.micronaut.testresources.core.LazyTestResourcesPropertySourceLoader
- getPropertyEntries() - Method in interface io.micronaut.testresources.core.PropertyExpressionProducer
-
The list of property entries that the producer needs to know about in order to provide the list of keys that it can resolve.
- getRequiredProperties(String) - Method in class io.micronaut.testresources.client.DefaultTestResourcesClient
- getRequiredProperties(String) - Method in interface io.micronaut.testresources.client.TestResourcesClient
- getRequiredProperties(String) - Method in interface io.micronaut.testresources.core.TestResourcesResolver
-
Returns the list of properties which should be read before resolving an expression: this can be used if the resolver itself needs some configuration properties.
- getRequiredProperties(String) - Method in class io.micronaut.testresources.hibernate.reactive.core.AbstractHibernateReactiveTestResourceProvider
- getRequiredProperties(String) - Method in class io.micronaut.testresources.jdbc.AbstractJdbcTestResourceProvider
- getRequiredProperties(String) - Method in class io.micronaut.testresources.oracle.free.OracleFreeTestResourceProvider
- getRequiredProperties(String) - Method in class io.micronaut.testresources.oracle.xe.OracleXETestResourceProvider
-
Deprecated.
- getRequiredProperties(String) - Method in class io.micronaut.testresources.r2dbc.core.AbstractR2DBCTestResourceProvider
- getRequiredProperties(String) - Method in class io.micronaut.testresources.r2dbc.oracle.R2DBCOracleFreeTestResourceProvider
- getRequiredProperties(String) - Method in class io.micronaut.testresources.r2dbc.oracle.R2DBCOracleXETestResourceProvider
-
Deprecated.
- getRequiredProperties(String) - Method in class io.micronaut.testresources.r2dbc.pool.R2DBCPoolTestResourceProvider
- getRequiredProperties(String) - Method in class io.micronaut.testresources.server.TestResourcesController
-
Lists all properties required to resolve a particular expression.
- getRequiredPropertyEntries() - Method in class io.micronaut.testresources.client.DefaultTestResourcesClient
- getRequiredPropertyEntries() - Method in interface io.micronaut.testresources.client.TestResourcesClient
- getRequiredPropertyEntries() - Method in interface io.micronaut.testresources.core.TestResourcesResolver
- getRequiredPropertyEntries() - Method in class io.micronaut.testresources.hibernate.reactive.core.AbstractHibernateReactiveTestResourceProvider
- getRequiredPropertyEntries() - Method in class io.micronaut.testresources.jdbc.AbstractJdbcTestResourceProvider
- getRequiredPropertyEntries() - Method in class io.micronaut.testresources.mongodb.MongoDBTestResourceProvider
- getRequiredPropertyEntries() - Method in class io.micronaut.testresources.r2dbc.core.AbstractR2DBCTestResourceProvider
- getRequiredPropertyEntries() - Method in class io.micronaut.testresources.r2dbc.pool.R2DBCPoolTestResourceProvider
- getRequiredPropertyEntries() - Method in class io.micronaut.testresources.server.TestResourcesController
-
Lists all properties required by all resolvers.
- getResolvableProperties() - Method in interface io.micronaut.testresources.client.TestResourcesClient
- getResolvableProperties() - Method in class io.micronaut.testresources.localstack.dynamodb.LocalStackDynamoDBService
- getResolvableProperties() - Method in interface io.micronaut.testresources.localstack.LocalStackService
-
Returns the list of properties that this service can configure.
- getResolvableProperties() - Method in class io.micronaut.testresources.localstack.s3.LocalStackS3Service
- getResolvableProperties() - Method in class io.micronaut.testresources.localstack.sns.LocalStackSNSService
- getResolvableProperties() - Method in class io.micronaut.testresources.localstack.sqs.LocalStackSQSService
- getResolvableProperties() - Method in class io.micronaut.testresources.server.TestResourcesController
-
Lists all resolvable properties.
- getResolvableProperties(Map<String, Collection<String>>, Map<String, Object>) - Method in class io.micronaut.testresources.client.DefaultTestResourcesClient
- getResolvableProperties(Map<String, Collection<String>>, Map<String, Object>) - Method in interface io.micronaut.testresources.client.TestResourcesClient
- getResolvableProperties(Map<String, Collection<String>>, Map<String, Object>) - Method in class io.micronaut.testresources.consul.ConsulTestResourceProvider
- getResolvableProperties(Map<String, Collection<String>>, Map<String, Object>) - Method in interface io.micronaut.testresources.core.TestResourcesResolver
-
Returns the list of properties that this resolver is able to support.
- getResolvableProperties(Map<String, Collection<String>>, Map<String, Object>) - Method in class io.micronaut.testresources.elasticsearch.ElasticsearchTestResourceProvider
- getResolvableProperties(Map<String, Collection<String>>, Map<String, Object>) - Method in class io.micronaut.testresources.hashicorp.vault.VaultTestResourceProvider
- getResolvableProperties(Map<String, Collection<String>>, Map<String, Object>) - Method in class io.micronaut.testresources.hibernate.reactive.core.AbstractHibernateReactiveTestResourceProvider
- getResolvableProperties(Map<String, Collection<String>>, Map<String, Object>) - Method in class io.micronaut.testresources.hivemq.HiveMQTestResourceProvider
- getResolvableProperties(Map<String, Collection<String>>, Map<String, Object>) - Method in class io.micronaut.testresources.jdbc.AbstractJdbcTestResourceProvider
- getResolvableProperties(Map<String, Collection<String>>, Map<String, Object>) - Method in class io.micronaut.testresources.kafka.KafkaTestResourceProvider
- getResolvableProperties(Map<String, Collection<String>>, Map<String, Object>) - Method in class io.micronaut.testresources.localstack.LocalStackTestResourceProvider
- getResolvableProperties(Map<String, Collection<String>>, Map<String, Object>) - Method in class io.micronaut.testresources.mongodb.MongoDBTestResourceProvider
- getResolvableProperties(Map<String, Collection<String>>, Map<String, Object>) - Method in class io.micronaut.testresources.mysql.MySQLTestResourceProvider
- getResolvableProperties(Map<String, Collection<String>>, Map<String, Object>) - Method in class io.micronaut.testresources.neo4j.Neo4jTestResourceProvider
- getResolvableProperties(Map<String, Collection<String>>, Map<String, Object>) - Method in class io.micronaut.testresources.opensearch.OpenSearchTestResourceProvider
- getResolvableProperties(Map<String, Collection<String>>, Map<String, Object>) - Method in class io.micronaut.testresources.r2dbc.core.AbstractR2DBCTestResourceProvider
- getResolvableProperties(Map<String, Collection<String>>, Map<String, Object>) - Method in class io.micronaut.testresources.r2dbc.pool.R2DBCPoolTestResourceProvider
- getResolvableProperties(Map<String, Collection<String>>, Map<String, Object>) - Method in class io.micronaut.testresources.rabbitmq.RabbitMQTestResourceProvider
- getResolvableProperties(Map<String, Collection<String>>, Map<String, Object>) - Method in class io.micronaut.testresources.redis.RedisClusterTestResourceProvider
- getResolvableProperties(Map<String, Collection<String>>, Map<String, Object>) - Method in class io.micronaut.testresources.redis.RedisTestResourceProvider
- getResolvableProperties(Map<String, Collection<String>>, Map<String, Object>) - Method in class io.micronaut.testresources.server.InternalTestResourcesServiceResolver
- getResolvableProperties(Map<String, Collection<String>>, Map<String, Object>) - Method in class io.micronaut.testresources.server.TestResourcesController
-
Lists all resolvable properties for a particular configuration.
- getResolvableProperties(Map<String, Collection<String>>, Map<String, Object>) - Method in class io.micronaut.testresources.testcontainers.GenericTestContainerProvider
- getResolvers() - Method in interface io.micronaut.testresources.core.ResolverLoader
- getResolvers() - Method in class io.micronaut.testresources.embedded.TestResourcesResolverLoader
- getResolvers() - Method in class io.micronaut.testresources.server.CompositeResolverLoader
- getScope() - Method in class io.micronaut.testresources.server.TestContainer
-
Returns the scope for which this container is defined.
- getServiceKind() - Method in class io.micronaut.testresources.localstack.dynamodb.LocalStackDynamoDBService
- getServiceKind() - Method in interface io.micronaut.testresources.localstack.LocalStackService
-
Returns the service kind.
- getServiceKind() - Method in class io.micronaut.testresources.localstack.s3.LocalStackS3Service
- getServiceKind() - Method in class io.micronaut.testresources.localstack.sns.LocalStackSNSService
- getServiceKind() - Method in class io.micronaut.testresources.localstack.sqs.LocalStackSQSService
- getSimpleName() - Method in class io.micronaut.testresources.consul.ConsulTestResourceProvider
- getSimpleName() - Method in class io.micronaut.testresources.elasticsearch.ElasticsearchTestResourceProvider
- getSimpleName() - Method in class io.micronaut.testresources.hashicorp.vault.VaultTestResourceProvider
- getSimpleName() - Method in class io.micronaut.testresources.hibernate.reactive.mariadb.HibernateReactiveMariaDBTestResourceProvider
- getSimpleName() - Method in class io.micronaut.testresources.hibernate.reactive.mssql.HibernateReactiveMSSQLTestResourceProvider
- getSimpleName() - Method in class io.micronaut.testresources.hibernate.reactive.mysql.HibernateReactiveMySQLTestResourceProvider
- getSimpleName() - Method in class io.micronaut.testresources.hibernate.reactive.oracle.HibernateReactiveOracleFreeTestResourceProvider
- getSimpleName() - Method in class io.micronaut.testresources.hibernate.reactive.oracle.HibernateReactiveOracleXETestResourceProvider
-
Deprecated.
- getSimpleName() - Method in class io.micronaut.testresources.hibernate.reactive.postgresql.HibernateReactivePostgreSQLTestResourceProvider
- getSimpleName() - Method in class io.micronaut.testresources.hivemq.HiveMQTestResourceProvider
- getSimpleName() - Method in class io.micronaut.testresources.kafka.KafkaTestResourceProvider
- getSimpleName() - Method in class io.micronaut.testresources.localstack.LocalStackTestResourceProvider
- getSimpleName() - Method in class io.micronaut.testresources.mariadb.MariaDBTestResourceProvider
- getSimpleName() - Method in class io.micronaut.testresources.mongodb.MongoDBTestResourceProvider
- getSimpleName() - Method in class io.micronaut.testresources.mssql.MSSQLTestResourceProvider
- getSimpleName() - Method in class io.micronaut.testresources.mysql.MySQLTestResourceProvider
- getSimpleName() - Method in class io.micronaut.testresources.neo4j.Neo4jTestResourceProvider
- getSimpleName() - Method in class io.micronaut.testresources.opensearch.OpenSearchTestResourceProvider
- getSimpleName() - Method in class io.micronaut.testresources.oracle.free.OracleFreeTestResourceProvider
- getSimpleName() - Method in class io.micronaut.testresources.oracle.xe.OracleXETestResourceProvider
-
Deprecated.
- getSimpleName() - Method in class io.micronaut.testresources.postgres.PostgreSQLTestResourceProvider
- getSimpleName() - Method in class io.micronaut.testresources.r2dbc.mariadb.R2DBCMariaDBTestResourceProvider
- getSimpleName() - Method in class io.micronaut.testresources.r2dbc.mssql.R2DBCMSSQLTestResourceProvider
- getSimpleName() - Method in class io.micronaut.testresources.r2dbc.mysql.R2DBCMySQLTestResourceProvider
- getSimpleName() - Method in class io.micronaut.testresources.r2dbc.oracle.R2DBCOracleFreeTestResourceProvider
- getSimpleName() - Method in class io.micronaut.testresources.r2dbc.oracle.R2DBCOracleXETestResourceProvider
-
Deprecated.
- getSimpleName() - Method in class io.micronaut.testresources.r2dbc.postgres.R2DBCPostgreSQLTestResourceProvider
- getSimpleName() - Method in class io.micronaut.testresources.rabbitmq.RabbitMQTestResourceProvider
- getSimpleName() - Method in class io.micronaut.testresources.redis.RedisClusterTestResourceProvider
- getSimpleName() - Method in class io.micronaut.testresources.redis.RedisTestResourceProvider
- getSimpleName() - Method in class io.micronaut.testresources.testcontainers.AbstractTestContainersProvider
-
Returns the name of the resource resolver, for example "kafka" or "mysql".
- getSystemProperties() - Method in interface io.micronaut.testresources.buildtools.ServerUtils.ProcessParameters
-
The system properties.
- getVersion() - Method in class io.micronaut.testresources.buildtools.MavenDependency
- getVersion() - Static method in class io.micronaut.testresources.buildtools.VersionInfo
- groupId() - Method in record class io.micronaut.testresources.buildtools.ModuleIdentifier
-
Returns the value of the
groupId
record component.
H
- hashCode() - Method in class io.micronaut.testresources.buildtools.MavenDependency
- hashCode() - Method in record class io.micronaut.testresources.buildtools.ModuleIdentifier
-
Returns a hash code value for this object.
- hashCode() - Method in class io.micronaut.testresources.buildtools.ServerSettings
- hashCode() - Method in record class io.micronaut.testresources.client.SimpleJsonErrorModel.Embedded
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.micronaut.testresources.client.SimpleJsonErrorModel
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.micronaut.testresources.controlpanel.ControlPanelPropertyResolutionListener.Resolution
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.micronaut.testresources.controlpanel.ControlPanelPropertyResolutionListener.ResolutionError
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.micronaut.testresources.controlpanel.DockerHealth
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.micronaut.testresources.controlpanel.TestResourcesContainer
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.micronaut.testresources.controlpanel.TestResourcesControlPanelBody
-
Returns a hash code value for this object.
- hashCode() - Method in class io.micronaut.testresources.core.Scope
- HASHICORP_CONSUL - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- HASHICORP_CONSUL_KV_PROPERTIES_KEY - Static variable in class io.micronaut.testresources.consul.ConsulTestResourceProvider
- HASHICORP_VAULT - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- HASHICORP_VAULT_SECRETS_KEY - Static variable in class io.micronaut.testresources.hashicorp.vault.VaultTestResourceProvider
- HASHICORP_VAULT_TOKEN_KEY - Static variable in class io.micronaut.testresources.hashicorp.vault.VaultTestResourceProvider
- HIBERNATE_REACTIVE_CORE - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- HIBERNATE_REACTIVE_MARIADB - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- HIBERNATE_REACTIVE_MSSQL - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- HIBERNATE_REACTIVE_MYSQL - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- HIBERNATE_REACTIVE_ORACLE_FREE - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- HIBERNATE_REACTIVE_ORACLE_XE - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- HIBERNATE_REACTIVE_POSTGRESQL - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- HibernateReactiveMariaDBTestResourceProvider - Class in io.micronaut.testresources.hibernate.reactive.mariadb
-
A test resource provider which will spawn a MariaDB test container.
- HibernateReactiveMariaDBTestResourceProvider() - Constructor for class io.micronaut.testresources.hibernate.reactive.mariadb.HibernateReactiveMariaDBTestResourceProvider
- HibernateReactiveMSSQLTestResourceProvider - Class in io.micronaut.testresources.hibernate.reactive.mssql
-
A test resource provider which will spawn a MSSQL test container.
- HibernateReactiveMSSQLTestResourceProvider() - Constructor for class io.micronaut.testresources.hibernate.reactive.mssql.HibernateReactiveMSSQLTestResourceProvider
- HibernateReactiveMySQLTestResourceProvider - Class in io.micronaut.testresources.hibernate.reactive.mysql
-
A test resource provider which will spawn a MySQL test container.
- HibernateReactiveMySQLTestResourceProvider() - Constructor for class io.micronaut.testresources.hibernate.reactive.mysql.HibernateReactiveMySQLTestResourceProvider
- HibernateReactiveOracleFreeTestResourceProvider - Class in io.micronaut.testresources.hibernate.reactive.oracle
-
A test resource provider which will spawn an Oracle Free test container.
- HibernateReactiveOracleFreeTestResourceProvider() - Constructor for class io.micronaut.testresources.hibernate.reactive.oracle.HibernateReactiveOracleFreeTestResourceProvider
- HibernateReactiveOracleXETestResourceProvider - Class in io.micronaut.testresources.hibernate.reactive.oracle
-
Deprecated, for removal: This API element is subject to removal in a future version.
- HibernateReactiveOracleXETestResourceProvider() - Constructor for class io.micronaut.testresources.hibernate.reactive.oracle.HibernateReactiveOracleXETestResourceProvider
-
Deprecated.
- HibernateReactivePostgreSQLTestResourceProvider - Class in io.micronaut.testresources.hibernate.reactive.postgresql
-
A test resource provider which will spawn a PostgreSQL test container.
- HibernateReactivePostgreSQLTestResourceProvider() - Constructor for class io.micronaut.testresources.hibernate.reactive.postgresql.HibernateReactivePostgreSQLTestResourceProvider
- HibernateReactiveSupport - Class in io.micronaut.testresources.hibernate.reactive.core
-
Provides constants and helper methods used by several test resources.
- HIVEMQ - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- HiveMQTestResourceProvider - Class in io.micronaut.testresources.hivemq
-
A test resource provider which will spawn a HiveMQ test container.
- HiveMQTestResourceProvider() - Constructor for class io.micronaut.testresources.hivemq.HiveMQTestResourceProvider
I
- id() - Method in record class io.micronaut.testresources.controlpanel.TestResourcesContainer
-
Returns the value of the
id
record component. - imageName() - Method in record class io.micronaut.testresources.controlpanel.TestResourcesContainer
-
Returns the value of the
imageName
record component. - includes(Scope) - Method in class io.micronaut.testresources.core.Scope
-
Determines if this scope is the supplied scope, or the parent of the supplied scope.
- inferTestResourcesClasspath(List<MavenDependency>) - Static method in class io.micronaut.testresources.buildtools.TestResourcesClasspath
-
Determines a list of dependencies which should be added to the test resources classpath, given a user supplied classpath.
- inferTestResourcesClasspath(List<MavenDependency>, String) - Static method in class io.micronaut.testresources.buildtools.TestResourcesClasspath
-
Determines a list of dependencies which should be added to the test resources classpath, given a user supplied classpath.
- info() - Method in record class io.micronaut.testresources.controlpanel.DockerHealth
-
Returns the value of the
info
record component. - InjectableTestResourcesResolver - Interface in io.micronaut.testresources.server
-
Marker interface for a
TestResourcesResolver
implementations that can be injected. - intercept(MethodInvocationContext<Object, Object>) - Method in class io.micronaut.testresources.server.ExpiryManager
- InternalTestResourcesServiceResolver - Class in io.micronaut.testresources.server
-
A
TestResourcesResolver
that resolves properties regarding the Test Resource Service itself, such asmicronaut.test.resources.server.uri
. - InternalTestResourcesServiceResolver(EmbeddedServer) - Constructor for class io.micronaut.testresources.server.InternalTestResourcesServiceResolver
- io.micronaut.test.extensions.junit5 - package io.micronaut.test.extensions.junit5
- io.micronaut.test.extensions.junit5.annotation - package io.micronaut.test.extensions.junit5.annotation
- io.micronaut.test.extensions.testresources - package io.micronaut.test.extensions.testresources
- io.micronaut.test.extensions.testresources.annotation - package io.micronaut.test.extensions.testresources.annotation
- io.micronaut.testresources.buildtools - package io.micronaut.testresources.buildtools
- io.micronaut.testresources.client - package io.micronaut.testresources.client
- io.micronaut.testresources.consul - package io.micronaut.testresources.consul
- io.micronaut.testresources.controlpanel - package io.micronaut.testresources.controlpanel
- io.micronaut.testresources.core - package io.micronaut.testresources.core
- io.micronaut.testresources.elasticsearch - package io.micronaut.testresources.elasticsearch
- io.micronaut.testresources.embedded - package io.micronaut.testresources.embedded
- io.micronaut.testresources.hashicorp.vault - package io.micronaut.testresources.hashicorp.vault
- io.micronaut.testresources.hibernate.reactive.core - package io.micronaut.testresources.hibernate.reactive.core
- io.micronaut.testresources.hibernate.reactive.mariadb - package io.micronaut.testresources.hibernate.reactive.mariadb
- io.micronaut.testresources.hibernate.reactive.mssql - package io.micronaut.testresources.hibernate.reactive.mssql
- io.micronaut.testresources.hibernate.reactive.mysql - package io.micronaut.testresources.hibernate.reactive.mysql
- io.micronaut.testresources.hibernate.reactive.oracle - package io.micronaut.testresources.hibernate.reactive.oracle
- io.micronaut.testresources.hibernate.reactive.postgresql - package io.micronaut.testresources.hibernate.reactive.postgresql
- io.micronaut.testresources.hivemq - package io.micronaut.testresources.hivemq
- io.micronaut.testresources.jdbc - package io.micronaut.testresources.jdbc
- io.micronaut.testresources.kafka - package io.micronaut.testresources.kafka
- io.micronaut.testresources.localstack - package io.micronaut.testresources.localstack
- io.micronaut.testresources.localstack.dynamodb - package io.micronaut.testresources.localstack.dynamodb
- io.micronaut.testresources.localstack.s3 - package io.micronaut.testresources.localstack.s3
- io.micronaut.testresources.localstack.sns - package io.micronaut.testresources.localstack.sns
- io.micronaut.testresources.localstack.sqs - package io.micronaut.testresources.localstack.sqs
- io.micronaut.testresources.mariadb - package io.micronaut.testresources.mariadb
- io.micronaut.testresources.mongodb - package io.micronaut.testresources.mongodb
- io.micronaut.testresources.mssql - package io.micronaut.testresources.mssql
- io.micronaut.testresources.mysql - package io.micronaut.testresources.mysql
- io.micronaut.testresources.neo4j - package io.micronaut.testresources.neo4j
- io.micronaut.testresources.opensearch - package io.micronaut.testresources.opensearch
- io.micronaut.testresources.oracle.free - package io.micronaut.testresources.oracle.free
- io.micronaut.testresources.oracle.xe - package io.micronaut.testresources.oracle.xe
- io.micronaut.testresources.postgres - package io.micronaut.testresources.postgres
- io.micronaut.testresources.r2dbc.core - package io.micronaut.testresources.r2dbc.core
- io.micronaut.testresources.r2dbc.mariadb - package io.micronaut.testresources.r2dbc.mariadb
- io.micronaut.testresources.r2dbc.mssql - package io.micronaut.testresources.r2dbc.mssql
- io.micronaut.testresources.r2dbc.mysql - package io.micronaut.testresources.r2dbc.mysql
- io.micronaut.testresources.r2dbc.oracle - package io.micronaut.testresources.r2dbc.oracle
- io.micronaut.testresources.r2dbc.pool - package io.micronaut.testresources.r2dbc.pool
- io.micronaut.testresources.r2dbc.postgres - package io.micronaut.testresources.r2dbc.postgres
- io.micronaut.testresources.rabbitmq - package io.micronaut.testresources.rabbitmq
- io.micronaut.testresources.redis - package io.micronaut.testresources.redis
- io.micronaut.testresources.server - package io.micronaut.testresources.server
- io.micronaut.testresources.testcontainers - package io.micronaut.testresources.testcontainers
- isCDSDumpInvocation() - Method in interface io.micronaut.testresources.buildtools.ServerUtils.ProcessParameters
- isDatasourceExpression(String) - Static method in class io.micronaut.testresources.jdbc.AbstractJdbcTestResourceProvider
- isDependencyAllowedOnServerClasspath(ModuleIdentifier) - Static method in class io.micronaut.testresources.buildtools.TestResourcesClasspath
-
Tells if a dependency should be added to the server classpath.
- isDockerAvailable() - Static method in class io.micronaut.testresources.testcontainers.DockerSupport
-
Returns true if the Docker client is available and ready to accept connections.
- isEnabled(Map<String, Object>) - Method in interface io.micronaut.testresources.core.ToggableTestResourcesResolver
- isEnabled(Map<String, Object>) - Method in class io.micronaut.testresources.testcontainers.GenericTestContainerProvider
- isExpired() - Method in class io.micronaut.testresources.server.ExpiryManager
- isServerStarted(int) - Static method in class io.micronaut.testresources.buildtools.ServerUtils
-
Determines if a server is already started at the given port.
J
- JDBC_CORE - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- JDBC_MARIADB - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- JDBC_MSSQL - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- JDBC_MYSQL - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- JDBC_ORACLE_FREE - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- JDBC_ORACLE_XE - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- JDBC_POSTGRESQL - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- jpaExpressionOf(String, String) - Static method in class io.micronaut.testresources.hibernate.reactive.core.HibernateReactiveSupport
K
- KAFKA - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- KAFKA_BOOTSTRAP_SERVERS - Static variable in class io.micronaut.testresources.kafka.KafkaTestResourceProvider
- KafkaTestResourceProvider - Class in io.micronaut.testresources.kafka
-
A test resource provider which will spawn a Kafka test container.
- KafkaTestResourceProvider() - Constructor for class io.micronaut.testresources.kafka.KafkaTestResourceProvider
- keepAlive(ApplicationContext) - Method in class io.micronaut.testresources.client.TestResourcesKeepAlive
-
Sends periodic keep alive requests to the server.
- KnownModules - Interface in io.micronaut.testresources.buildtools
-
Micronaut Test Resources modules.
L
- launcherSessionOpened(LauncherSession) - Method in class io.micronaut.test.extensions.junit5.TestResourcesLauncherSessionListener
- lazy() - Static method in class io.micronaut.test.extensions.testresources.TestResourcesClientHolder
- LazyTestResourcesExpressionResolver - Class in io.micronaut.testresources.core
-
A property expression resolver which delegates to another resolver if the property expression to be resolved starts with the expected prefix.
- LazyTestResourcesExpressionResolver(PropertyExpressionResolver) - Constructor for class io.micronaut.testresources.core.LazyTestResourcesExpressionResolver
- LazyTestResourcesPropertySourceLoader - Class in io.micronaut.testresources.core
-
A property source loader which works in conjunction with the
LazyTestResourcesExpressionResolver
in order to resolve properties lazily. - LazyTestResourcesPropertySourceLoader(PropertyExpressionProducer) - Constructor for class io.micronaut.testresources.core.LazyTestResourcesPropertySourceLoader
- listAll() - Static method in class io.micronaut.testresources.testcontainers.TestContainers
-
Lists all containers.
- listByScope(String) - Static method in class io.micronaut.testresources.testcontainers.TestContainers
- listContainers() - Method in class io.micronaut.testresources.server.TestResourcesController
-
Lists all test containers started by the server.
- listContainersByScope(String) - Method in class io.micronaut.testresources.server.TestResourcesController
-
Lists all test containers started by the server for a particular scope.
- load(String, ResourceLoader) - Method in class io.micronaut.testresources.core.LazyTestResourcesPropertySourceLoader
- loadEnv(String, ResourceLoader, ActiveEnvironment) - Method in class io.micronaut.testresources.core.LazyTestResourcesPropertySourceLoader
- LOCALSTACK_CORE - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- LOCALSTACK_DYNAMODB - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- LOCALSTACK_S3 - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- LOCALSTACK_SNS - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- LOCALSTACK_SQS - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- LocalStackDynamoDBService - Class in io.micronaut.testresources.localstack.dynamodb
-
Adds support for Localstack DynamoDB.
- LocalStackDynamoDBService() - Constructor for class io.micronaut.testresources.localstack.dynamodb.LocalStackDynamoDBService
- LocalStackS3Service - Class in io.micronaut.testresources.localstack.s3
-
Adds support for Localstack S3.
- LocalStackS3Service() - Constructor for class io.micronaut.testresources.localstack.s3.LocalStackS3Service
- LocalStackService - Interface in io.micronaut.testresources.localstack
-
Interface for localstack service loading.
- LocalStackSNSService - Class in io.micronaut.testresources.localstack.sns
-
Adds support for Localstack SNS.
- LocalStackSNSService() - Constructor for class io.micronaut.testresources.localstack.sns.LocalStackSNSService
- LocalStackSQSService - Class in io.micronaut.testresources.localstack.sqs
-
Adds support for Localstack SQS.
- LocalStackSQSService() - Constructor for class io.micronaut.testresources.localstack.sqs.LocalStackSQSService
- LocalStackTestResourceProvider - Class in io.micronaut.testresources.localstack
-
A test resource provider which will spawn LocalStack test containers.
- LocalStackTestResourceProvider() - Constructor for class io.micronaut.testresources.localstack.LocalStackTestResourceProvider
M
- main(String[]) - Static method in class io.micronaut.testresources.server.TestResourcesService
- managedContainers() - Method in record class io.micronaut.testresources.controlpanel.DockerHealth
-
Returns the value of the
managedContainers
record component. - MariaDBTestResourceProvider - Class in io.micronaut.testresources.mariadb
-
A test resource provider which will spawn a MariaDB test container.
- MariaDBTestResourceProvider() - Constructor for class io.micronaut.testresources.mariadb.MariaDBTestResourceProvider
- MavenDependency - Class in io.micronaut.testresources.buildtools
-
Represents a Maven dependency using its group, artifact and version coordinates.
- MavenDependency(String, String, String) - Constructor for class io.micronaut.testresources.buildtools.MavenDependency
- message() - Method in record class io.micronaut.testresources.client.SimpleJsonErrorModel
-
Returns the value of the
message
record component. - MICRONAUT_OPEN_SEARCH_HTTPCLIENT5_HTTP_HOSTS - Static variable in class io.micronaut.testresources.opensearch.OpenSearchTestResourceProvider
- MICRONAUT_OPEN_SEARCH_REST_CLIENT_HTTP_HOSTS - Static variable in class io.micronaut.testresources.opensearch.OpenSearchTestResourceProvider
- ModuleIdentifier - Record Class in io.micronaut.testresources.buildtools
-
Represents a Maven artifact, without version.
- ModuleIdentifier(String, String) - Constructor for record class io.micronaut.testresources.buildtools.ModuleIdentifier
-
Creates an instance of a
ModuleIdentifier
record class. - MONGODB - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- MONGODB_SERVER_URI - Static variable in class io.micronaut.testresources.mongodb.MongoDBTestResourceProvider
- MONGODB_SERVERS - Static variable in class io.micronaut.testresources.mongodb.MongoDBTestResourceProvider
- MongoDBTestResourceProvider - Class in io.micronaut.testresources.mongodb
-
A test resource provider which will spawn a MongoDB test container.
- MongoDBTestResourceProvider() - Constructor for class io.micronaut.testresources.mongodb.MongoDBTestResourceProvider
- MQTT_CLIENT_CLIENT_ID - Static variable in class io.micronaut.testresources.hivemq.HiveMQTestResourceProvider
- MQTT_CLIENT_SERVER_URI - Static variable in class io.micronaut.testresources.hivemq.HiveMQTestResourceProvider
- MSSQLTestResourceProvider - Class in io.micronaut.testresources.mssql
-
A test resource provider which will spawn a MS SQL test container.
- MSSQLTestResourceProvider() - Constructor for class io.micronaut.testresources.mssql.MSSQLTestResourceProvider
- MYSQL_OFFICIAL_IMAGE - Static variable in class io.micronaut.testresources.mysql.MySQLTestResourceProvider
- MySQLTestResourceProvider - Class in io.micronaut.testresources.mysql
-
A test resource provider which will spawn a MySQL test container.
- MySQLTestResourceProvider() - Constructor for class io.micronaut.testresources.mysql.MySQLTestResourceProvider
N
- name() - Method in record class io.micronaut.testresources.controlpanel.TestResourcesContainer
-
Returns the value of the
name
record component. - namingStrategy() - Element in annotation interface io.micronaut.test.extensions.junit5.annotation.TestResourcesScope
-
The name of the strategy to use, instead of an explicit name provided with
TestResourcesScope.value()
. - NEO4J - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- NEO4J_SERVER_URI - Static variable in class io.micronaut.testresources.neo4j.Neo4jTestResourceProvider
- Neo4jTestResourceProvider - Class in io.micronaut.testresources.neo4j
-
A test resource provider which will spawn a MongoDB test container.
- Neo4jTestResourceProvider() - Constructor for class io.micronaut.testresources.neo4j.Neo4jTestResourceProvider
- network() - Method in record class io.micronaut.testresources.controlpanel.TestResourcesContainer
-
Returns the value of the
network
record component. - network(String) - Static method in class io.micronaut.testresources.testcontainers.TestContainers
O
- of(String) - Static method in class io.micronaut.testresources.core.Scope
-
Returns a new scope with the given id.
- of(String, Throwable) - Static method in record class io.micronaut.testresources.controlpanel.ControlPanelPropertyResolutionListener.ResolutionError
-
Builds a resolution error.
- onStartup(ServerStartupEvent) - Method in class io.micronaut.testresources.controlpanel.TestResourcesPanelRegistration
-
Displays the control panel URL at startup.
- OPENSEARCH - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- OpenSearchTestResourceProvider - Class in io.micronaut.testresources.opensearch
-
A test resource provider which will spawn an OpenSearch test container.
- OpenSearchTestResourceProvider() - Constructor for class io.micronaut.testresources.opensearch.OpenSearchTestResourceProvider
- OracleFreeTestResourceProvider - Class in io.micronaut.testresources.oracle.free
-
A test resource provider which will spawn an Oracle Free test container.
- OracleFreeTestResourceProvider() - Constructor for class io.micronaut.testresources.oracle.free.OracleFreeTestResourceProvider
- OracleXETestResourceProvider - Class in io.micronaut.testresources.oracle.xe
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
oracle
instead. - OracleXETestResourceProvider() - Constructor for class io.micronaut.testresources.oracle.xe.OracleXETestResourceProvider
-
Deprecated.
P
- PackageName() - Constructor for class io.micronaut.test.extensions.junit5.annotation.ScopeNamingStrategy.PackageName
- Ping - Annotation Interface in io.micronaut.testresources.server
-
Annotation for controllers which participate to keeping the server alive.
- PLACEHOLDER_PREFIX - Static variable in class io.micronaut.testresources.core.LazyTestResourcesExpressionResolver
- PostgreSQLTestResourceProvider - Class in io.micronaut.testresources.postgres
-
A test resource provider which will spawn a MySQL test container.
- PostgreSQLTestResourceProvider() - Constructor for class io.micronaut.testresources.postgres.PostgreSQLTestResourceProvider
- PREFIX - Static variable in class io.micronaut.testresources.consul.ConsulTestResourceProvider
- PREFIX - Static variable in class io.micronaut.testresources.jdbc.AbstractJdbcTestResourceProvider
- produceKeys(ResourceLoader, Map<String, Collection<String>>, Map<String, Object>) - Method in interface io.micronaut.testresources.core.PropertyExpressionProducer
-
Returns the list of keys the resolver is able to generate.
- properties() - Method in record class io.micronaut.testresources.controlpanel.ControlPanelPropertyResolutionListener.Resolution
-
Returns the value of the
properties
record component. - PROPERTIES_FILE_NAME - Static variable in class io.micronaut.testresources.buildtools.ServerUtils
- property() - Method in record class io.micronaut.testresources.controlpanel.ControlPanelPropertyResolutionListener.Resolution
-
Returns the value of the
property
record component. - property() - Method in record class io.micronaut.testresources.controlpanel.ControlPanelPropertyResolutionListener.ResolutionError
-
Returns the value of the
property
record component. - PROPERTY_CONSUL_CLIENT_DEFAULT_ZONE - Static variable in class io.micronaut.testresources.consul.ConsulTestResourceProvider
- PROPERTY_CONSUL_CLIENT_HOST - Static variable in class io.micronaut.testresources.consul.ConsulTestResourceProvider
- PROPERTY_CONSUL_CLIENT_PORT - Static variable in class io.micronaut.testresources.consul.ConsulTestResourceProvider
- PROPERTY_KEY - Static variable in class io.micronaut.testresources.core.Scope
-
The property name, for when the scope is passed as a property string.
- PropertyExpressionProducer - Interface in io.micronaut.testresources.core
-
Implementations are responsible for generating the list of keys that a test resource resolver is able to resolve.
- PropertyResolutionListener - Interface in io.micronaut.testresources.server
-
A test resources property resolution listener will be notified whenever a property is resolved by a
TestResourcesResolver
. - PropertyResolverSupport - Class in io.micronaut.testresources.core
-
An utility class to deal with property resolution.
- PropertyResolverSupport() - Constructor for class io.micronaut.testresources.core.PropertyResolverSupport
- provide(Map<String, Object>) - Method in interface io.micronaut.test.extensions.testresources.TestResourcesPropertyProvider
-
Returns a map of properties which need to be exposed to the application context, given the map of properties which are already available during setup.
- providers() - Element in annotation interface io.micronaut.test.extensions.testresources.annotation.TestResourcesProperties
-
The optional list of test resource property providers which can be applied to enhance the set of properties available to a test.
- pullingContainers() - Method in record class io.micronaut.testresources.controlpanel.DockerHealth
-
Returns the value of the
pullingContainers
record component. - pullingContainers() - Static method in class io.micronaut.testresources.testcontainers.TestContainers
-
Returns the list of containers which are being pulled.
R
- R2DBC_CORE - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- R2DBC_DATASOURCES - Static variable in class io.micronaut.testresources.r2dbc.core.R2dbcSupport
- R2DBC_MARIADB - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- R2DBC_MSSQL - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- R2DBC_MYSQL - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- R2DBC_ORACLE_FREE - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- R2DBC_ORACLE_XE - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- R2DBC_POOL - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- R2DBC_POSTGRESQL - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- R2DBC_PREFIX - Static variable in class io.micronaut.testresources.r2dbc.core.R2dbcSupport
- R2DBCMariaDBTestResourceProvider - Class in io.micronaut.testresources.r2dbc.mariadb
-
A test resource provider for reactive MariaDB.
- R2DBCMariaDBTestResourceProvider() - Constructor for class io.micronaut.testresources.r2dbc.mariadb.R2DBCMariaDBTestResourceProvider
- R2DBCMSSQLTestResourceProvider - Class in io.micronaut.testresources.r2dbc.mssql
-
A test resource provider for reactive PostgreSQL.
- R2DBCMSSQLTestResourceProvider() - Constructor for class io.micronaut.testresources.r2dbc.mssql.R2DBCMSSQLTestResourceProvider
- R2DBCMySQLTestResourceProvider - Class in io.micronaut.testresources.r2dbc.mysql
-
A test resource provider for reactive MySQL.
- R2DBCMySQLTestResourceProvider() - Constructor for class io.micronaut.testresources.r2dbc.mysql.R2DBCMySQLTestResourceProvider
- R2DBCOracleFreeTestResourceProvider - Class in io.micronaut.testresources.r2dbc.oracle
-
A test resource provider which will spawn an Oracle Free reactive test container.
- R2DBCOracleFreeTestResourceProvider() - Constructor for class io.micronaut.testresources.r2dbc.oracle.R2DBCOracleFreeTestResourceProvider
- R2DBCOracleXETestResourceProvider - Class in io.micronaut.testresources.r2dbc.oracle
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
oracle
instead. - R2DBCOracleXETestResourceProvider() - Constructor for class io.micronaut.testresources.r2dbc.oracle.R2DBCOracleXETestResourceProvider
-
Deprecated.
- R2DBCPoolTestResourceProvider - Class in io.micronaut.testresources.r2dbc.pool
-
A test resource provider for configuring the R2DBC pool.
- R2DBCPoolTestResourceProvider() - Constructor for class io.micronaut.testresources.r2dbc.pool.R2DBCPoolTestResourceProvider
- R2DBCPostgreSQLTestResourceProvider - Class in io.micronaut.testresources.r2dbc.postgres
-
A test resource provider for reactive PostgreSQL.
- R2DBCPostgreSQLTestResourceProvider() - Constructor for class io.micronaut.testresources.r2dbc.postgres.R2DBCPostgreSQLTestResourceProvider
- R2dbcSupport - Class in io.micronaut.testresources.r2dbc.core
-
Provides constants and helper methods used by several test resources.
- r2dbDatasourceExpressionOf(String, String) - Static method in class io.micronaut.testresources.r2dbc.core.R2dbcSupport
- RABBITMQ - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- RABBITMQ_PASSWORD - Static variable in class io.micronaut.testresources.rabbitmq.RabbitMQTestResourceProvider
- RABBITMQ_URI - Static variable in class io.micronaut.testresources.rabbitmq.RabbitMQTestResourceProvider
- RABBITMQ_USERNAME - Static variable in class io.micronaut.testresources.rabbitmq.RabbitMQTestResourceProvider
- RabbitMQTestResourceProvider - Class in io.micronaut.testresources.rabbitmq
-
A test resource provider which will spawn a RabbitMQ test container.
- RabbitMQTestResourceProvider() - Constructor for class io.micronaut.testresources.rabbitmq.RabbitMQTestResourceProvider
- read(String, InputStream) - Method in class io.micronaut.testresources.core.LazyTestResourcesPropertySourceLoader
- readServerSettings(Path) - Static method in class io.micronaut.testresources.buildtools.ServerUtils
-
Reads the server settings from an input directory.
- REDIS - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- REDIS_URI - Static variable in class io.micronaut.testresources.redis.RedisTestResourceProvider
- REDIS_URIS - Static variable in class io.micronaut.testresources.redis.RedisClusterTestResourceProvider
- RedisClusterTestResourceProvider - Class in io.micronaut.testresources.redis
-
A test resource provider which will spawn a Redis cluster test container.
- RedisClusterTestResourceProvider() - Constructor for class io.micronaut.testresources.redis.RedisClusterTestResourceProvider
- RedisTestResourceProvider - Class in io.micronaut.testresources.redis
-
A test resource provider which will spawn a Redis test container.
- RedisTestResourceProvider() - Constructor for class io.micronaut.testresources.redis.RedisTestResourceProvider
- remove() - Static method in class io.micronaut.test.extensions.junit5.ScopeHolder
- removeR2dbPrefixFrom(String) - Static method in class io.micronaut.testresources.r2dbc.core.R2dbcSupport
- REQUIRED_PROPERTIES - Static variable in class io.micronaut.testresources.r2dbc.core.R2dbcSupport
- REQUIRED_PROPERTY_ENTRIES_LIST - Static variable in class io.micronaut.testresources.hibernate.reactive.core.HibernateReactiveSupport
- REQUIRED_PROPERTY_ENTRIES_LIST - Static variable in class io.micronaut.testresources.r2dbc.core.R2dbcSupport
- Resolution(String, String, Map<String, String>, Map<String, String>) - Constructor for record class io.micronaut.testresources.controlpanel.ControlPanelPropertyResolutionListener.Resolution
-
Creates an instance of a
Resolution
record class. - ResolutionError(String, String) - Constructor for record class io.micronaut.testresources.controlpanel.ControlPanelPropertyResolutionListener.ResolutionError
-
Creates an instance of a
ResolutionError
record class. - RESOLVABLE_PROPERTIES - Static variable in class io.micronaut.testresources.opensearch.OpenSearchTestResourceProvider
- RESOLVABLE_PROPERTIES_LIST - Static variable in class io.micronaut.testresources.consul.ConsulTestResourceProvider
- RESOLVABLE_PROPERTIES_LIST - Static variable in class io.micronaut.testresources.hashicorp.vault.VaultTestResourceProvider
- RESOLVABLE_PROPERTIES_SET - Static variable in class io.micronaut.testresources.hashicorp.vault.VaultTestResourceProvider
- resolve(PropertyResolver, ConversionService, String, Class<T>) - Method in class io.micronaut.testresources.core.LazyTestResourcesExpressionResolver
- resolve(String, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.client.DefaultTestResourcesClient
- resolve(String, Map<String, Object>, Map<String, Object>) - Method in interface io.micronaut.testresources.client.TestResourcesClient
- resolve(String, Map<String, Object>, Map<String, Object>) - Method in interface io.micronaut.testresources.core.TestResourcesResolver
-
Resolves the given property.
- resolve(String, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.r2dbc.pool.R2DBCPoolTestResourceProvider
- resolve(String, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.server.InternalTestResourcesServiceResolver
- resolve(String, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.server.TestResourcesController
-
Resolves a property.
- resolve(String, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.testcontainers.AbstractTestContainersProvider
- resolve(String, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.testcontainers.GenericTestContainerProvider
- resolved(String, String, TestResourcesResolver, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.controlpanel.ControlPanelPropertyResolutionListener
- resolved(String, String, TestResourcesResolver, Map<String, Object>, Map<String, Object>) - Method in interface io.micronaut.testresources.server.PropertyResolutionListener
-
Records that a property was resolved by a particular resolver.
- resolveDbSpecificProperty(String, JdbcDatabaseContainer<?>) - Method in class io.micronaut.testresources.jdbc.AbstractJdbcTestResourceProvider
-
Given the started container, resolves properties which are specific to a particular JDBC implementation.
- resolveDbSpecificProperty(String, JdbcDatabaseContainer<?>) - Method in class io.micronaut.testresources.mysql.MySQLTestResourceProvider
- resolvedProperties() - Method in record class io.micronaut.testresources.controlpanel.TestResourcesControlPanelBody
-
Returns the value of the
resolvedProperties
record component. - resolvedValue() - Method in record class io.micronaut.testresources.controlpanel.ControlPanelPropertyResolutionListener.Resolution
-
Returns the value of the
resolvedValue
record component. - resolveProperty(String, RedisClusterContainer) - Method in class io.micronaut.testresources.redis.RedisClusterTestResourceProvider
- resolveProperty(String, RedisContainer) - Method in class io.micronaut.testresources.redis.RedisTestResourceProvider
- resolveProperty(String, OpensearchContainer<?>) - Method in class io.micronaut.testresources.opensearch.OpenSearchTestResourceProvider
- resolveProperty(String, ConsulContainer) - Method in class io.micronaut.testresources.consul.ConsulTestResourceProvider
- resolveProperty(String, KafkaContainer) - Method in class io.micronaut.testresources.kafka.KafkaTestResourceProvider
- resolveProperty(String, LocalStackContainer) - Method in class io.micronaut.testresources.localstack.dynamodb.LocalStackDynamoDBService
- resolveProperty(String, LocalStackContainer) - Method in interface io.micronaut.testresources.localstack.LocalStackService
-
Resolves a property.
- resolveProperty(String, LocalStackContainer) - Method in class io.micronaut.testresources.localstack.LocalStackTestResourceProvider
- resolveProperty(String, LocalStackContainer) - Method in class io.micronaut.testresources.localstack.s3.LocalStackS3Service
- resolveProperty(String, LocalStackContainer) - Method in class io.micronaut.testresources.localstack.sns.LocalStackSNSService
- resolveProperty(String, LocalStackContainer) - Method in class io.micronaut.testresources.localstack.sqs.LocalStackSQSService
- resolveProperty(String, MongoDBContainer) - Method in class io.micronaut.testresources.mongodb.MongoDBTestResourceProvider
- resolveProperty(String, Neo4jContainer<?>) - Method in class io.micronaut.testresources.neo4j.Neo4jTestResourceProvider
- resolveProperty(String, RabbitMQContainer) - Method in class io.micronaut.testresources.rabbitmq.RabbitMQTestResourceProvider
- resolveProperty(String, ElasticsearchContainer) - Method in class io.micronaut.testresources.elasticsearch.ElasticsearchTestResourceProvider
- resolveProperty(String, HiveMQContainer) - Method in class io.micronaut.testresources.hivemq.HiveMQTestResourceProvider
- resolveProperty(String, VaultContainer<?>) - Method in class io.micronaut.testresources.hashicorp.vault.VaultTestResourceProvider
- resolveProperty(String, T) - Method in class io.micronaut.testresources.hibernate.reactive.core.AbstractHibernateReactiveTestResourceProvider
- resolveProperty(String, T) - Method in class io.micronaut.testresources.jdbc.AbstractJdbcTestResourceProvider
- resolveProperty(String, T) - Method in class io.micronaut.testresources.r2dbc.core.AbstractR2DBCTestResourceProvider
- resolveProperty(String, T) - Method in class io.micronaut.testresources.testcontainers.AbstractTestContainersProvider
- resolveRequiredProperties(String, PropertyResolver, TestResourcesResolver) - Static method in class io.micronaut.testresources.core.PropertyResolverSupport
-
Resolves the required properties for a particular test resources resolver.
- ResolverLoader - Interface in io.micronaut.testresources.core
-
Interface for loading
TestResourcesResolver
instances. - resolveWithoutContainer(String, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.hibernate.reactive.core.AbstractHibernateReactiveTestResourceProvider
- resolveWithoutContainer(String, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.r2dbc.core.AbstractR2DBCTestResourceProvider
- resolveWithoutContainer(String, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.testcontainers.AbstractTestContainersProvider
-
Lets a resolver provide a value for the requested property without triggering the creation of a test container.
- ROOT - Static variable in class io.micronaut.testresources.core.Scope
-
The default scope.
- runningContainers() - Method in record class io.micronaut.testresources.controlpanel.DockerHealth
-
Returns the value of the
runningContainers
record component.
S
- scope() - Method in record class io.micronaut.testresources.controlpanel.TestResourcesContainer
-
Returns the value of the
scope
record component. - Scope - Class in io.micronaut.testresources.core
-
A scope represents the lifecycle of a test resource.
- ScopeHolder - Class in io.micronaut.test.extensions.junit5
-
Our JUnit listener needs to communicate with the test resources provider factory.
- scopeNameFor(Class<?>) - Method in class io.micronaut.test.extensions.junit5.annotation.ScopeNamingStrategy.PackageName
- scopeNameFor(Class<?>) - Method in interface io.micronaut.test.extensions.junit5.annotation.ScopeNamingStrategy
- scopeNameFor(Class<?>) - Method in class io.micronaut.test.extensions.junit5.annotation.ScopeNamingStrategy.TestClassName
- ScopeNamingStrategy - Interface in io.micronaut.test.extensions.junit5.annotation
-
Provides the name of a test resources scope to be used in a test class.
- ScopeNamingStrategy.PackageName - Class in io.micronaut.test.extensions.junit5.annotation
- ScopeNamingStrategy.TestClassName - Class in io.micronaut.test.extensions.junit5.annotation
- ScopeTestPropertyProviderFactory - Class in io.micronaut.test.extensions.junit5
- ScopeTestPropertyProviderFactory() - Constructor for class io.micronaut.test.extensions.junit5.ScopeTestPropertyProviderFactory
- SERVER - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- SERVER_TEST_PROPERTY - Static variable in class io.micronaut.testresources.buildtools.ServerUtils
-
Used only in tests to skip actual port checking.
- SERVER_URI - Static variable in interface io.micronaut.testresources.client.TestResourcesClient
- SERVER_URI - Static variable in class io.micronaut.testresources.server.InternalTestResourcesServiceResolver
- ServerFactory - Interface in io.micronaut.testresources.buildtools
-
Implemented by built tools, in order to fork the server process.
- ServerSettings - Class in io.micronaut.testresources.buildtools
-
Represents the server settings, once started.
- ServerSettings(int, String, Integer) - Constructor for class io.micronaut.testresources.buildtools.ServerSettings
-
Deprecated.
- ServerSettings(int, String, Integer, Integer) - Constructor for class io.micronaut.testresources.buildtools.ServerSettings
- ServerUtils - Class in io.micronaut.testresources.buildtools
-
Utilities used to manage the lifecycle of a server process from build tools.
- ServerUtils() - Constructor for class io.micronaut.testresources.buildtools.ServerUtils
- ServerUtils.ProcessParameters - Interface in io.micronaut.testresources.buildtools
-
Forking process parameters.
- set(TestResourcesClient) - Static method in class io.micronaut.test.extensions.testresources.TestResourcesClientHolder
- set(String) - Static method in class io.micronaut.test.extensions.junit5.ScopeHolder
- setAccessToken(String) - Method in class io.micronaut.testresources.server.AccessConfiguration
- shouldAcceptLicense(String, Map<String, Object>) - Static method in class io.micronaut.testresources.mssql.MSSQLTestResourceProvider
- shouldAnswer(String, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.consul.ConsulTestResourceProvider
- shouldAnswer(String, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.elasticsearch.ElasticsearchTestResourceProvider
- shouldAnswer(String, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.hashicorp.vault.VaultTestResourceProvider
- shouldAnswer(String, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.hibernate.reactive.core.AbstractHibernateReactiveTestResourceProvider
- shouldAnswer(String, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.hivemq.HiveMQTestResourceProvider
- shouldAnswer(String, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.jdbc.AbstractJdbcTestResourceProvider
- shouldAnswer(String, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.kafka.KafkaTestResourceProvider
- shouldAnswer(String, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.localstack.LocalStackTestResourceProvider
- shouldAnswer(String, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.mongodb.MongoDBTestResourceProvider
- shouldAnswer(String, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.neo4j.Neo4jTestResourceProvider
- shouldAnswer(String, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.opensearch.OpenSearchTestResourceProvider
- shouldAnswer(String, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.oracle.free.OracleFreeTestResourceProvider
- shouldAnswer(String, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.oracle.xe.OracleXETestResourceProvider
-
Deprecated.
- shouldAnswer(String, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.r2dbc.core.AbstractR2DBCTestResourceProvider
- shouldAnswer(String, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.r2dbc.oracle.R2DBCOracleFreeTestResourceProvider
- shouldAnswer(String, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.r2dbc.oracle.R2DBCOracleXETestResourceProvider
-
Deprecated.
- shouldAnswer(String, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.rabbitmq.RabbitMQTestResourceProvider
- shouldAnswer(String, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.redis.RedisClusterTestResourceProvider
- shouldAnswer(String, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.redis.RedisTestResourceProvider
- shouldAnswer(String, Map<String, Object>, Map<String, Object>) - Method in class io.micronaut.testresources.testcontainers.AbstractTestContainersProvider
-
Determines if this resolver can resolve the requested property.
- SIMPLE_NAME - Static variable in class io.micronaut.testresources.consul.ConsulTestResourceProvider
- SIMPLE_NAME - Static variable in class io.micronaut.testresources.elasticsearch.ElasticsearchTestResourceProvider
- SIMPLE_NAME - Static variable in class io.micronaut.testresources.hashicorp.vault.VaultTestResourceProvider
- SIMPLE_NAME - Static variable in class io.micronaut.testresources.kafka.KafkaTestResourceProvider
- SIMPLE_NAME - Static variable in class io.micronaut.testresources.mongodb.MongoDBTestResourceProvider
- SIMPLE_NAME - Static variable in class io.micronaut.testresources.mysql.MySQLTestResourceProvider
- SIMPLE_NAME - Static variable in class io.micronaut.testresources.opensearch.OpenSearchTestResourceProvider
- SIMPLE_NAME - Static variable in class io.micronaut.testresources.redis.RedisClusterTestResourceProvider
- SIMPLE_NAME - Static variable in class io.micronaut.testresources.redis.RedisTestResourceProvider
- SimpleJsonErrorModel - Record Class in io.micronaut.testresources.client
- SimpleJsonErrorModel(String, SimpleJsonErrorModel.Embedded) - Constructor for record class io.micronaut.testresources.client.SimpleJsonErrorModel
-
Creates an instance of a
SimpleJsonErrorModel
record class. - SimpleJsonErrorModel.Embedded - Record Class in io.micronaut.testresources.client
- SpockScopeExtension - Class in io.micronaut.test.extensions.junit5
-
A Spock extension which handles fields annotated with the shared annotation.
- SpockScopeExtension() - Constructor for class io.micronaut.test.extensions.junit5.SpockScopeExtension
- stackTrace() - Method in record class io.micronaut.testresources.controlpanel.ControlPanelPropertyResolutionListener.ResolutionError
-
Returns the value of the
stackTrace
record component. - startingContainers() - Method in record class io.micronaut.testresources.controlpanel.DockerHealth
-
Returns the value of the
startingContainers
record component. - startingContainers() - Static method in class io.micronaut.testresources.testcontainers.TestContainers
-
Returns the list of containers which are being started.
- startOrConnectToExistingServer(Integer, Path, Path, String, Path, Collection<File>, Integer, Integer, ServerFactory) - Static method in class io.micronaut.testresources.buildtools.ServerUtils
-
Starts a server at the given port, or connects to an existing server running at the given port.
- startOrConnectToExistingServer(Integer, Path, Path, String, Collection<File>, Integer, Integer, ServerFactory) - Static method in class io.micronaut.testresources.buildtools.ServerUtils
-
Starts a server at the given port, or connects to an existing server running at the given port.
- startServer(ServerUtils.ProcessParameters) - Method in interface io.micronaut.testresources.buildtools.ServerFactory
-
Starts a new server in a forked process.
- Status - Enum Class in io.micronaut.testresources.controlpanel
-
A status to be displayed in the dashboard.
- stopServer(Path) - Static method in class io.micronaut.testresources.buildtools.ServerUtils
-
Stops a running server.
- stopService() - Method in class io.micronaut.testresources.server.TestResourcesController
-
Requests a test resources service shutdown.
- stringOrNull(Object) - Method in class io.micronaut.testresources.testcontainers.AbstractTestContainersProvider
- SUPPORTED_KEYS - Static variable in class io.micronaut.testresources.rabbitmq.RabbitMQTestResourceProvider
- SUPPORTED_PROPERTIES_LIST - Static variable in class io.micronaut.testresources.kafka.KafkaTestResourceProvider
T
- TEST_RESOURCES_CONTAINERS_PATH_KEY - Static variable in class io.micronaut.testresources.hashicorp.vault.VaultTestResourceProvider
- TEST_RESOURCES_PROPERTY - Static variable in interface io.micronaut.testresources.core.TestResourcesResolver
-
The name of the top-level test resources property configuration key.
- TestClassName() - Constructor for class io.micronaut.test.extensions.junit5.annotation.ScopeNamingStrategy.TestClassName
- TestContainer - Class in io.micronaut.testresources.server
-
Stores metadata about a running test container.
- TestContainer(String, String, String, String) - Constructor for class io.micronaut.testresources.server.TestContainer
- TestContainers - Class in io.micronaut.testresources.testcontainers
-
An utility class used to manage the lifecycle of test containers.
- TESTCONTAINERS - Static variable in interface io.micronaut.testresources.buildtools.KnownModules
- testPlanExecutionStarted(TestPlan) - Method in class io.micronaut.test.extensions.junit5.TestResourcesScopeListener
- TestResourcesClasspath - Class in io.micronaut.testresources.buildtools
-
Utility class which deduces the server classpath from the user classpath.
- TestResourcesClient - Interface in io.micronaut.testresources.client
-
A client responsible for connecting to a test resources server.
- TestResourcesClientFactory - Class in io.micronaut.testresources.client
-
A factory responsible for creating a
TestResourcesClient
. - TestResourcesClientHolder - Class in io.micronaut.test.extensions.testresources
-
An internal class which can be used to inject a fake test resources client, for testing purposes.
- TestResourcesClientPropertyExpressionResolver - Class in io.micronaut.testresources.client
-
A property expression resolver which connects via client to a server in order to resolve properties.
- TestResourcesClientPropertyExpressionResolver() - Constructor for class io.micronaut.testresources.client.TestResourcesClientPropertyExpressionResolver
- TestResourcesClientPropertySourceLoader - Class in io.micronaut.testresources.client
-
A property source loader which delegates resolution of properties to the client lazily.
- TestResourcesClientPropertySourceLoader() - Constructor for class io.micronaut.testresources.client.TestResourcesClientPropertySourceLoader
- testResourcesConfig() - Method in record class io.micronaut.testresources.controlpanel.ControlPanelPropertyResolutionListener.Resolution
-
Returns the value of the
testResourcesConfig
record component. - TestResourcesContainer - Record Class in io.micronaut.testresources.controlpanel
-
Information about a Docker container which was started by the test resources service.
- TestResourcesContainer(String, String, String, String, String) - Constructor for record class io.micronaut.testresources.controlpanel.TestResourcesContainer
-
Creates an instance of a
TestResourcesContainer
record class. - TestResourcesController - Class in io.micronaut.testresources.server
-
The main test resources controller, which will answer requests performed by the test resources client to resolve properties or close test resources.
- TestResourcesController(List<PropertyResolutionListener>, EmbeddedServer, ApplicationContext, ResolverLoader, TaskScheduler) - Constructor for class io.micronaut.testresources.server.TestResourcesController
- TestResourcesControlPanel - Class in io.micronaut.testresources.controlpanel
-
A control panel for test resource resolvers.
- TestResourcesControlPanel(String, String, ControlPanelPropertyResolutionListener) - Constructor for class io.micronaut.testresources.controlpanel.TestResourcesControlPanel
- TestResourcesControlPanelBody - Record Class in io.micronaut.testresources.controlpanel
- TestResourcesControlPanelBody(List<ControlPanelPropertyResolutionListener.Resolution>, List<ControlPanelPropertyResolutionListener.ResolutionError>) - Constructor for record class io.micronaut.testresources.controlpanel.TestResourcesControlPanelBody
-
Creates an instance of a
TestResourcesControlPanelBody
record class. - TestResourcesException - Exception in io.micronaut.testresources.client
-
Test resources resolution exception.
- TestResourcesException(String) - Constructor for exception io.micronaut.testresources.client.TestResourcesException
- TestResourcesException(String, Throwable) - Constructor for exception io.micronaut.testresources.client.TestResourcesException
- TestResourcesException(Throwable) - Constructor for exception io.micronaut.testresources.client.TestResourcesException
- TestResourcesKeepAlive - Class in io.micronaut.testresources.client
-
An application component which sends periodic keep alive requests to the server.
- TestResourcesKeepAlive() - Constructor for class io.micronaut.testresources.client.TestResourcesKeepAlive
- TestResourcesLauncherSessionListener - Class in io.micronaut.test.extensions.junit5
-
In a single JVM, tests can be executed in different sessions (e.g when test distribution is active).
- TestResourcesLauncherSessionListener() - Constructor for class io.micronaut.test.extensions.junit5.TestResourcesLauncherSessionListener
- TestResourcesPanelRegistration - Class in io.micronaut.testresources.controlpanel
-
This bean is responsible for creating the panels for each test resources resolver.
- TestResourcesPanelRegistration(ApplicationContext, ControlPanelPropertyResolutionListener) - Constructor for class io.micronaut.testresources.controlpanel.TestResourcesPanelRegistration
- TestResourcesProperties - Annotation Interface in io.micronaut.test.extensions.testresources.annotation
-
This annotation can be applied to tests annotated with @MicronautTest in order to require some properties to be resolved by Micronaut Test Resources before the application context is available.
- TestResourcesPropertiesFactory - Class in io.micronaut.test.extensions.testresources
- TestResourcesPropertiesFactory() - Constructor for class io.micronaut.test.extensions.testresources.TestResourcesPropertiesFactory
- TestResourcesPropertyProvider - Interface in io.micronaut.test.extensions.testresources
-
A test resources property provider is a type which must be explicitly declared in via the
TestResourcesProperties
annotation. - TestResourcesResolutionException - Exception in io.micronaut.testresources.core
-
An exception thrown whenever test resources was expected to resolve a property but couldn't.
- TestResourcesResolutionException(String) - Constructor for exception io.micronaut.testresources.core.TestResourcesResolutionException
- TestResourcesResolutionException(String, Throwable) - Constructor for exception io.micronaut.testresources.core.TestResourcesResolutionException
- TestResourcesResolutionException(Throwable) - Constructor for exception io.micronaut.testresources.core.TestResourcesResolutionException
- TestResourcesResolver - Interface in io.micronaut.testresources.core
-
A test resources resolver is responsible for resolving test resources.
- TestResourcesResolverLoader - Class in io.micronaut.testresources.embedded
-
This class is responsible for loading
TestResourcesResolver
instances via service loading and caching them. - TestResourcesResolverLoader() - Constructor for class io.micronaut.testresources.embedded.TestResourcesResolverLoader
- TestResourcesScope - Annotation Interface in io.micronaut.test.extensions.junit5.annotation
-
Defines the test resources scope to use in a test class.
- TestResourcesScopeListener - Class in io.micronaut.test.extensions.junit5
-
A listener which is responsible for shutting down test resources for a particular scope once the last test which uses this scope is finished.
- TestResourcesScopeListener() - Constructor for class io.micronaut.test.extensions.junit5.TestResourcesScopeListener
- TestResourcesService - Class in io.micronaut.testresources.server
-
Main entry point for the server.
- TestResourcesService() - Constructor for class io.micronaut.testresources.server.TestResourcesService
- TestResourcesService.Configurer - Class in io.micronaut.testresources.server
-
The application context configurer.
- ToggableTestResourcesResolver - Interface in io.micronaut.testresources.core
-
Interface for test resource resolvers which may be enabled or disabled on demand.
- toString() - Method in class io.micronaut.testresources.buildtools.MavenDependency
- toString() - Method in record class io.micronaut.testresources.buildtools.ModuleIdentifier
-
Returns a string representation of this record class.
- toString() - Method in record class io.micronaut.testresources.client.SimpleJsonErrorModel.Embedded
-
Returns a string representation of this record class.
- toString() - Method in record class io.micronaut.testresources.client.SimpleJsonErrorModel
-
Returns a string representation of this record class.
- toString() - Method in record class io.micronaut.testresources.controlpanel.ControlPanelPropertyResolutionListener.Resolution
-
Returns a string representation of this record class.
- toString() - Method in record class io.micronaut.testresources.controlpanel.ControlPanelPropertyResolutionListener.ResolutionError
-
Returns a string representation of this record class.
- toString() - Method in record class io.micronaut.testresources.controlpanel.DockerHealth
-
Returns a string representation of this record class.
- toString() - Method in record class io.micronaut.testresources.controlpanel.TestResourcesContainer
-
Returns a string representation of this record class.
- toString() - Method in record class io.micronaut.testresources.controlpanel.TestResourcesControlPanelBody
-
Returns a string representation of this record class.
- toString() - Method in class io.micronaut.testresources.core.Scope
- toString() - Method in class io.micronaut.testresources.server.TestContainer
- TYPE - Static variable in class io.micronaut.testresources.r2dbc.core.R2dbcSupport
U
- UNAVAILABLE - Enum constant in enum class io.micronaut.testresources.controlpanel.Status
- UNKNOWN - Enum constant in enum class io.micronaut.testresources.controlpanel.Status
V
- value() - Element in annotation interface io.micronaut.test.extensions.junit5.annotation.TestResourcesScope
-
The name of the test resources scope to use.
- value() - Element in annotation interface io.micronaut.test.extensions.testresources.annotation.TestResourcesProperties
-
Declares the list of properties which should be made available to the test before the application context is started.
- valueOf(String) - Static method in enum class io.micronaut.testresources.controlpanel.Status
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class io.micronaut.testresources.controlpanel.Status
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VAULT_CLIENT_TOKEN_PROPERTY - Static variable in class io.micronaut.testresources.hashicorp.vault.VaultTestResourceProvider
- VAULT_CLIENT_TOKEN_VALUE - Static variable in class io.micronaut.testresources.hashicorp.vault.VaultTestResourceProvider
- VAULT_CLIENT_URI_PROPERTY - Static variable in class io.micronaut.testresources.hashicorp.vault.VaultTestResourceProvider
- VaultTestResourceProvider - Class in io.micronaut.testresources.hashicorp.vault
-
A test resource provider which will spawn a Hashicorp Vault test container.
- VaultTestResourceProvider() - Constructor for class io.micronaut.testresources.hashicorp.vault.VaultTestResourceProvider
- VersionInfo - Class in io.micronaut.testresources.buildtools
-
Version information about this module.
- VersionInfo() - Constructor for class io.micronaut.testresources.buildtools.VersionInfo
- visitSpec(SpecInfo) - Method in class io.micronaut.test.extensions.junit5.SpockScopeExtension
W
- waitFor(Duration) - Method in interface io.micronaut.testresources.buildtools.ServerFactory
-
Waits for the server to start.
- wrap(Exception) - Static method in exception io.micronaut.testresources.core.TestResourcesResolutionException
-
Returns a TestResourcesResolutionException from an exception.
- writeServerSettings(Path, ServerSettings) - Static method in class io.micronaut.testresources.buildtools.ServerUtils
-
Writes the server settings in an output directory.
X
- X_PROTOCOL_URL - Static variable in class io.micronaut.testresources.mysql.MySQLTestResourceProvider
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
oracle
instead.