org.shapelogic.imageprocessing
Class BaseLetterMatchingMaxDistanceVectorizerTests

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.shapelogic.imageprocessing.AbstractImageProcessingTests
              extended by org.shapelogic.imageprocessing.BaseLetterMatchingForVectorizersTests
                  extended by org.shapelogic.imageprocessing.BaseLetterMatchingMaxDistanceVectorizerTests
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
LetterMatchingMaxDistanceVectorizerTest, LetterMatchingStreamVectorizerTest

public class BaseLetterMatchingMaxDistanceVectorizerTests
extends BaseLetterMatchingForVectorizersTests

Unit test for LetterMatchingMaxDistanceVectorizer, The main letter matching and vectorization algorithm, that works for both straight and curved capital letters Note that this is sub classed from another unit test for more basic tests that only work for straight letters

Author:
Sami Badawi

Constructor Summary
BaseLetterMatchingMaxDistanceVectorizerTests()
           
 
Method Summary
protected  void setUp()
           
 void testA()
           
 void testB()
          There is something wrong with the annotations of B, it only found 2 and one is wrong
 void testC()
           
 void testD()
           
 void testG()
           
 void testJ()
           
 void testO()
           
 void testP()
           
 void testQ()
           
 void testR()
           
 void testS()
           
 void testU()
           
 void testW()
           
 
Methods inherited from class org.shapelogic.imageprocessing.BaseLetterMatchingForVectorizersTests
testE, testF, testH, testI, testK, testL, testM, testN, testT, testV, testX, testY, testZ
 
Methods inherited from class org.shapelogic.imageprocessing.AbstractImageProcessingTests
assertEmptyCollection, dummyTest, printAnnotaions, printLines, printPoints, printPolygon
 
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
 

Constructor Detail

BaseLetterMatchingMaxDistanceVectorizerTests

public BaseLetterMatchingMaxDistanceVectorizerTests()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class BaseLetterMatchingForVectorizersTests
Throws:
java.lang.Exception

testA

public void testA()
Overrides:
testA in class BaseLetterMatchingForVectorizersTests

testB

public void testB()
There is something wrong with the annotations of B, it only found 2 and one is wrong


testC

public void testC()

testD

public void testD()

testG

public void testG()

testJ

public void testJ()

testO

public void testO()

testP

public void testP()

testQ

public void testQ()

testR

public void testR()

testS

public void testS()

testU

public void testU()

testW

public void testW()
Overrides:
testW in class BaseLetterMatchingForVectorizersTests


Copyright © 2009. All Rights Reserved.