CCT.NUI.Tests.Core.OpenNI.DepthPointerDataSourceTests.Current_Value_Is_Set C# (CSharp) 메소드

Current_Value_Is_Set() 개인적인 메소드

private Current_Value_Is_Set ( ) : void
리턴 void
        public void Current_Value_Is_Set()
        {
            this.datasource.Start();
            this.generatorStub.Invoke();
            Assert.IsTrue(generatorStub.ImagePointer == datasource.CurrentValue);
            this.datasource.Stop();
        }
    }