public void DefineModulesInCodeDesktopLoadModuleCOnDemand() { ShellAction <WpfAppLauncher> .LoadModuleCOnDemand(); ShellAssertion <WpfAppLauncher> .AssertOnDemandDefineModulesInCodeCLoading(); }
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(); }