KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > objectweb > celtix > bus > ws > rm > RMUtilsTest


1 package org.objectweb.celtix.bus.ws.rm;
2
3 import junit.framework.TestCase;
4
5 public class RMUtilsTest extends TestCase {
6     public void testRMUtils() {
7         assertNotNull(RMUtils.getRMConstants());
8         assertNotNull(RMUtils.getWSRMConfFactory());
9         assertNotNull(RMUtils.getWSRMFactory());
10     }
11 }
12
Popular Tags