Robotlegs.Mvcs.Support.TestContext.TestContext C# (CSharp) Méthode

TestContext() public méthode

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