What does the @DirtiesContext annotation signal to the Spring test framework?
-
A
The test uses a dirty read database isolation level
-
B
The Spring application context should be closed and rebuilt after the test
-
C
Mock beans should be reset between test methods
-
D
The test is expected to throw an exception