Add testing dirs
authorSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Wed, 23 Oct 2013 16:38:05 +0000 (17:38 +0100)
committerSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Wed, 23 Oct 2013 16:38:05 +0000 (17:38 +0100)
commitbabb6decd107f2769f1fbcce00afcda16bd07110
tree71d435aebff72c9770ff95a6c35e2b2a4fe6ac2a
parent8bb35115758f447219bef40d3e7c1f1ac9ba3ed6
Add testing dirs
107 files changed:
testsrc/compbio/casscode/conservation/AAConTester.java [new file with mode: 0644]
testsrc/compbio/casscode/disorder/DisemblTester.java [new file with mode: 0644]
testsrc/compbio/casscode/disorder/GlobPlotTester.java [new file with mode: 0644]
testsrc/compbio/casscode/disorder/IUPredTester.java [new file with mode: 0644]
testsrc/compbio/casscode/disorder/JronnTester.java [new file with mode: 0644]
testsrc/compbio/casscode/msa/ClustalOTester.java [new file with mode: 0644]
testsrc/compbio/casscode/msa/ClustalWParametersTester.java [new file with mode: 0644]
testsrc/compbio/casscode/msa/ClustalWTester.java [new file with mode: 0644]
testsrc/compbio/casscode/msa/LimitTester.java [new file with mode: 0644]
testsrc/compbio/casscode/msa/MafftParametersTester.java [new file with mode: 0644]
testsrc/compbio/casscode/msa/MafftTester.java [new file with mode: 0644]
testsrc/compbio/casscode/msa/MuscleParametersTester.java [new file with mode: 0644]
testsrc/compbio/casscode/msa/MuscleTester.java [new file with mode: 0644]
testsrc/compbio/casscode/msa/ProbconsParametersTester.java [new file with mode: 0644]
testsrc/compbio/casscode/msa/ProbconsTester.java [new file with mode: 0644]
testsrc/compbio/casscode/msa/TcoffeeParametersTester.java [new file with mode: 0644]
testsrc/compbio/casscode/msa/TcoffeeTester.java [new file with mode: 0644]
testsrc/compbio/casscode/msa/mafftParams_modification_for_testing.txt [new file with mode: 0644]
testsrc/compbio/casscode/predictors/JpredTester.java [new file with mode: 0644]
testsrc/compbio/casscode/structure/RNAalifoldParametersTester.java [new file with mode: 0644]
testsrc/compbio/casscode/structure/RNAalifoldTester.java [new file with mode: 0644]
testsrc/compbio/data/msa/CategoryTester.java [new file with mode: 0644]
testsrc/compbio/data/sequence/ClustalAlignmentUtilTester.java [new file with mode: 0644]
testsrc/compbio/data/sequence/FastaGeneratorManager.java [new file with mode: 0644]
testsrc/compbio/data/sequence/FastaReaderTester.java [new file with mode: 0644]
testsrc/compbio/data/sequence/FastaSequenceGenerator.java [new file with mode: 0644]
testsrc/compbio/data/sequence/FastaSequenceGeneratorTester.java [new file with mode: 0644]
testsrc/compbio/data/sequence/FastaSequenceTester.java [new file with mode: 0644]
testsrc/compbio/data/sequence/SequenceUtilTester.java [new file with mode: 0644]
testsrc/compbio/engine/EngineConfiguratorTester.java [new file with mode: 0644]
testsrc/compbio/engine/FilePullerTester.java [new file with mode: 0644]
testsrc/compbio/engine/LoadBalancerTester.java [new file with mode: 0644]
testsrc/compbio/engine/PulledFileCacheTester.java [new file with mode: 0644]
testsrc/compbio/engine/client/CommandBuilderTester.java [new file with mode: 0644]
testsrc/compbio/engine/client/PathValidatorTester.java [new file with mode: 0644]
testsrc/compbio/engine/cluster/drmaa/ClusterSessionTester.java [new file with mode: 0644]
testsrc/compbio/engine/cluster/drmaa/DrmaaAsyncClusterEngineTester.java [new file with mode: 0644]
testsrc/compbio/engine/cluster/drmaa/DrmaaClusterEngineTester.java [new file with mode: 0644]
testsrc/compbio/engine/cluster/drmaa/UtilTester.java [new file with mode: 0644]
testsrc/compbio/engine/conf/DirectoryManagerTester.java [new file with mode: 0644]
testsrc/compbio/engine/conf/PropertyHelperManagerTester.java [new file with mode: 0644]
testsrc/compbio/engine/conf/RunnerConfigMarshallerTester.java [new file with mode: 0644]
testsrc/compbio/engine/local/AsyncLocalRunnerTester.java [new file with mode: 0644]
testsrc/compbio/engine/local/EngineResourcesLeakTester.java [new file with mode: 0644]
testsrc/compbio/engine/local/LocalRunnerTester.java [new file with mode: 0644]
testsrc/compbio/metadata/AllTestSuit.java [new file with mode: 0644]
testsrc/compbio/metadata/OptionCombinatorTester.java [new file with mode: 0644]
testsrc/compbio/metadata/OptionMarshallerTester.java [new file with mode: 0644]
testsrc/compbio/metadata/PresetTester.java [new file with mode: 0644]
testsrc/compbio/metadata/RunnerConfigTester.java [new file with mode: 0644]
testsrc/compbio/stat/collector/ExecutionStatCollectorTester.java [new file with mode: 0644]
testsrc/compbio/stat/collector/StatDBTester.java [new file with mode: 0644]
testsrc/compbio/stat/collector/TestInputFilter.java [new file with mode: 0644]
testsrc/compbio/stat/servlet/util/StatCollectionTester.java [new file with mode: 0644]
testsrc/compbio/ws/client/AAConWSClientExample.java [new file with mode: 0644]
testsrc/compbio/ws/client/TestAAConWS.java [new file with mode: 0644]
testsrc/compbio/ws/client/TestIUPredWS.java [new file with mode: 0644]
testsrc/compbio/ws/client/TestRNAalifoldWS.java [new file with mode: 0644]
testsrc/compbio/ws/client/WSTesterTester.java [new file with mode: 0644]
testsrc/compbio/ws/server/RegistryWSTester.java [new file with mode: 0644]
testsrc/lib/testng-5.10-jdk15.jar [new file with mode: 0644]
testsrc/testdata/1000x3000Dna.fasta [new file with mode: 0644]
testsrc/testdata/200x500Protein.dnd [new file with mode: 0644]
testsrc/testdata/200x500Protein.fasta [new file with mode: 0644]
testsrc/testdata/3dnaseqs.fasta [new file with mode: 0644]
testsrc/testdata/50000x300Dna.fasta [new file with mode: 0644]
testsrc/testdata/50x500Protein.dnd [new file with mode: 0644]
testsrc/testdata/50x500Protein.fasta [new file with mode: 0644]
testsrc/testdata/ClustalLimits.xml [new file with mode: 0644]
testsrc/testdata/ClustalParameters.xml [new file with mode: 0644]
testsrc/testdata/ClustalPresets.xml [new file with mode: 0644]
testsrc/testdata/ClustaloParameters.xml [new file with mode: 0644]
testsrc/testdata/InvalidMafftParameters.xml [new file with mode: 0644]
testsrc/testdata/Jpred.test1.fasta [new file with mode: 0644]
testsrc/testdata/Jpred.test1.fasta.res.align [new file with mode: 0644]
testsrc/testdata/Jpred.test1.fasta.res.blast.gz [new file with mode: 0644]
testsrc/testdata/Jpred.test1.fasta.res.hmm [new file with mode: 0644]
testsrc/testdata/Jpred.test1.fasta.res.jnet [new file with mode: 0644]
testsrc/testdata/Jpred.test1.fasta.res.profile [new file with mode: 0644]
testsrc/testdata/Jpred.test1.fasta.res.pssm [new file with mode: 0644]
testsrc/testdata/MafftLimits.xml [new file with mode: 0644]
testsrc/testdata/MafftParameters.xml [new file with mode: 0644]
testsrc/testdata/MafftPresets.xml [new file with mode: 0644]
testsrc/testdata/MuscleLimits.xml [new file with mode: 0644]
testsrc/testdata/MuscleParameters.xml [new file with mode: 0644]
testsrc/testdata/MusclePresets.xml [new file with mode: 0644]
testsrc/testdata/ProbconsLimits.xml [new file with mode: 0644]
testsrc/testdata/ProbconsParameters.xml [new file with mode: 0644]
testsrc/testdata/RNAalifoldParameters.xml [new file with mode: 0644]
testsrc/testdata/RunnerConfigSchema.xsd [new file with mode: 0644]
testsrc/testdata/SmallProtein.fasta [new file with mode: 0644]
testsrc/testdata/TO1381.aln [new file with mode: 0644]
testsrc/testdata/TO1381.dnd [new file with mode: 0644]
testsrc/testdata/TO1381.fasta [new file with mode: 0644]
testsrc/testdata/TO1381.fasta.aln [new file with mode: 0644]
testsrc/testdata/TO1381L.aln [new file with mode: 0644]
testsrc/testdata/TO1381s.aln [new file with mode: 0644]
testsrc/testdata/TcoffeeLimits.xml [new file with mode: 0644]
testsrc/testdata/TcoffeePresets.xml [new file with mode: 0644]
testsrc/testdata/aacon_results.txt [new file with mode: 0644]
testsrc/testdata/aaconprm.txt [new file with mode: 0644]
testsrc/testdata/complicated.fasta [new file with mode: 0644]
testsrc/testdata/percentProgress.txt [new file with mode: 0644]
testsrc/testdata/test_input.aln [new file with mode: 0644]
testsrc/testdata/test_input.fasta [new file with mode: 0644]
testsrc/testdata/testlimit.fasta [new file with mode: 0644]
testsrc/testdata/unfolded_RF00031.aln [new file with mode: 0644]