public void Execute(string filePath) { // All but the final test fails in the JVM var rom = new FileInfo(filePath); RomTestUtils.testMooneyeRom(rom); }
public void Execute(string filePath) { // Three of these tests fail in the JVM original. var rom = new FileInfo(filePath); RomTestUtils.testMooneyeRom(rom); }
public void Execute(string filePath) { // 9 JVM failures. var rom = new FileInfo(filePath); RomTestUtils.testMooneyeRom(rom); }