2005-04-12 Dick Porter <dick@ximian.com>
[mono.git] / mcs / class / System.XML / Test / System.Xml / nist_dom / ITest.cs
1 //**************************************************************************
2 //
3 //
4 //                       National Institute Of Standards and Technology
5 //                                     DTS Version 1.0
6 //         
7 //
8 //
9 // Ported to System.Xml by: Mizrahi Rafael rafim@mainsoft.com
10 // Mainsoft Corporation (c) 2003-2004
11 //
12 //**************************************************************************
13 using System;\r
14 \r
15 namespace nist_dom\r
16 {\r
17         /// <summary>\r
18         /// Summary description for ITest.\r
19         /// </summary>\r
20         public interface ITest\r
21         {\r
22         testResults[] RunTests();\r
23         }\r
24 }\r