public void TestForAppealingByAddress2() { LM3 aLM3 = new LM3(String.Empty); Variable aVariable = new Variable(new BigInteger(23).ToString()); aLM3.SetCellByAddress("213", aVariable); Assert.AreSame(aVariable, aLM3.GetMemorySection().GetCellByAddress("213")); }
public void TestForAppealingByAddress() { LM3 aLM3 = new LM3(String.Empty); aLM3.GetMemorySection().GetCellByAddress("213"); }
public void TestForAddressCorrectness2() { LM3 aLM3 = new LM3(String.Empty); aLM3.GetMemorySection().GetCellByAddress("70000"); }