yujian
2019-06-25 b7b8f2a4fe9059ef7b5470a68bb1b34787bc92b2
fanli/src/test/java/org/fanli/AppTest.java
@@ -1,14 +1,15 @@
package org.fanli;
import org.yeshi.utils.CMQUtil;
import org.junit.Ignore;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
 * Unit test for simple App.
 * Unit test for simple
 */
@Ignore
public class AppTest extends TestCase {
   /**
    * Create the test case
@@ -32,6 +33,6 @@
    */
   public void testApp() {
      assertTrue(true);
      CMQUtil.getInstance(null, null);
   }
}