public void ThenTheContextsAreSet() { _context1.Should().Not.Be.Null(); _context2.Should().Not.Be.Null(); }
public void ThenTheContextIsSet() { _context.Should().Not.Be.Null(); }