Esempio n. 1
0
        public void TestCreateBooleanAndExecutor01()
        {
            BooleanAndExecutor booleanAndExecutor = CreateBooleanAndExecutor01();

            Assert.IsNotNull(booleanAndExecutor);
            #region Record State
            ValueRecorder recorder = new ValueRecorder();
            recorder.Record((int)ReflectionAccessor.Wrap(booleanAndExecutor).GetProperty("CurrentIndex"));
            recorder.FinishRecording();
            #endregion
        }
Esempio n. 2
0
        internal static BooleanAndExecutor CreateBooleanAndExecutor01()
        {
            BooleanAndExecutor booleanAndExecutor = new BooleanAndExecutor();

            return(booleanAndExecutor);
        }