public void ThenTheContextsAreSet()
 {
     _context1.Should().Not.Be.Null();
     _context2.Should().Not.Be.Null();
 }
コード例 #2
0
 public void ThenTheContextIsSet()
 {
     _context.Should().Not.Be.Null();
 }