コード例 #1
0
        public static IMatcher SetTestMatcher(this ITestingContext context)
        {
            var matcher = context.GetMatcher();

            context.Storage.Set(matcher, "matcher");
            return(matcher);
        }
コード例 #2
0
ファイル: TaxGiven.cs プロジェクト: repinvv/TestingContext
 public TaxGiven(TestingContext context)
 {
     this.context = context;
 }
コード例 #3
0
 public EmployeeWhen(TestingContext context)
 {
     this.context = context;
 }
コード例 #4
0
 public InsuranceThen(TestingContext context)
 {
     this.context = context;
 }
コード例 #5
0
 public PerfTest(TestingContext context)
 {
     this.context = context;
 }
コード例 #6
0
 public CompanyThen(TestingContext context)
 {
     this.context = context;
 }
コード例 #7
0
 public InsuranceGiven(TestingContext context)
 {
     this.context = context;
 }
コード例 #8
0
 public WorkProjectWhen(TestingContext context)
 {
     this.context = context;
 }
コード例 #9
0
 public CompanyPropertyWhen(TestingContext context)
 {
     this.context = context;
 }
コード例 #10
0
 public ThenException(TestingContext context)
 {
     this.context = context;
 }
コード例 #11
0
 public LoggerMustProduceInfo(TestingContext context)
 {
     this.context = context;
 }
コード例 #12
0
ファイル: TaxGiven.cs プロジェクト: repinvv/TestingContext
 public TaxGiven(TestingContext context)
 {
     this.context = context;
 }
コード例 #13
0
 public CompanyPropertyGiven(TestingContext context)
 {
     this.context = context;
 }
コード例 #14
0
 public PerfTest(TestingContext context)
 {
     this.context = context;
 }
コード例 #15
0
 public ThenException(TestingContext context)
 {
     this.context = context;
 }
コード例 #16
0
 public DepartmentGiven(TestingContext context)
 {
     this.context = context;
 }
コード例 #17
0
ファイル: CompanyWhen.cs プロジェクト: repinvv/TestingContext
 public CompanyWhen(TestingContext context)
 {
     this.context = context;
 }
コード例 #18
0
 public AssignmentThen(TestingContext context)
 {
     this.context = context;
 }
コード例 #19
0
 public DepartmentWhen(TestingContext context)
 {
     this.context = context;
 }
コード例 #20
0
 public WorkProjectWhen(TestingContext context)
 {
     this.context = context;
 }
コード例 #21
0
 public static IMatcher TestMatcher(this ITestingContext context)
 {
     return(context.Storage.Get <IMatcher>("matcher"));
 }
コード例 #22
0
 public AssignmentThen(TestingContext context)
 {
     this.context = context;
 }
コード例 #23
0
 public EmployeeWhen(TestingContext context)
 {
     this.context = context;
 }
コード例 #24
0
 public LoggerMustProduceInfo(TestingContext context)
 {
     this.context = context;
 }