29303132333435
import junit.framework.TestCase; public class TestTypeFacilityImpl extends TestCase { public void testNullClob() { assertNull(new TypeFacility().convertToRuntimeType((Clob)null)); }