Index

C F I M O P T V 
All Classes and Interfaces|All Packages|Constant Field Values

C

ClassPathExclusions - Annotation Interface in org.springframework.cloud.test
Taken from Spring Boot test utils. https://github.com/spring-projects/spring-boot/blob/ 1.4.x/spring-boot/src/test/java/org/springframework/boot/testutil/ClassPathExclusions.java
ClassPathOverrides - Annotation Interface in org.springframework.cloud.test
Annotation used in combination with ModifiedClassPathExtension to override entries on the classpath.
createTest() - Method in class org.springframework.cloud.test.ModifiedClassPathRunner
Deprecated.
 
createTestClass(Class) - Method in class org.springframework.cloud.test.ModifiedClassPathRunner
Deprecated.
 

F

findAvailableTcpPort() - Static method in class org.springframework.cloud.test.TestSocketUtils
Find an available TCP port randomly selected from the range [1024, 65535].
findAvailableTcpPort(int) - Static method in class org.springframework.cloud.test.TestSocketUtils
Find an available TCP port randomly selected from the range [minPort, 65535].
findAvailableTcpPort(int, int) - Static method in class org.springframework.cloud.test.TestSocketUtils
Find an available TCP port randomly selected from the range [minPort, maxPort].
findAvailableTcpPorts(int) - Static method in class org.springframework.cloud.test.TestSocketUtils
Find the requested number of available TCP ports, each randomly selected from the range [1024, 65535].
findAvailableTcpPorts(int, int, int) - Static method in class org.springframework.cloud.test.TestSocketUtils
Find the requested number of available TCP ports, each randomly selected from the range [minPort, maxPort].
findAvailableUdpPort() - Static method in class org.springframework.cloud.test.TestSocketUtils
Find an available UDP port randomly selected from the range [1024, 65535].
findAvailableUdpPort(int) - Static method in class org.springframework.cloud.test.TestSocketUtils
Find an available UDP port randomly selected from the range [minPort, 65535].
findAvailableUdpPort(int, int) - Static method in class org.springframework.cloud.test.TestSocketUtils
Find an available UDP port randomly selected from the range [minPort, maxPort].
findAvailableUdpPorts(int) - Static method in class org.springframework.cloud.test.TestSocketUtils
Find the requested number of available UDP ports, each randomly selected from the range [1024, 65535].
findAvailableUdpPorts(int, int, int) - Static method in class org.springframework.cloud.test.TestSocketUtils
Find the requested number of available UDP ports, each randomly selected from the range [minPort, maxPort].

I

interceptAfterAllMethod(InvocationInterceptor.Invocation, ReflectiveInvocationContext, ExtensionContext) - Method in class org.springframework.cloud.test.ModifiedClassPathExtension
 
interceptAfterEachMethod(InvocationInterceptor.Invocation, ReflectiveInvocationContext, ExtensionContext) - Method in class org.springframework.cloud.test.ModifiedClassPathExtension
 
interceptBeforeAllMethod(InvocationInterceptor.Invocation, ReflectiveInvocationContext, ExtensionContext) - Method in class org.springframework.cloud.test.ModifiedClassPathExtension
 
interceptBeforeEachMethod(InvocationInterceptor.Invocation, ReflectiveInvocationContext, ExtensionContext) - Method in class org.springframework.cloud.test.ModifiedClassPathExtension
 
interceptTestMethod(InvocationInterceptor.Invocation, ReflectiveInvocationContext, ExtensionContext) - Method in class org.springframework.cloud.test.ModifiedClassPathExtension
 
interceptTestTemplateMethod(InvocationInterceptor.Invocation, ReflectiveInvocationContext, ExtensionContext) - Method in class org.springframework.cloud.test.ModifiedClassPathExtension
 

M

ModifiedClassPathExtension - Class in org.springframework.cloud.test
A custom Extension that runs tests using a modified class path.
ModifiedClassPathExtension() - Constructor for class org.springframework.cloud.test.ModifiedClassPathExtension
 
ModifiedClassPathRunner - Class in org.springframework.cloud.test
Deprecated.
ModifiedClassPathRunner(Class) - Constructor for class org.springframework.cloud.test.ModifiedClassPathRunner
Deprecated.
 

O

org.springframework.cloud.test - package org.springframework.cloud.test
 

P

PORT_RANGE_MAX - Static variable in class org.springframework.cloud.test.TestSocketUtils
The default maximum value for port ranges used when finding an available socket port.
PORT_RANGE_MIN - Static variable in class org.springframework.cloud.test.TestSocketUtils
The default minimum value for port ranges used when finding an available socket port.

T

TestSocketUtils - Class in org.springframework.cloud.test
Simple utility methods for working with network sockets — for example, for finding available ports on localhost.
TestSocketUtils() - Constructor for class org.springframework.cloud.test.TestSocketUtils
 

V

value() - Element in annotation interface org.springframework.cloud.test.ClassPathExclusions
One or more Ant-style patterns that identify entries to be excluded from the class path.
value() - Element in annotation interface org.springframework.cloud.test.ClassPathOverrides
One or more sets of Maven coordinates (groupId:artifactId:version) to be added to the classpath.
C F I M O P T V 
All Classes and Interfaces|All Packages|Constant Field Values