1 16 package org.apache.commons.logging; 17 18 import junit.framework.TestCase; 19 20 26 public class NullClassLoaderTestCase extends TestCase { 27 28 30 33 public static void main(String [] args){ 34 String [] testCaseName = { NullClassLoaderTestCase.class.getName() }; 35 junit.textui.TestRunner.main(testCaseName); 36 } 37 38 40 45 public void testSameLogObject() throws Exception { 46 } 50 } 51 | Popular Tags |