|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
testssuite01.TestAlgorithmsPartIII
public class TestAlgorithmsPartIII
Test class about modele.Algorithms class (part III).
Some more reslisttic use (only real sequences tests of tmRNA
already selected by SSCA).
For algorithms here, test should be done be real and valid results,
and analysis of tests near those results (because heuristic).
Might be with real sequences...
Complexity of input / output of algorithms indicate tests in "real use".
Differences in use of computeNumber (errors) of Palindrome's :
j-- : 21 - 2 - 10 - 25 - 1 - 22 / 21 - 2 - 10 - 21 - 1 - 22
j++ : 20 - 8 - 14 - 21 - 1 - 18 / 20 - 8 - 14 - 21 - 1 - 18 **
j++ is maintained ; some changes afterwards in code : results changes...
678 instead of 692 pals
modele
,
TestAlgorithmsPartI
,
TestAlgorithmsPartII
,
TestAlgorithmsPartIV
Field Summary | |
---|---|
private Sequence |
actact
Act. act. tmRNA |
private Sequence |
aersal
Aer. sal. tmRNA |
private SequenceListe |
aersalliste
lists of sequences |
private Sequence |
ecoli
E. coli tmRNA |
private SequenceListe |
ecoliliste
lists of sequences |
private SequenceListe |
exampleliste
lists of sequences |
private Sequence |
haeinf
Hae. inf. tmRNA |
private SequenceListe |
haeinfliste
lists of sequences |
private Sequence |
pasmul
Pas. mul. tmRNA |
private Sequence |
sheput
She. put. tmRNA |
private SequenceListe |
sheputliste
lists of sequences |
private SequenceListe |
teslist
lists of sequences |
private Sequence |
vibchol
Vib. cho. tmRNA |
private SequenceListe |
vibcholliste
lists of sequences |
Constructor Summary | |
---|---|
TestAlgorithmsPartIII()
|
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 |
---|
private Sequence ecoli
private Sequence vibchol
private Sequence sheput
private Sequence aersal
private Sequence haeinf
private Sequence actact
private Sequence pasmul
private SequenceListe ecoliliste
private SequenceListe vibcholliste
private SequenceListe sheputliste
private SequenceListe aersalliste
private SequenceListe haeinfliste
private SequenceListe exampleliste
private SequenceListe teslist
Constructor Detail |
---|
public TestAlgorithmsPartIII()
Method Detail |
---|
protected void setUp() throws java.lang.Exception
setUp
in class junit.framework.TestCase
java.lang.Exception
public void testSearchAnchorPointsColiColi()
public void testSearchAnchorPointsColiExample()
public void testSearchAnchorPointsColiTeslist()
public void testSearchAnchorPointsColiVibchol()
public void testSearchAnchorPointsColiSheput()
public void testSearchAnchorPointsColiAersal()
public void testSearchAnchorPointsColiHaeinf()
public void testVariableZonesTreatmentColiColi()
public void testVariableZonesTreatmentColiExample()
public void testVariableZonesTreatmentColiTesList()
public void testVariableZonesTreatmentColiVibchol()
public void testVariableZonesTreatmentColiSheput()
public void testVariableZonesTreatmentColiAersal()
public void testVariableZonesTreatmentColiHaeinf()
public void testSAPColiColiThenCT()
public void testSAPColiExampleThenCT()
public void testSAPColiTeslistThenCT()
public void testSAPColiVibcholThenCT()
public void testSAPColiSheputThenCT()
public void testSAPColiAersalThenCT()
public void testSAPColiHaeinfThenCT()
public void testVZTColiColiThenCT()
public void testVZTColiExampleThenCT()
public void testVZTColiTeslistThenCT()
public void testVZTColiVibcholThenCT()
public void testVZTColiSheputThenCT()
public void testVZTColiAersalThenCT()
public void testVZTColiHaeinfThenCT()
public void testSAPColiSingleColiThenCT()
public void testSAPColiSingleVibCholThenCT()
public void testSAPColiSingleSheputThenCT()
public void testSAPColiSingleAersalThenCT()
public void testSAPColiSingleHaeinfThenCT()
public void testSearchStructuralPalindromeColiColi()
public void testSearchStructuralPalindromeColiExample()
public void testSearchStructuralPalindromeColiTeslist()
public void testSearchStructuralPalindromeColiVibchol()
public void testSearchStructuralPalindromeColiSheput()
public void testSearchStructuralPalindromeColiAersal()
public void testSearchStructuralPalindromeColiHaeinf()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |