openlcb / OpenLCB_Java

Java implementation of OpenLCB / LCC protocols. This implementation operates inside JMRI, and can also be used inside Android apps.
6 stars 9 forks source link

remove PackageTest files #151

Closed pabender closed 5 years ago

pabender commented 5 years ago

This PR shifts the ant run* targets to using patterns to find tests, eliminating the need to maintain separate PackageTest files ( along with the AllTest file).

Maven already uses pattern matching to find tests.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 71.276% when pulling 3247e5291ca925ecf2e689e92e658c26bd0ab390 on pabender:master into 18bdddf569a7654c78b5b30be2b3076a82df0586 on openlcb:master.