KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > test > compatibility > test > CheckSerialUIDsIntoJBossJarTest


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

8 package org.jboss.test.compatibility.test;
9
10 import java.io.File JavaDoc;
11
12 import junit.framework.Test;
13 import junit.framework.TestCase;
14
15 /**
16  * @author clebert.suconic@jboss.com
17  * @version $Revision: 1.1.2.2 $
18  */

19 public class CheckSerialUIDsIntoJBossJarTest extends TestCase
20 {
21
22     public static Test suite() throws Exception JavaDoc
23     {
24         return TestDefinitionOfSerialVersionUID.createCompatilibitySuiteForLib("jboss.jar");
25     }
26 }
Popular Tags