CDP4Reporting.Tests.Behaviour.ReportDesignerBehaviourTextFixture.SetUp C# (CSharp) Method

SetUp() private method

private SetUp ( ) : void
return void
        public void SetUp()
        {
            RxApp.MainThreadScheduler = Scheduler.CurrentThread;

            this.reportDesignerBehaviour = new ReportDesignerBehaviour();
        }