Description
The IntegrationTestBase class form a base class for all integration tests. This class defines two template methods, before() and after() that can be used to do something before the dependencies are resolved and after the dependencies are resolved. The names of these methods can be confused with the before/after annotations used by JUnit. We need to rethink their names and adapt the existing tests (+ website!) accordingly...