Index
All Classes and Interfaces|All Packages|Serialized Form
A
- AbstractJettyJunit4Test - Class in com.github.mjeanroy.junit.servers.jetty.junit4
-
Simple abstraction that define a server rule using jetty as embedded server.
- AbstractJettyJunit4Test() - Constructor for class com.github.mjeanroy.junit.servers.jetty.junit4.AbstractJettyJunit4Test
B
- build() - Method in class com.github.mjeanroy.junit.servers.jetty.EmbeddedJettyConfiguration.Builder
- build(Class<?>) - Method in interface com.github.mjeanroy.junit.servers.jetty.EmbeddedJettyConfigurationProvider
-
Create
EmbeddedJettyConfigurationfor given test class. - builder() - Static method in class com.github.mjeanroy.junit.servers.jetty.EmbeddedJettyConfiguration
-
Get configuration builder.
C
- canEqual(Object) - Method in class com.github.mjeanroy.junit.servers.jetty.EmbeddedJettyConfiguration
- com.github.mjeanroy.junit.servers.jetty - package com.github.mjeanroy.junit.servers.jetty
- com.github.mjeanroy.junit.servers.jetty.exceptions - package com.github.mjeanroy.junit.servers.jetty.exceptions
- com.github.mjeanroy.junit.servers.jetty.junit4 - package com.github.mjeanroy.junit.servers.jetty.junit4
- com.github.mjeanroy.junit.servers.jetty.jupiter - package com.github.mjeanroy.junit.servers.jetty.jupiter
- createFrom(Class<?>) - Static method in class com.github.mjeanroy.junit.servers.jetty.EmbeddedJettyFactory
-
Instantiate embedded jetty from given test class.
- createFrom(Class<?>, AbstractConfiguration) - Static method in class com.github.mjeanroy.junit.servers.jetty.EmbeddedJettyFactory
-
Instantiate embedded jetty from given test class, with given provided configuration (may be
null).
D
- defaultConfiguration() - Static method in class com.github.mjeanroy.junit.servers.jetty.EmbeddedJettyConfiguration
-
Get default configuration.
- disableStopAtShutdown() - Method in class com.github.mjeanroy.junit.servers.jetty.EmbeddedJettyConfiguration.Builder
-
Set
EmbeddedJettyConfiguration.Builder.stopAtShutdowntofalse. - doGetPort() - Method in class com.github.mjeanroy.junit.servers.jetty.EmbeddedJetty
- doStart() - Method in class com.github.mjeanroy.junit.servers.jetty.EmbeddedJetty
- doStop() - Method in class com.github.mjeanroy.junit.servers.jetty.EmbeddedJetty
E
- EmbeddedJetty - Class in com.github.mjeanroy.junit.servers.jetty
-
Jetty Embedded Server.mv
- EmbeddedJetty() - Constructor for class com.github.mjeanroy.junit.servers.jetty.EmbeddedJetty
-
Build default embedded jetty server.
- EmbeddedJetty(EmbeddedJettyConfiguration) - Constructor for class com.github.mjeanroy.junit.servers.jetty.EmbeddedJetty
-
Build embedded jetty server.
- EmbeddedJettyConfiguration - Class in com.github.mjeanroy.junit.servers.jetty
-
Jetty configuration settings.
- EmbeddedJettyConfiguration.Builder - Class in com.github.mjeanroy.junit.servers.jetty
-
Builder for
EmbeddedJettyConfigurationinstances. - EmbeddedJettyConfigurationProvider - Interface in com.github.mjeanroy.junit.servers.jetty
-
A
EmbeddedJettyConfigurationprovider. - EmbeddedJettyFactory - Class in com.github.mjeanroy.junit.servers.jetty
-
Static factories for
EmbeddedJettythat can be used in JUnit 4 Runner implementation or JUnit Jupiter Extension. - EmbeddedJettyProvider - Class in com.github.mjeanroy.junit.servers.jetty
-
Jetty Embedded Server provider, used by the service provider interface from the JDK.
- EmbeddedJettyProvider() - Constructor for class com.github.mjeanroy.junit.servers.jetty.EmbeddedJettyProvider
- enableStopAtShutdown() - Method in class com.github.mjeanroy.junit.servers.jetty.EmbeddedJettyConfiguration.Builder
-
Set
EmbeddedJettyConfiguration.Builder.stopAtShutdowntotrue. - equals(Object) - Method in class com.github.mjeanroy.junit.servers.jetty.EmbeddedJettyConfiguration
G
- getBaseResource() - Method in class com.github.mjeanroy.junit.servers.jetty.EmbeddedJettyConfiguration.Builder
-
Get current
EmbeddedJettyConfiguration.Builder.baseResourcevalue. - getBaseResource() - Method in class com.github.mjeanroy.junit.servers.jetty.EmbeddedJettyConfiguration
-
Get
EmbeddedJettyConfiguration.baseResource. - getContainerJarPattern() - Method in class com.github.mjeanroy.junit.servers.jetty.EmbeddedJettyConfiguration.Builder
-
Get current
EmbeddedJettyConfiguration.Builder.containerJarPatternvalue. - getContainerJarPattern() - Method in class com.github.mjeanroy.junit.servers.jetty.EmbeddedJettyConfiguration
-
Get
EmbeddedJettyConfiguration.containerJarPattern - getDelegate() - Method in class com.github.mjeanroy.junit.servers.jetty.EmbeddedJetty
- getScheme() - Method in class com.github.mjeanroy.junit.servers.jetty.EmbeddedJetty
- getServletContext() - Method in class com.github.mjeanroy.junit.servers.jetty.EmbeddedJetty
- getStopTimeout() - Method in class com.github.mjeanroy.junit.servers.jetty.EmbeddedJettyConfiguration.Builder
-
Get current
EmbeddedJettyConfiguration.Builder.stopTimeoutvalue. - getStopTimeout() - Method in class com.github.mjeanroy.junit.servers.jetty.EmbeddedJettyConfiguration
-
Get
EmbeddedJettyConfiguration.stopTimeout. - getWebInfJarPattern() - Method in class com.github.mjeanroy.junit.servers.jetty.EmbeddedJettyConfiguration.Builder
-
Get current
EmbeddedJettyConfiguration.Builder.webInfJarPatternvalue. - getWebInfJarPattern() - Method in class com.github.mjeanroy.junit.servers.jetty.EmbeddedJettyConfiguration
-
Get
EmbeddedJettyConfiguration.webInfJarPattern
H
- hashCode() - Method in class com.github.mjeanroy.junit.servers.jetty.EmbeddedJettyConfiguration
I
- IllegalJettyConfigurationException - Exception in com.github.mjeanroy.junit.servers.jetty.exceptions
-
Error thrown when jetty configuration is not valid.
- IllegalJettyConfigurationException() - Constructor for exception com.github.mjeanroy.junit.servers.jetty.exceptions.IllegalJettyConfigurationException
-
Create exception with default message.
- instantiate() - Method in class com.github.mjeanroy.junit.servers.jetty.EmbeddedJettyProvider
- instantiate(EmbeddedJettyConfiguration) - Method in class com.github.mjeanroy.junit.servers.jetty.EmbeddedJettyProvider
- instantiateServer(Class<?>, AbstractConfiguration) - Method in class com.github.mjeanroy.junit.servers.jetty.jupiter.JettyServerExtension
- isStopAtShutdown() - Method in class com.github.mjeanroy.junit.servers.jetty.EmbeddedJettyConfiguration.Builder
-
Get current
EmbeddedJettyConfiguration.Builder.stopAtShutdownvalue. - isStopAtShutdown() - Method in class com.github.mjeanroy.junit.servers.jetty.EmbeddedJettyConfiguration
-
Get
EmbeddedJettyConfiguration.stopAtShutdown.
J
- JettyConfiguration - Annotation Type in com.github.mjeanroy.junit.servers.jetty
-
Annotation that can be used to specify
EmbeddedJettyConfigurationprovider that will be used to create newEmbeddedJettyConfigurationand use it for the test suite. - JettyServerExtension - Class in com.github.mjeanroy.junit.servers.jetty.jupiter
-
A specialized
JunitServerExtensionthat will instantiate anEmbeddedJettyserver automatically instead of using the Service Provider API. - JettyServerExtension() - Constructor for class com.github.mjeanroy.junit.servers.jetty.jupiter.JettyServerExtension
-
Create the jupiter with default behavior.
- JettyServerExtension(EmbeddedJetty) - Constructor for class com.github.mjeanroy.junit.servers.jetty.jupiter.JettyServerExtension
-
Create the jupiter and specify the embedded jetty instance to use.
- JettyServerExtension(EmbeddedJettyConfiguration) - Constructor for class com.github.mjeanroy.junit.servers.jetty.jupiter.JettyServerExtension
-
Create the jupiter and specify the embedded jetty configuration to use (when using * jupiter with
RegisterExtension). - JettyServerJunit4Rule - Class in com.github.mjeanroy.junit.servers.jetty.junit4
-
Rule that can be used to start and stop embedded jetty server.
- JettyServerJunit4Rule() - Constructor for class com.github.mjeanroy.junit.servers.jetty.junit4.JettyServerJunit4Rule
-
Create rule using jetty as embedded server.
- JettyServerJunit4Rule(EmbeddedJetty) - Constructor for class com.github.mjeanroy.junit.servers.jetty.junit4.JettyServerJunit4Rule
-
Create rule.
- JettyServerJunit4Rule(EmbeddedJettyConfiguration) - Constructor for class com.github.mjeanroy.junit.servers.jetty.junit4.JettyServerJunit4Rule
-
Create rule.
- JettyServerJunit4Runner - Class in com.github.mjeanroy.junit.servers.jetty.junit4
-
Rule that can be used to start and stop embedded jetty server.
- JettyServerJunit4Runner(Class<?>) - Constructor for class com.github.mjeanroy.junit.servers.jetty.junit4.JettyServerJunit4Runner
-
Create runner.
- JettyTest - Annotation Type in com.github.mjeanroy.junit.servers.jetty.jupiter
-
Exception used to create a test with
JettyServerExtension.
P
- providedBy() - Element in annotation type com.github.mjeanroy.junit.servers.jetty.JettyConfiguration
-
The configuration provider.
S
- self() - Method in class com.github.mjeanroy.junit.servers.jetty.EmbeddedJettyConfiguration.Builder
- server - Static variable in class com.github.mjeanroy.junit.servers.jetty.junit4.AbstractJettyJunit4Test
-
The started embedded server.
T
- toString() - Method in class com.github.mjeanroy.junit.servers.jetty.EmbeddedJettyConfiguration
W
- withBaseResource(Resource) - Method in class com.github.mjeanroy.junit.servers.jetty.EmbeddedJettyConfiguration.Builder
-
Change
EmbeddedJettyConfiguration.Builder.baseResourcevalue. - withContainerJarPattern(String) - Method in class com.github.mjeanroy.junit.servers.jetty.EmbeddedJettyConfiguration.Builder
-
Change
EmbeddedJettyConfiguration.Builder.containerJarPatternvalue. - withStopTimeout(int) - Method in class com.github.mjeanroy.junit.servers.jetty.EmbeddedJettyConfiguration.Builder
-
Update
EmbeddedJettyConfiguration.Builder.stopTimeoutvalue. - withWebInfJarPattern(String) - Method in class com.github.mjeanroy.junit.servers.jetty.EmbeddedJettyConfiguration.Builder
-
Change
EmbeddedJettyConfiguration.Builder.webInfJarPatternvalue.
All Classes and Interfaces|All Packages|Serialized Form