KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > test > compliance > loading > PrivateMLetTEST


1 /*
2  * JBoss, the OpenSource J2EE webOS
3  *
4  * Distributable under LGPL license.
5  * See terms of license at gnu.org.
6  */

7
8 package test.compliance.loading;
9
10 import junit.framework.TestCase;
11
12 /**
13  * Private MLet tests. Should pass all the MLet tests as well.
14  *
15  * @author <a HREF="mailto:jplindfo@helsinki.fi">Juha Lindfors</a>
16  */

17 public class PrivateMLetTEST extends /*MLetTEST*/ TestCase
18
19    /* Extend MletTEST once per server loader repositories are implemented */
20    
21 {
22    public PrivateMLetTEST(String s)
23    {
24       super(s);
25    }
26 }
27
28
Popular Tags