Exemplo n.º 1
0
 public void ThrowsExceptionWhenScopeDataDictionaryIsNull()
 {
     var args = new EndScopeArgs(new Logger(), null);
 }
Exemplo n.º 2
0
 public void ThrowsExceptionWhenLoggerIsNull()
 {
     var args = new EndScopeArgs(null, new Dictionary <string, object>());
 }