Index

A B C D E G H I J P S T W 
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 EmbeddedJettyConfiguration for 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.stopAtShutdown to false.
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 EmbeddedJettyConfiguration instances.
EmbeddedJettyConfigurationProvider - Interface in com.github.mjeanroy.junit.servers.jetty
EmbeddedJettyFactory - Class in com.github.mjeanroy.junit.servers.jetty
Static factories for EmbeddedJetty that 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.stopAtShutdown to true.
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.baseResource value.
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.containerJarPattern value.
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.stopTimeout value.
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.webInfJarPattern value.
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.stopAtShutdown value.
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 EmbeddedJettyConfiguration provider that will be used to create new EmbeddedJettyConfiguration and use it for the test suite.
JettyServerExtension - Class in com.github.mjeanroy.junit.servers.jetty.jupiter
A specialized JunitServerExtension that will instantiate an EmbeddedJetty server 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.baseResource value.
withContainerJarPattern(String) - Method in class com.github.mjeanroy.junit.servers.jetty.EmbeddedJettyConfiguration.Builder
Change EmbeddedJettyConfiguration.Builder.containerJarPattern value.
withStopTimeout(int) - Method in class com.github.mjeanroy.junit.servers.jetty.EmbeddedJettyConfiguration.Builder
Update EmbeddedJettyConfiguration.Builder.stopTimeout value.
withWebInfJarPattern(String) - Method in class com.github.mjeanroy.junit.servers.jetty.EmbeddedJettyConfiguration.Builder
Change EmbeddedJettyConfiguration.Builder.webInfJarPattern value.
A B C D E G H I J P S T W 
All Classes and Interfaces|All Packages|Serialized Form