Ejemplo n.º 1
0
        public void TestCreateOperandExecutor01()
        {
            OperandExecutor operandExecutor = CreateOperandExecutor01();

            Assert.IsNotNull(operandExecutor);
            #region Record State
            ValueRecorder recorder = new ValueRecorder();
            recorder.Record((int)ReflectionAccessor.Wrap(operandExecutor).GetProperty("CurrentIndex"));
            recorder.FinishRecording();
            #endregion
        }
Ejemplo n.º 2
0
        internal static OperandExecutor CreateOperandExecutor01()
        {
            OperandExecutor operandExecutor = new OperandExecutor();

            return(operandExecutor);
        }