mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 00:09:02 +00:00
Polishing
This commit is contained in:
@@ -144,8 +144,8 @@ class BootstrapUtilsTests {
|
||||
private void assertBootstrapper(Class<?> testClass, Class<?> expectedBootstrapper) {
|
||||
BootstrapContext bootstrapContext = BootstrapTestUtils.buildBootstrapContext(testClass, delegate);
|
||||
TestContextBootstrapper bootstrapper = resolveTestContextBootstrapper(bootstrapContext);
|
||||
assertThat(bootstrapper).isNotNull();
|
||||
assertThat(bootstrapper.getClass()).isEqualTo(expectedBootstrapper);
|
||||
assertThat(bootstrapper).isExactlyInstanceOf(expectedBootstrapper);
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user