org.shapelogic.logic
Class LetterTaskTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.shapelogic.logic.LetterTaskTest
All Implemented Interfaces:
junit.framework.Test

public class LetterTaskTest
extends junit.framework.TestCase

Author:
Sami Badawi

Field Summary
static java.lang.String FILE_NAME_KEY
           
static java.lang.String QUOTE
           
 
Constructor Summary
LetterTaskTest()
           
 
Method Summary
 void oneLetterMatch(java.lang.String letter, boolean onlyMatchAgainstSelf)
           
 void printAnnotaions(org.shapelogic.polygon.Polygon polygon)
           
 void setUp()
           
 void testAllLetterMatchFromRules()
           
 void testAllLetterMatchFromRulesFromHibernate()
           
 void testAllLettersMatchFromRules()
           
 void testAllStraightLettersMatchFromRules()
           
 void testCreateLetterATaskFromRule()
           
 void testFileNameWithExist()
           
 void testFindFileName()
          just one variable x, that is set by a ContextCalculation How should the question be phrased?
 void testLetterAMatch()
           
 void testPolygonWithExist()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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
 

Field Detail

FILE_NAME_KEY

public static final java.lang.String FILE_NAME_KEY
See Also:
Constant Field Values

QUOTE

public static final java.lang.String QUOTE
See Also:
Constant Field Values
Constructor Detail

LetterTaskTest

public LetterTaskTest()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception

testFindFileName

public void testFindFileName()
just one variable x, that is set by a ContextCalculation How should the question be phrased?


testFileNameWithExist

public void testFileNameWithExist()

testPolygonWithExist

public void testPolygonWithExist()

testLetterAMatch

public void testLetterAMatch()

printAnnotaions

public void printAnnotaions(org.shapelogic.polygon.Polygon polygon)

testCreateLetterATaskFromRule

public void testCreateLetterATaskFromRule()

oneLetterMatch

public void oneLetterMatch(java.lang.String letter,
                           boolean onlyMatchAgainstSelf)

testAllLetterMatchFromRules

public void testAllLetterMatchFromRules()

testAllLettersMatchFromRules

public void testAllLettersMatchFromRules()

testAllStraightLettersMatchFromRules

public void testAllStraightLettersMatchFromRules()

testAllLetterMatchFromRulesFromHibernate

public void testAllLetterMatchFromRulesFromHibernate()


Copyright © 2009. All Rights Reserved.