The classes ComponentTest and SubsystemTest are annotated with @RunWith(SpringJUnit4ClassRunner.class). Therefore, this annotation is not needed in any subclasses which extend either of these classes.
This PR removes the @RunWith annotation where necessary.
The classes
ComponentTest
andSubsystemTest
are annotated with@RunWith(SpringJUnit4ClassRunner.class)
. Therefore, this annotation is not needed in any subclasses which extend either of these classes.This PR removes the
@RunWith
annotation where necessary.