package com.jsonde.agent; import junit.framework.TestCase; import java.io.File; public class JSondeAgentTest extends TestCase { public void testJSondeAgent() throws Exception { File file = new File("."); } }