public ViewComponentShouldReturnTestBuilder(ViewComponentTestContext testContext)
     : base(testContext)
 {
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="BaseTestBuilderWithViewComponent"/> class.
 /// </summary>
 /// <param name="testContext"><see cref="ViewComponentTestContext"/> containing data about the currently executed assertion chain.</param>
 public BaseTestBuilderWithViewComponent(ViewComponentTestContext testContext)
     : base(testContext)
 {
     this.TestContext = testContext;
 }
Esempio n. 3
0
 public ViewComponentShouldHaveTestBuilder(ViewComponentTestContext testContext)
     : base(testContext)
 {
     this.TestContext = testContext;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="BaseTestBuilderWithViewComponent"/> class.
 /// </summary>
 /// <param name="testContext"><see cref="ViewComponentTestContext"/> containing data about the currently executed assertion chain.</param>
 public BaseTestBuilderWithViewComponent(ViewComponentTestContext testContext)
     : base(testContext)
 {
     this.TestContext = testContext;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="ViewComponentTestBuilder"/> class.
 /// </summary>
 /// <param name="testContext"><see cref="ViewComponentTestContext"/> containing data about the currently executed assertion chain.</param>
 public ViewComponentTestBuilder(ViewComponentTestContext testContext)
     : base(testContext)
 {
 }
Esempio n. 6
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ViewComponentTestBuilder"/> class.
 /// </summary>
 /// <param name="testContext"><see cref="ViewComponentTestContext"/> containing data about the currently executed assertion chain.</param>
 public ViewComponentTestBuilder(ViewComponentTestContext testContext)
     : base(testContext)
 {
 }
Esempio n. 7
0
 public BaseTestBuilderWithViewComponentInvocation(ViewComponentTestContext testContext)
     : base(testContext)
 {
 }
 public AndViewComponentResultTestBuilder(ViewComponentTestContext testContext)
     : base(testContext)
 {
 }
 public BaseTestBuilderWithViewComponentResult(ViewComponentTestContext testContext)
     : base(testContext)
 {
 }