Robotlegs.Mvcs.Support.TestContext.TestContext C# (CSharp) Method

TestContext() public method

public TestContext ( FrameworkElement contextView = null, bool autoStartup = true ) : System.Windows
contextView System.Windows.FrameworkElement
autoStartup bool
return System.Windows
        public TestContext( FrameworkElement contextView = null, bool autoStartup = true)
            : base(contextView, autoStartup)
        {
        }