Robotlegs.Mvcs.Support.TestContext.TestContext C# (CSharp) Метод

TestContext() публичный Метод

public TestContext ( FrameworkElement contextView = null, bool autoStartup = true ) : System.Windows
contextView System.Windows.FrameworkElement
autoStartup bool
Результат System.Windows
        public TestContext( FrameworkElement contextView = null, bool autoStartup = true)
            : base(contextView, autoStartup)
        {
        }