Class that has the actual tests. Call RunStressTests to start the diver that drives the tests.
예제 #1
0
 /// -------------------------------------------------------------------
 /// <summary>
 /// Static entry to the stress code.  This calls StressTests 
 /// which then runs the stress code
 /// </summary>
 /// -------------------------------------------------------------------
 static public void RunStressTests(object threadInfoObj)
 {
     StressTestsDrivers sd = new StressTestsDrivers((PacketInfo)threadInfoObj);
 }
예제 #2
0
 /// -------------------------------------------------------------------
 /// <summary>
 /// Static entry to the stress code.  This calls StressTests
 /// which then runs the stress code
 /// </summary>
 /// -------------------------------------------------------------------
 static public void RunStressTests(object threadInfoObj)
 {
     StressTestsDrivers sd = new StressTestsDrivers((PacketInfo)threadInfoObj);
 }