* PITEST 1.12, 1.13 work only with Junit-4.10 :( * At Contest 2015, we got nailed by a CUT which is also used by MySBSTPack :( The order of the class paths is as such that MySBSTPack loads its own copy of the CUT, rather than the actual CUT. They turn out to be non-identical!! Resulting in the generated test suites that crash during replay. Solution for the next Contest-4: Do not use external libraries! The external libraries were only used to construct an implementation map. Do this separately with a command line program, and construct the map in a text-file, which can later be read by T3.