예제 #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"));
     }
 }
예제 #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");
     }
 }
예제 #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");
     }
 }
예제 #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");
     }
 }
예제 #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");
     }
 }
예제 #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");
     }
 }
예제 #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");
     }
 }
예제 #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");
     }
 }
예제 #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");
     }
 }
예제 #10
0
 static GraphScaffoldBuilderTests()
 {
     Trace.Set(Trace.SeqWarnings);
     if (!ApplicationLog.Ready)
     {
         ApplicationLog.Open("Bio.tests.log");
     }
 }
예제 #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");
     }
 }
예제 #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");
     }
 }
예제 #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");
     }
 }
예제 #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");
     }
 }
예제 #15
0
 static FilterMatePairsTests()
 {
     Trace.Set(Trace.SeqWarnings);
     if (!ApplicationLog.Ready)
     {
         ApplicationLog.Open("mbf.tests.log");
     }
 }
예제 #16
0
 static ParallelDeNovoAssemblerTests()
 {
     Trace.Set(Trace.SeqWarnings);
     if (!ApplicationLog.Ready)
     {
         ApplicationLog.Open("mbf.tests.log");
     }
 }
예제 #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");
     }
 }
예제 #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");
     }
 }
예제 #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");
     }
 }
예제 #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");
     }
 }
예제 #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");
     }
 }
예제 #23
0
 static DistanceCalculationTests()
 {
     Trace.Set(Trace.SeqWarnings);
     if (!ApplicationLog.Ready)
     {
         ApplicationLog.Open("mbf.tests.log");
     }
 }
예제 #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");
     }
 }
예제 #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");
     }
 }
예제 #26
0
 static MatePairMapperTests()
 {
     Trace.Set(Trace.SeqWarnings);
     if (!ApplicationLog.Ready)
     {
         ApplicationLog.Open("MBF.Tests.log");
     }
 }
예제 #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;
     }
 }
예제 #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");
        }
예제 #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");
        }
예제 #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");
        }