Пример #1
0
 public void GenerateCodeWithMemoryTest(SolidityType type, string expected)
 {
     Assert.AreEqual(expected, type.GenerateCode(true));
 }
Пример #2
0
 public void GenerateCodeTest(SolidityType type, string expected)
 {
     Assert.AreEqual(expected, type.GenerateCode(false));
 }