コード例 #1
0
    public BaseRecipeRunner(Microsoft.Practices.RecipeFramework.GuidancePackage guidancePackage, string recipeName, BaseTest parentTest)
    {
      this.guidancePackage = guidancePackage;
      this.recipeName = recipeName;
      this.parentTest = parentTest;

      DirectoryInfo binDebugFolder = new DirectoryInfo(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location));
      DirectoryInfo solutionDir = binDebugFolder.Parent.Parent.Parent;
      testDataRootDir = Path.Combine(solutionDir.FullName, "TestData");
    }
        public BaseWebFeatureRecipeRunner(Microsoft.Practices.RecipeFramework.GuidancePackage guidancePackage, string recipeName, BaseTest parentTest) :
			base(guidancePackage, recipeName, parentTest)
		{
		}
コード例 #3
0
			public RecipeRunner_HideCustomAction(Microsoft.Practices.RecipeFramework.GuidancePackage guidancePackage, BaseTest _parentTest) : 
				base(guidancePackage, "HideCustomAction", _parentTest)
			{
				NotSandboxSupported = false;
			}
コード例 #4
0
			public RecipeRunner_EmptyBCSModel(Microsoft.Practices.RecipeFramework.GuidancePackage guidancePackage, BaseTest _parentTest) : 
				base(guidancePackage, "EmptyBCSModel", _parentTest)
			{
				NotSandboxSupported = true;
			}
コード例 #5
0
			public RecipeRunner_BCSModelFromDatabaseWithSQLQueries(Microsoft.Practices.RecipeFramework.GuidancePackage guidancePackage, BaseTest _parentTest) : 
				base(guidancePackage, "BCSModelFromDatabaseWithSQLQueries", _parentTest)
			{
				NotSandboxSupported = true;
			}
コード例 #6
0
			public RecipeRunner_BCSDesignWithAssembly(Microsoft.Practices.RecipeFramework.GuidancePackage guidancePackage, BaseTest _parentTest) : 
				base(guidancePackage, "BCSDesignWithAssembly", _parentTest)
			{
				NotSandboxSupported = true;
			}
コード例 #7
0
			public RecipeRunner_MSBuildTask(Microsoft.Practices.RecipeFramework.GuidancePackage guidancePackage, BaseTest _parentTest) : 
				base(guidancePackage, "MSBuildTask", _parentTest)
			{
				NotSandboxSupported = false;
			}
コード例 #8
0
			public RecipeRunner_VisualWebPart(Microsoft.Practices.RecipeFramework.GuidancePackage guidancePackage, BaseTest _parentTest) : 
				base(guidancePackage, "VisualWebPart", _parentTest)
			{
				NotSandboxSupported = true;
			}
コード例 #9
0
			public RecipeRunner_SPCmdLetWithPipeBind(Microsoft.Practices.RecipeFramework.GuidancePackage guidancePackage, BaseTest _parentTest) : 
				base(guidancePackage, "SPCmdLetWithPipeBind", _parentTest)
			{
				NotSandboxSupported = true;
			}
コード例 #10
0
			public RecipeRunner_DelegateControlCS(Microsoft.Practices.RecipeFramework.GuidancePackage guidancePackage, BaseTest _parentTest) : 
				base(guidancePackage, "DelegateControlCS", _parentTest)
			{
				NotSandboxSupported = true;
			}
コード例 #11
0
			public RecipeRunner_LinqToSharePoint(Microsoft.Practices.RecipeFramework.GuidancePackage guidancePackage, BaseTest _parentTest) : 
				base(guidancePackage, "LinqToSharePoint", _parentTest)
			{
				NotSandboxSupported = false;
			}
コード例 #12
0
			public RecipeRunner_ContentTypeFieldRef(Microsoft.Practices.RecipeFramework.GuidancePackage guidancePackage, BaseTest _parentTest) : 
				base(guidancePackage, "ContentTypeFieldRef", _parentTest)
			{
				NotSandboxSupported = false;
			}
コード例 #13
0
			public RecipeRunner_LayoutsFile(Microsoft.Practices.RecipeFramework.GuidancePackage guidancePackage, BaseTest _parentTest) : 
				base(guidancePackage, "LayoutsFile", _parentTest)
			{
				NotSandboxSupported = true;
			}
コード例 #14
0
			public RecipeRunner_ApplicationResourceFile(Microsoft.Practices.RecipeFramework.GuidancePackage guidancePackage, BaseTest _parentTest) : 
				base(guidancePackage, "ApplicationResourceFile", _parentTest)
			{
				NotSandboxSupported = true;
			}
 public LinqToSharePointTest(Microsoft.Practices.RecipeFramework.GuidancePackage guidancePackage, string recipeName, BaseTest parentTest) :
     base(guidancePackage, recipeName, parentTest)
 {
 }
コード例 #16
0
 public BaseWebFeatureRecipeRunner(Microsoft.Practices.RecipeFramework.GuidancePackage guidancePackage, string recipeName, BaseTest parentTest) :
     base(guidancePackage, recipeName, parentTest)
 {
 }
コード例 #17
0
			public RecipeRunner_HttpHandler(Microsoft.Practices.RecipeFramework.GuidancePackage guidancePackage, BaseTest _parentTest) : 
				base(guidancePackage, "HttpHandler", _parentTest)
			{
				NotSandboxSupported = true;
			}
