RusticiSoftware / TinCanJava

Tin Can Java Library
http://rusticisoftware.github.io/TinCanJava/
Apache License 2.0
44 stars 46 forks source link

Removed Lombok + Fixed test cases #41

Closed alycklama closed 8 years ago

alycklama commented 8 years ago

Please remove Lombok, as it's a totally unecessary dependency that caused problems in our local project. I also changed the TestRemoteLRS as global variables were messing around with the test results. If you run the test many times, it will certainly fail at least once. I've introduced the JUnit @Before annotation, so that this global variable issue will not be an issue anymore in the future.