예제 #1
0
 public static void GetCipherMode_NoValidation()
 {
     using (Trivial t = new Trivial())
     {
         t.SetCipherMode(24601);
         Assert.Equal(24601, (int)t.Mode);
     }
 }
예제 #2
0
파일: Trivial.cs 프로젝트: dotnet/corefx
 public static void GetCipherMode_NoValidation()
 {
     using (Trivial t = new Trivial())
     {
         t.SetCipherMode(24601);
         Assert.Equal(24601, (int)t.Mode);
     }
 }