コード例 #18
0
			public RecipeRunner_SimpleWorkflow(Microsoft.Practices.RecipeFramework.GuidancePackage guidancePackage, BaseTest _parentTest) : 
				base(guidancePackage, "SimpleWorkflow", _parentTest)
			{
				NotSandboxSupported = false;
			}
コード例 #19
0
			public RecipeRunner_RibbonTab(Microsoft.Practices.RecipeFramework.GuidancePackage guidancePackage, BaseTest _parentTest) : 
				base(guidancePackage, "RibbonTab", _parentTest)
			{
				NotSandboxSupported = false;
			}
コード例 #20
0
			public RecipeRunner_PowerShellProject(Microsoft.Practices.RecipeFramework.GuidancePackage guidancePackage, BaseTest _parentTest) : 
				base(guidancePackage, "PowerShellProject", _parentTest)
			{
				NotSandboxSupported = false;
			}
コード例 #21
0
			public RecipeRunner_MinimalCAS(Microsoft.Practices.RecipeFramework.GuidancePackage guidancePackage, BaseTest _parentTest) : 
				base(guidancePackage, "MinimalCAS", _parentTest)
			{
				NotSandboxSupported = true;
			}
コード例 #22
0
			public RecipeRunner_BCSListInstance(Microsoft.Practices.RecipeFramework.GuidancePackage guidancePackage, BaseTest _parentTest) : 
				base(guidancePackage, "BCSListInstance", _parentTest)
			{
				NotSandboxSupported = true;
			}
コード例 #23
0
			public RecipeRunner_WebPartPermission(Microsoft.Practices.RecipeFramework.GuidancePackage guidancePackage, BaseTest _parentTest) : 
				base(guidancePackage, "WebPartPermission", _parentTest)
			{
				NotSandboxSupported = false;
			}
コード例 #24
0
			public RecipeRunner_BCSQuickDeployIncAssembly(Microsoft.Practices.RecipeFramework.GuidancePackage guidancePackage, BaseTest _parentTest) : 
				base(guidancePackage, "BCSQuickDeployIncAssembly", _parentTest)
			{
				NotSandboxSupported = false;
			}
コード例 #25
0
			public RecipeRunner_SilverlightApplicationSampleTaskAdder(Microsoft.Practices.RecipeFramework.GuidancePackage guidancePackage, BaseTest _parentTest) : 
				base(guidancePackage, "SilverlightApplicationSampleTaskAdder", _parentTest)
			{
				NotSandboxSupported = false;
			}
コード例 #26
0
			public RecipeRunner_UnsecuredApplicationPage(Microsoft.Practices.RecipeFramework.GuidancePackage guidancePackage, BaseTest _parentTest) : 
				base(guidancePackage, "UnsecuredApplicationPage", _parentTest)
			{
				NotSandboxSupported = true;
			}
コード例 #27
0
			public RecipeRunner_FeatureStapling(Microsoft.Practices.RecipeFramework.GuidancePackage guidancePackage, BaseTest _parentTest) : 
				base(guidancePackage, "FeatureStapling", _parentTest)
			{
				NotSandboxSupported = false;
			}
コード例 #28
0
			public RecipeRunner_ItemEventReceiver(Microsoft.Practices.RecipeFramework.GuidancePackage guidancePackage, BaseTest _parentTest) : 
				base(guidancePackage, "ItemEventReceiver", _parentTest)
			{
				NotSandboxSupported = false;
			}
コード例 #29
0
			public RecipeRunner_TeamSiteDefinition(Microsoft.Practices.RecipeFramework.GuidancePackage guidancePackage, BaseTest _parentTest) : 
				base(guidancePackage, "TeamSiteDefinition", _parentTest)
			{
				NotSandboxSupported = false;
			}
コード例 #30
0
        public BaseRecipeRunner(Microsoft.Practices.RecipeFramework.GuidancePackage guidancePackage, string recipeName, BaseTest parentTest)
        {
            this.guidancePackage = guidancePackage;
            this.recipeName      = recipeName;
            this.parentTest      = parentTest;

            DirectoryInfo binDebugFolder = new DirectoryInfo(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location));
            DirectoryInfo solutionDir    = binDebugFolder.Parent.Parent.Parent;

            testDataRootDir = Path.Combine(solutionDir.FullName, "TestData");
        }
コード例 #31
0
			public RecipeRunner_FilterProviderWebPart(Microsoft.Practices.RecipeFramework.GuidancePackage guidancePackage, BaseTest _parentTest) : 
				base(guidancePackage, "FilterProviderWebPart", _parentTest)
			{
				NotSandboxSupported = false;
			}
コード例 #32
0
 public LinqToSharePointTest(Microsoft.Practices.RecipeFramework.GuidancePackage guidancePackage, string recipeName, BaseTest parentTest) :
     base(guidancePackage, recipeName, parentTest)
 {
 }
コード例 #33
0
			public RecipeRunner_SimpleFilterConsumerWebPart(Microsoft.Practices.RecipeFramework.GuidancePackage guidancePackage, BaseTest _parentTest) : 
				base(guidancePackage, "SimpleFilterConsumerWebPart", _parentTest)
			{
				NotSandboxSupported = true;
			}