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