gintool / gin

GI in No Time - a Simple Microframework for Genetic Improvement
MIT License
43 stars 21 forks source link

Incorporate Integration Tests #26

Closed drdrwhite closed 4 years ago

drdrwhite commented 6 years ago

The tests in IntegrationTests.java test the dynamic loading of in-memory compiled classes and use java assertions. These need to be turned into proper integration tests. I was unable to get these working with junit, because it interferes with the custom class loading.

So for now, integrating these into cradle to run on "gradle test" would be a good idea.

drdrwhite commented 6 years ago

This is done in a private fork and will be released later in 2018.

sandybrownlee commented 4 years ago

Fixed in v2.