SolutionGuidance / psm

Welcome to the Medicare/Medicaid Provider Enrollment Screening Portal
http://projectpsm.org/
Other
26 stars 20 forks source link

Move standalone test app into test source set #972

Closed jasonaowen closed 6 years ago

jasonaowen commented 6 years ago

This test application should not be included when building the PSM, but may yet be useful in verifying that our Drools rules work as expected. If and when we want more validation of our rules, we should convert this app into Spock tests.

Move DLSTester out of the main source set and into the test source set.

@mwolfthal had a version of this in #883; he's right that it needed to be fixed. This differs in that I put the file in src/test/java rather than src/test/groovy, and I added more detail to the commit message.