oasp / oasp4j

The Open Application Standard Platform for Java
Apache License 2.0
60 stars 303 forks source link

Removed @RunWith from alls subclasses of AbstractRestServiceTest #549

Closed jomora closed 7 years ago

jomora commented 7 years ago

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.

oasp-ci commented 7 years ago

Can one of the admins verify this patch?