Skip to content

How to get SampleModelTest running

jackietsay edited this page Mar 26, 2012 · 2 revisions

In SampleModelTest (modules/elasticsearch-0.3/test/models/SampleModelTest.java)

  1. Add @Test annotation
  2. Add import:
    import org.junit.Test;
Clone this wiki locally