Exemplo n.º 1
0
        public void DefineModulesInCodeDesktopLoadModuleCOnDemand()
        {
            ShellAction <WpfAppLauncher> .LoadModuleCOnDemand();

            ShellAssertion <WpfAppLauncher> .AssertOnDemandDefineModulesInCodeCLoading();
        }
Exemplo n.º 2
0
        public void ConfigurationModuleDesktopLoadModuleCOnDemand()
        {
            ShellAction <WpfAppLauncher> .LoadModuleCOnDemand();

            ShellAssertion <WpfAppLauncher> .AssertOnDemandConfigurationModuleCLoading();
        }
        public void DirectoryLookupModuleDesktopLoadModuleCOnDemand()
        {
            ShellAction <WpfAppLauncher> .LoadModuleCOnDemand();

            ShellAssertion <WpfAppLauncher> .AssertOnDemandDirectoryLookupModuleCLoading();
        }
        public void DefineModulesInCodeSilverlightLoadModuleCOnDemand()
        {
            ShellAction <SilverlightAppLauncher> .LoadModuleCOnDemand();

            ShellAssertion <SilverlightAppLauncher> .AssertOnDemandDefineModulesInCodeCLoading();
        }