2010-03-12 Jb Evain <jbevain@novell.com>
[mono.git] / mcs / class / System.ServiceModel / Test / FeatureBased / Features.Serialization / AsyncPatternTester.cs
1 using System;\r
2 using System.Collections.Generic;\r
3 using System.Text;\r
4 using Proxy.MonoTests.Features.Client;\r
5 using NUnit.Framework;\r
6 using System.ServiceModel;\r
7 using MonoTests.Features.Contracts;\r
8 using System.Threading;\r
9 \r
10 namespace MonoTests.Features.Serialization\r
11 {\r
12         [TestFixture]\r
13         public class AsyncPatternTest : TestFixtureBase<AsyncPatternClient, AsyncPatternServer, MonoTests.Features.Contracts.IAsyncPattern>\r
14         {\r
15 \r
16                 [Test]\r
17                 [Category("NotWorking")]\r
18                 public void TestAsync () {\r
19                         Assert.AreEqual (ClientProxy.AsyncMethod (), 3, "Called method with AsyncPattern=true");\r
20                 }\r
21         }\r
22 }