st-tu-dresden / videoshop

SalesPoint sample application
Apache License 2.0
87 stars 246 forks source link

Test cases named Abstract... should be abstract classes #32

Closed odrotbohm closed 9 years ago

odrotbohm commented 9 years ago

Test cases in Videoshop are named Abstract but aren't abstract classes, actually. The Surefire plugin is configured to skip these in a Maven build but running the test cases in the IDE will cause errors. The classes should be made abstract.