A B C E G I O R S 
All Classes All Packages

A

afterAll(ExtensionContext) - Method in class org.kiwiproject.eureka.junit.EurekaServerExtension
 

B

beforeAll(ExtensionContext) - Method in class org.kiwiproject.eureka.junit.EurekaServerExtension
 

C

clearRegisteredApps() - Method in class org.kiwiproject.eureka.EmbeddedEurekaBootstrap
Cleans out all the registered applications inside of Eureka.
clearRegisteredApps() - Method in class org.kiwiproject.eureka.junit.EurekaServerExtension
Helper method to access EmbeddedEurekaServer#getRegistry()'s clearRegisteredApps().

E

EmbeddedEurekaBootstrap - Class in org.kiwiproject.eureka
Extension of Eureka's bootstrap but with added accessors to validate internal Eureka data.
EmbeddedEurekaBootstrap(DiscoveryClient) - Constructor for class org.kiwiproject.eureka.EmbeddedEurekaBootstrap
 
EmbeddedEurekaServer - Class in org.kiwiproject.eureka
Creates, configures, starts and stops an embedded Jetty server running a Eureka Server.
EmbeddedEurekaServer() - Constructor for class org.kiwiproject.eureka.EmbeddedEurekaServer
 
EmbeddedEurekaServer(String) - Constructor for class org.kiwiproject.eureka.EmbeddedEurekaServer
Creates a new EmbeddedEurekaServer allowing Jetty to pick an available port.
EUREKA_API_BASE_PATH - Static variable in class org.kiwiproject.eureka.junit.EurekaServerExtension
The base path at which the testing Eureka server will respond to requests.
EurekaServerExtension - Class in org.kiwiproject.eureka.junit
JUnit Jupiter extension that starts a local Eureka testing server before any test has run, and stops the server after all tests have (successfully or otherwise) completed.
EurekaServerExtension() - Constructor for class org.kiwiproject.eureka.junit.EurekaServerExtension
 
EurekaServerExtension(String) - Constructor for class org.kiwiproject.eureka.junit.EurekaServerExtension
 
EurekaTestHelpers - Class in org.kiwiproject.eureka
 
EurekaTestHelpers() - Constructor for class org.kiwiproject.eureka.EurekaTestHelpers
 

G

getEurekaPort() - Method in class org.kiwiproject.eureka.EmbeddedEurekaServer
Retrieves the port that the server is listening on.
getHeartbeatCount() - Method in class org.kiwiproject.eureka.EmbeddedEurekaBootstrap
Returns the count of heartbeat renewals in Eureka.
getHeartbeatCount() - Method in class org.kiwiproject.eureka.junit.EurekaServerExtension
Helper method to access EmbeddedEurekaServer#getRegistry()'s getHeartbeatCount().
getRegisteredApplication(String) - Method in class org.kiwiproject.eureka.EmbeddedEurekaBootstrap
Returns an Application with given appId if found from Eureka.
getRegisteredApplication(String) - Method in class org.kiwiproject.eureka.junit.EurekaServerExtension
Helper method to access EmbeddedEurekaServer#getRegistry()'s getRegisteredApplication(appId).
getRegisteredApplications() - Method in class org.kiwiproject.eureka.junit.EurekaServerExtension
Helper method to access EmbeddedEurekaServer#getRegistry()'s registeredApplications().

I

isApplicationRegistered(String) - Method in class org.kiwiproject.eureka.EmbeddedEurekaBootstrap
Checks to see if a given app is registered in Eureka.
isApplicationRegistered(String) - Method in class org.kiwiproject.eureka.junit.EurekaServerExtension
Helper method to access EmbeddedEurekaServer#getRegistry()'s isApplicationRegistered(appId).
isStarted() - Method in class org.kiwiproject.eureka.EmbeddedEurekaServer
Returns whether the server is running or not.
isStopped() - Method in class org.kiwiproject.eureka.EmbeddedEurekaServer
 

O

org.kiwiproject.eureka - package org.kiwiproject.eureka
 
org.kiwiproject.eureka.junit - package org.kiwiproject.eureka.junit
 

R

registerApplication(String, String, String, String) - Method in class org.kiwiproject.eureka.EmbeddedEurekaBootstrap
Loads an application instance in Eureka for later retrieval.
registerApplication(String, String, String, String) - Method in class org.kiwiproject.eureka.junit.EurekaServerExtension
Helper method to access EmbeddedEurekaServer#getRegistry()'s registerApplication(appName, instanceId, vipAddress, status).
registeredApplications() - Method in class org.kiwiproject.eureka.EmbeddedEurekaBootstrap
Returns a list of all the registered applications in Eureka.
resetStatsMonitor() - Static method in class org.kiwiproject.eureka.EurekaTestHelpers
THIS IS A TOTAL HACK!!!!!!!

S

start() - Method in class org.kiwiproject.eureka.EmbeddedEurekaServer
Starts the server.
stop() - Method in class org.kiwiproject.eureka.EmbeddedEurekaServer
Stops the server.
A B C E G I O R S 
All Classes All Packages