public class BatchTestContextCustomizer
extends java.lang.Object
implements org.springframework.test.context.ContextCustomizer
ContextCustomizer
implementation that adds batch test utility classes
(JobLauncherTestUtils
and JobRepositoryTestUtils
) as beans in
the test context.Constructor and Description |
---|
BatchTestContextCustomizer() |
Modifier and Type | Method and Description |
---|---|
void |
customizeContext(org.springframework.context.ConfigurableApplicationContext context,
org.springframework.test.context.MergedContextConfiguration mergedConfig) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public void customizeContext(org.springframework.context.ConfigurableApplicationContext context, org.springframework.test.context.MergedContextConfiguration mergedConfig)
customizeContext
in interface org.springframework.test.context.ContextCustomizer
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object