Exemple #1
0
 public void TokenManagerCreateNewExceptionTest()
 {
     Assert.Throws <ArgumentNullException>(() => _tokenManager.CreateNew(null));
 }