org.hibernate.search.test.util.textbuilder
Class TextProductionTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.hibernate.search.test.util.textbuilder.TextProductionTest
All Implemented Interfaces:
junit.framework.Test

public class TextProductionTest
extends junit.framework.TestCase

Tests WordDictionary and WordInventor, these are test utilities not part of the Search distribution; the test exists to spot if the text they produce is unchanged, so that other tests can rely on working test utilities.

Author:
Sanne Grinovero
See Also:
WordDictionary, SentenceInventor

Constructor Summary
TextProductionTest()
           
 
Method Summary
 void testSomeWordsGetBuilt()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextProductionTest

public TextProductionTest()
Method Detail

testSomeWordsGetBuilt

public void testSomeWordsGetBuilt()


Copyright © 2006-2010 Hibernate. All Rights Reserved.