package algo; import org.junit.After; import org.junit.Before; import org.junit.Test; /** * Created by mark on 17/2/24. */ public class BinarySearchTest { @Before public void setUp() throws Exception { } @After public void tearDown() throws Exception { } @Test public void rank() throws Exception { } }