コード例 #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);
     }
 }