Ejemplo n.º 1
0
        public void Execute(string filePath)
        {
            // All but the final test fails in the JVM

            var rom = new FileInfo(filePath);

            RomTestUtils.testMooneyeRom(rom);
        }
Ejemplo n.º 2
0
        public void Execute(string filePath)
        {
            // Three of these tests fail in the JVM original.

            var rom = new FileInfo(filePath);

            RomTestUtils.testMooneyeRom(rom);
        }
Ejemplo n.º 3
0
        public void Execute(string filePath)
        {
            // 9 JVM failures.

            var rom = new FileInfo(filePath);

            RomTestUtils.testMooneyeRom(rom);
        }