Esempio n. 1
0
 /// <summary>
 /// Static constructor to open log and make other settings needed for test
 /// </summary>
 static DerivedSequenceTests()
 {
     Trace.Set(Trace.SeqWarnings);
     if (!ApplicationLog.Ready)
     {
         ApplicationLog.Open(string.Format((IFormatProvider)null, "MBF.Tests.log"));
     }
 }
Esempio n. 2
0
 /// <summary>
 /// Static constructor to open log and make other settings needed for test
 /// </summary>
 static VirtualAlignedSequenceListBvtTestCases()
 {
     Trace.Set(Trace.SeqWarnings);
     if (!ApplicationLog.Ready)
     {
         ApplicationLog.Open("mbf.automation.log");
     }
 }
Esempio n. 3
0
 /// <summary>
 /// Static constructor to open log and make other settings needed for test
 /// </summary>
 static SAMBvtTestCases()
 {
     Trace.Set(Trace.SeqWarnings);
     if (!ApplicationLog.Ready)
     {
         ApplicationLog.Open("bio.automation.log");
     }
 }
Esempio n. 4
0
 /// <summary>
 /// Static constructor to open log and make other settings needed for test
 /// </summary>
 static PairwiseAlignmentAttributesBvtTestCases()
 {
     Trace.Set(Trace.SeqWarnings);
     if (!ApplicationLog.Ready)
     {
         ApplicationLog.Open("bio.automation.log");
     }
 }
Esempio n. 5
0
 /// <summary>
 /// Static constructor to open log and make other settings needed for test
 /// </summary>
 static SequenceParserP1TestCases()
 {
     Trace.Set(Trace.SeqWarnings);
     if (!ApplicationLog.Ready)
     {
         ApplicationLog.Open("mbf.automation.log");
     }
 }
Esempio n. 6
0
 /// <summary>
 /// Static constructor to open log and make other settings needed for test
 /// </summary>
 static PairwiseAlignedSequenceP1TestCases()
 {
     Trace.Set(Trace.SeqWarnings);
     if (!ApplicationLog.Ready)
     {
         ApplicationLog.Open("bio.automation.log");
     }
 }
Esempio n. 7
0
 /// <summary>
 /// Static constructor to open log and make other settings needed for test
 /// </summary>
 public LisUtilP1TestCases()
 {
     Trace.Set(Trace.SeqWarnings);
     if (!ApplicationLog.Ready)
     {
         ApplicationLog.Open("bio.automation.log");
     }
 }
Esempio n. 8
0
 /// <summary>
 /// Initializes static members of the TracePathTests class.
 /// </summary>
 static TracePathTests()
 {
     Trace.Set(Trace.SeqWarnings);
     if (!ApplicationLog.Ready)
     {
         ApplicationLog.Open("Bio.tests.log");
     }
 }
Esempio n. 9
0
 /// <summary>
 /// Static constructor to open log and make other settings needed for test
 /// </summary>
 static PhylogeneticTreeP2TestCases()
 {
     Trace.Set(Trace.SeqWarnings);
     if (!ApplicationLog.Ready)
     {
         ApplicationLog.Open("mbf.automation.log");
     }
 }
Esempio n. 10
0
 static GraphScaffoldBuilderTests()
 {
     Trace.Set(Trace.SeqWarnings);
     if (!ApplicationLog.Ready)
     {
         ApplicationLog.Open("Bio.tests.log");
     }
 }
Esempio n. 11
0
 /// <summary>
 /// Static constructor to open log and make other settings needed for test
 /// </summary>
 static NexusTests()
 {
     Trace.Set(Trace.SeqWarnings);
     if (!ApplicationLog.Ready)
     {
         ApplicationLog.Open("Bio.Tests.log");
     }
 }
Esempio n. 12
0
 /// <summary>
 /// Initializes static member of the PathPurgerTests class.
 /// </summary>
 static PathPurgerTests()
 {
     Trace.Set(Trace.SeqWarnings);
     if (!ApplicationLog.Ready)
     {
         ApplicationLog.Open("mbf.tests.log");
     }
 }
Esempio n. 13
0
 /// <summary>
 /// Static constructor to open log and make other settings needed for test
 /// </summary>
 static FileVirtualSequenceProviderBvtTestCases()
 {
     Trace.Set(Trace.SeqWarnings);
     if (!ApplicationLog.Ready)
     {
         ApplicationLog.Open("mbf.automation.log");
     }
 }
Esempio n. 14
0
 /// <summary>
 /// Static constructor to open log and make other settings needed for test
 /// </summary>
 static BoyerMooreTest()
 {
     Trace.Set(Trace.SeqWarnings);
     if (!ApplicationLog.Ready)
     {
         ApplicationLog.Open("mbf.test.log");
     }
 }
Esempio n. 15
0
 static FilterMatePairsTests()
 {
     Trace.Set(Trace.SeqWarnings);
     if (!ApplicationLog.Ready)
     {
         ApplicationLog.Open("mbf.tests.log");
     }
 }
