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

            RomTestUtils.testRomWithMemory(rom);
        }