Package medite :: Package MediteAppli :: Package test :: Module test_alignement :: Class Test_AlignementCas1
[hide private]
[frames] | no frames]

Class Test_AlignementCas1

source code

       object --+    
                |    
unittest.TestCase --+
                    |
                   Test_AlignementCas1
Known Subclasses:
Test_AlignementAlthusserCas1, Test_AlignementAlthusserCas2, Test_AlignementBioCas1, Test_AlignementCas2, Test_AlignementCas3, Test_AlignementCas4, Test_AlignementCas5, Test_AlignementCharroiCas1, Test_AlignementChedidCas1, Test_AlignementCondorcetCas1, Test_AlignementCondorcetCas2, Test_AlignementTraductionCas1

Nested Classes [hide private]

Inherited from unittest.TestCase: failureException

Instance Methods [hide private]
 
_readFile(self, name)
Lit un fichier dans le dossier courant et renvoie une chaine
source code
 
err(self, text) source code
 
setUp(self)
Hook method for setting up the test fixture before exercising it.
source code
 
test_deplacements_pond_Dicho(self) source code
 
test_deplacements_pond_Astar(self) source code
 
test_deplacements_pond_Astar2(self) source code
 
test_deplacements_pond_AstarRecur(self) source code
 
test_deplacements_pond_AstarRecur2(self) source code
 
test_preTraitDiffSymVect(self) source code
 
test_deplacements_pond_AstarRecur3(self) source code
 
test_deplacements_pond_AstarRecur4(self) source code
 
test_deplacements_pond_AstarRecur5(self) source code
 
test_deplacements_pond_AstarRecurNew(self) source code
 
test_deplacements_pond_ShapiraRecur(self) source code
 
__check_deplacements_pond(self, occs_deplaces, blocsCommuns) source code
 
__interInclus(self, i1, i2) source code

Inherited from unittest.TestCase: __call__, __init__, __repr__, __str__, assertAlmostEqual, assertAlmostEquals, assertEqual, assertEquals, assertFalse, assertNotAlmostEqual, assertNotAlmostEquals, assertNotEqual, assertNotEquals, assertRaises, assertTrue, assert_, countTestCases, debug, defaultTestResult, fail, failIf, failIfAlmostEqual, failIfEqual, failUnless, failUnlessAlmostEqual, failUnlessEqual, failUnlessRaises, id, run, shortDescription, tearDown

Inherited from unittest.TestCase (private): _exc_info

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

setUp(self)

source code 
Hook method for setting up the test fixture before exercising it.
Overrides: unittest.TestCase.setUp
(inherited documentation)