package com.flaremicro.crossjeeves; import static org.junit.Assert.*; import org.junit.Test; public class MainTest { @Test public void test() { assertTrue(false); } }