Esempio n. 16
0
 static ParallelDeNovoAssemblerTests()
 {
     Trace.Set(Trace.SeqWarnings);
     if (!ApplicationLog.Ready)
     {
         ApplicationLog.Open("mbf.tests.log");
     }
 }
Esempio n. 17
0
 /// <summary>
 /// Static constructor to open log and make other settings needed for test
 /// </summary>
 static VirtualQualitativeSequenceListP2TestCases()
 {
     Trace.Set(Trace.SeqWarnings);
     if (!ApplicationLog.Ready)
     {
         ApplicationLog.Open("mbf.automation.log");
     }
 }
Esempio n. 18
0
 /// <summary>
 /// Static constructor to open log and make other settings needed for test
 /// </summary>
 static GenBankFeaturesP2TestCases()
 {
     Trace.Set(Trace.SeqWarnings);
     if (!ApplicationLog.Ready)
     {
         ApplicationLog.Open("bio.automation.log");
     }
 }
Esempio n. 19
0
 /// <summary>
 /// Static constructor to open log and make other settings needed for test
 /// </summary>
 public ComparativeUtilBvtTestCases()
 {
     Trace.Set(Trace.SeqWarnings);
     if (!ApplicationLog.Ready)
     {
         ApplicationLog.Open("bio.automation.log");
     }
 }
 /// <summary>
 /// Static constructor to open log and make other settings needed for test
 /// </summary>
 static ClustalWServiceHandlerBvtTestCases()
 {
     Trace.Set(Trace.SeqWarnings);
     if (!ApplicationLog.Ready)
     {
         ApplicationLog.Open("bio.automation.log");
     }
 }
Esempio n. 21
0
 /// <summary>
 /// Static constructor to open log and make other settings needed for test
 /// </summary>
 static SequenceStatisticsTests()
 {
     Trace.Set(Trace.SeqWarnings);
     if (!ApplicationLog.Ready)
     {
         ApplicationLog.Open("MBF.Tests.log");
     }
 }
Esempio n. 22
0
 /// <summary>
 /// Static constructor to open log and make other settings needed for test
 /// </summary>
 static DerivedSequenceP2TestCases()
 {
     Trace.Set(Trace.SeqWarnings);
     if (!ApplicationLog.Ready)
     {
         ApplicationLog.Open("bio.automation.log");
     }
 }
Esempio n. 23
0
 static DistanceCalculationTests()
 {
     Trace.Set(Trace.SeqWarnings);
     if (!ApplicationLog.Ready)
     {
         ApplicationLog.Open("mbf.tests.log");
     }
 }
Esempio n. 24
0
 /// <summary>
 /// Static constructor to open log and make other settings needed for test
 /// </summary>
 static MUMmerBvtTestCases()
 {
     Trace.Set(Trace.SeqWarnings);
     if (!ApplicationLog.Ready)
     {
         ApplicationLog.Open("mbf.automation.log");
     }
 }
Esempio n. 25
0
 /// <summary>
 /// Static constructor to open log and make other settings needed for test
 /// </summary>
 static RegistrationTests()
 {
     Trace.Set(Trace.SeqWarnings);
     if (!ApplicationLog.Ready)
     {
         ApplicationLog.Open("MBF.Tests.log");
     }
 }
Esempio n. 26
0
 static MatePairMapperTests()
 {
     Trace.Set(Trace.SeqWarnings);
     if (!ApplicationLog.Ready)
     {
         ApplicationLog.Open("MBF.Tests.log");
     }
 }
Esempio n. 27
0
 /// <summary>
 /// Each TestFixture class can call this from its Setup() to
 /// run any one-time setup code (primarily ensuring that the
 /// log is open with a known name).
 /// </summary>
 public static void Run()
 {
     if (!ranSetup)
     {
         Trace.Set(Trace.SeqWarnings);
         ApplicationLog.Open("mbf.test.log");
         ranSetup = true;
     }
 }
Esempio n. 28
0
        /// <summary>
        /// Static constructor to open log and make other settings needed for test
        /// </summary>
        static PhylipBvtTestCases()
        {
            Trace.Set(Trace.SeqWarnings);
            if (!ApplicationLog.Ready)
            {
                ApplicationLog.Open("mbf.automation.log");
            }

            Utility._xmlUtil = new XmlUtility(@"TestUtils\PhylipTestsConfig.xml");
        }
Esempio n. 29
0
        /// <summary>
        /// Static constructor to open log and make other settings needed for test
        /// </summary>
        static SequenceAlignmentP2TestCases()
        {
            Trace.Set(Trace.SeqWarnings);
            if (!ApplicationLog.Ready)
            {
                ApplicationLog.Open("mbf.automation.log");
            }

            Utility._xmlUtil = new XmlUtility(@"TestUtils\TestsConfig.xml");
        }
Esempio n. 30
0
        /// <summary>
        /// Static constructor to open log and make other settings needed for test
        /// </summary>
        static AzureBlastP2TestCases()
        {
            Trace.Set(Trace.SeqWarnings);
            if (!ApplicationLog.Ready)
            {
                ApplicationLog.Open("mbf.automation.log");
            }

            Utility._xmlUtil = new XmlUtility(@"TestUtils\AzureBlastConfig.xml");
        }