Exemple #1
0
        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);
        }
Exemple #4
0
 public void Test(FileInfo romPath) => RomTestUtils.TestMooneyeRom(romPath);
        public void Execute(string filePath)
        {
            var rom = new FileInfo(filePath);

            RomTestUtils.testRomWithMemory(rom);
        }