Class MapperServiceTestCase

java.lang.Object
org.junit.Assert
org.apache.lucene.tests.util.LuceneTestCase
org.elasticsearch.test.ESTestCase
org.elasticsearch.index.mapper.MapperServiceTestCase
Direct Known Subclasses:
HighlighterTestCase, MapperScriptTestCase, MapperTestCase, MetadataMapperTestCase

public abstract class MapperServiceTestCase extends ESTestCase
Test case that lets you easilly build MapperService based on some mapping. Useful when you don't need to spin up an entire index but do need most of the trapping of the mapping.