Migrate tests to AssertJ

Refactor all existing tests to use AssertJ assertions.
This commit is contained in:
Phillip Webb
2018-04-11 22:44:29 -07:00
parent 6493eae015
commit eb5211960c
67 changed files with 755 additions and 799 deletions

View File

@@ -56,4 +56,4 @@ public class ReactorTestRequestPostProcessorTests
.hasSpringBootStarterTest().hasDependenciesCount(2);
}
}
}

View File

@@ -58,4 +58,4 @@ public class CloudFoundryInfoContributorTests {
return builder.build();
}
}
}