Ejemplo n.º 1
0
 public void then_no_context_out_of_using_scope()
 {
     _before.Should().BeNull();
     _after.Should().BeNull();
 }
Ejemplo n.º 2
0
 public void then_context_is_init()
 {
     LogCastContext.Should().NotBeNull();
 }