In what order is multiple @Before annotated methods run?
(a) Oldest First
(b) Newest First
(c) Randomly
(d) According to argument list
The question was asked during an interview.
My doubt stems from Testing the Controller Component topic in portion Mastering JUnit of JUnit