| PrivateMLetTEST.java |
/*
* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package test.compliance.loading;
import junit.framework.TestCase;
/**
* Private MLet tests. Should pass all the MLet tests as well.
*
* @author <a href="mailto:jplindfo@helsinki.fi">Juha Lindfors</a>
*/
public class PrivateMLetTEST extends /*MLetTEST*/ TestCase
/* Extend MletTEST once per server loader repositories are implemented */
{
public PrivateMLetTEST(String s)
{
super(s);
}
}
| PrivateMLetTEST.java |