Monthly Archives: April 2015

Understanding JUnit method order execution

Originally posted on Gary Gregory:
[Note this additional post on this topic] With the addition of the ClassRule annotation in JUnit 4.9, I thought I’d come back and revisit JUnit test order execution. @ClassRule fills a gap in the JUnit…

Posted in Uncategorized | Tagged | Leave a comment

Finding JAVA_HOME on Windows and Linux

For windows: In general, this is not required for Linux system but if you need it, it is here. For Linux: Specials thanks to http://srcode.org/2014/05/07/detect-java-executable/

Posted in Uncategorized | Tagged , , | Leave a comment