Beispiel #1
0
        public void Execute()
        {
            string instructionString = new fitSharp.Slim.Service.Document(instructionTree).ToString();

            TestInterpreter.ExecuteInstructions(instructionString);
        }
Beispiel #2
0
 [Test] public void EmptyInstructionReturnEmptyList()
 {
     Assert.AreEqual("Slim -- V0.3\n000009:[000000:]", TestInterpreter.ExecuteInstructions("[000000:]"));
 }