**** Merged from MCS ****
[mono-project.git] / mcs / class / Mono.Security.Win32 / Test / Mono.Security.Cryptography / MD2CryptoServiceProviderTest.cs
blob0433d0bc361c3111b91cfb40897eb9db2064bb47
1 //
2 // MD4CryptoServiceProviderTest.cs - NUnit Test Cases for MD2 (RFC1319)
3 //
4 // Author:
5 // Sebastien Pouliot (spouliot@motus.com)
6 //
7 // (C) 2003 Motus Technologies Inc. (http://www.motus.com)
8 //
10 using System;
11 using NUnit.Framework;
12 using Mono.Security.Cryptography;
14 namespace MonoTests.Security.Cryptography {
16 [TestFixture]
17 public class MD2CryptoServiceProviderTest : MD2Test {
19 [SetUp]
20 public void Setup ()
22 hash = new MD2CryptoServiceProvider ();
25 // this will run ALL tests defined in MD2Test.cs with the MD2CryptoServiceProvider implementation