org.kemet.tests.location
Class TestMdC

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.kemet.tests.location.TestMdC
All Implemented Interfaces:
junit.framework.Test, IGlobals

public class TestMdC
extends junit.framework.TestCase
implements IGlobals

Since:
0.1
Author:
fabricemaupin

location manager tests


Field Summary
 
Fields inherited from interface org.kemet.impl.grammar.IGlobals
ALL, ANALYSE_FROM_SIGNS, BILITERAL, CONSONAT, exceptionnalVo, grammarMainClassName, MAX_PART_OF_NOUN, MAX_PART_OF_PREPOSITION, MAX_PART_OF_PRONOUNS, methodNameToManageHieroglyphs, methodNameToManageTransliteration, methodNameToPhoneticRead, methodNameToPhoneticReadWithGlobalApproach, minVersionJRE, NUMBER_OF_TYPE_OF_PHONOGRAMS, patternForHieroglyph, patternForTransliteration, PROPOSITION_TYPE_PPA, selectedGrammar, SEMI_CONSONAT, TO_FORMAT, TO_HIEROGLYPHS, TO_READ, TO_READ_COMPLETE, TO_TRANSLITERATION, TO_TYPE, TRILITERAL, UNILITERAL, vo
 
Constructor Summary
TestMdC()
           
 
Method Summary
 void setUp()
           initialize the parameters before to execute the tests.
 void testFonctionnal()
           fonctionnal tests.
 void testLocationbracket()
           tests for bracket code.
 void testLocationDoublePoint()
           tests for double point code.
 void testLocationEndOfLine()
           tests for end of line.
 void testLocationIndentAndStar()
           tests for ident and star codes.
 void testNullValues()
           test null values.
 void testSpecialCaracter()
           test special caracter.
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, 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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestMdC

public TestMdC()
Method Detail

setUp

public void setUp()

initialize the parameters before to execute the tests.

Overrides:
setUp in class junit.framework.TestCase
Since:
0.1

testNullValues

public void testNullValues()

test null values.

Since:
0.1

testSpecialCaracter

public void testSpecialCaracter()

test special caracter.

Since:
0.1

testFonctionnal

public void testFonctionnal()

fonctionnal tests.

Since:
0.1

testLocationIndentAndStar

public void testLocationIndentAndStar()

tests for ident and star codes.

Since:
0.1

testLocationDoublePoint

public void testLocationDoublePoint()

tests for double point code.

Since:
0.1

testLocationEndOfLine

public void testLocationEndOfLine()

tests for end of line.

Since:
0.1

testLocationbracket

public void testLocationbracket()

tests for bracket code.

Since:
0.1


Copyright © 2008 F. MAUPIN. All Rights Reserved.