Example #1
0
 public void TestClear()
 {
     TestRomiAsarLoad();
     data.Clear();
     byte[] reference = new byte[]
     {
         0x00,
         0x00,
         0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
         0x00, 0x00
     };
     AssertTweakBytes(data, reference);
     Assert.AreEqual("", data.AsmFile);
     AssertVersion(data, 1, 0);
 }