示例#1
0
 public void GetRandomKeyTest()
 {
     string key = _provider.GetRandomKey();
     key.ShouldNotBeNull();
 }