コード例 #1
0
 public static void GroupSetup()
 {
     // Print debug information to the console to aid with parameter debugging.
     ParameterProvider.PrintDebugInformation(parameterProvider);
     // Create the test state tracker to track the group's run state against SentryOne Test.
     testStateTracker = new TestStateTracker(typeof(CostofgoodsSold), Resources.TestManifest_CostofgoodsSold_b701adc3f42040098e08e425a8b80dbc, TestAssemblyInformation.AssemblyTestCount, TestAssemblyInformation.SuiteTestCounts, parameterProvider);
     // Inform the server that the test group has started.
     testStateTracker.RegisterGroupStarted();
 }