Exemple #1
0
 public void UnregisterRegisteredScope()
 {
     OneTime.Register <ScopeLocal>();
     Assert.DoesNotThrow(OneTime.Unregsiter <ScopeLocal>);
 }
 public void SetUp()
 {
     OneTime.Register <ScopeLocal>();
     OneTime.Register <ScopeScene <ScopeLocal> >();
 }