package com.jsonde.util; import junit.framework.TestCase; public class ClassUtilsTest extends TestCase { public void testGetPackagesFromClassPath() throws Exception { ClassUtils.getPackagesFromClassPath(); } }