Click or drag to resize

SpikeTestCase Methods

The SpikeTestCase type exposes the following members.

Methods
  NameDescription
Public methodCheckParameters
Checks the validity of test parameters.
(Overrides LoadTestCaseCheckParameters.)
Public methodCompare
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
(Inherited from AbstractTestItem.)
Public methodCompareTo
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from AbstractTestItem.)
Public methodDeleteItem
Deletes an sub item from the current scope. for Test Case, the item is test Step, For Test Suite, the item is test case, ...
(Inherited from TestCase.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from AbstractTestItem.)
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
(Inherited from LoadTestCase.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodEvaluateThreshold
Evaluates the performance threshold from the given definition.
(Inherited from LoadTestCase.)
Protected methodEvaluateThresholds
Evaluates the performance thresholds.
(Inherited from LoadTestCase.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetActualIterationPassrate
Gets the average pass rate of Iterations.
(Inherited from LoadTestCase.)
Public methodGetCPUUsage
Gets the CPU usage.
(Inherited from LoadTestCase.)
Public methodGetCurrentActualLoad
Gets the current actual load (Iterations/second) of the current running performance test scenario. This indicator will ignore any iteration ignored by the limitation by max number of threads.
(Inherited from LoadTestCase.)
Public methodGetCurrentExpectedLoad
Gets the current load (Iterations/second) of the current running performance test scenario.
(Inherited from LoadTestCase.)
Protected methodGetEndTime
Gets the end time of the test depends on the specified start time.
(Overrides LoadTestCaseGetEndTime(DateTime).)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetIterationCycleTime
Gets the iteration cycle time.
(Inherited from LoadTestCase.)
Public methodGetIterationPassrate
Gets the iteration pass rate.
(Inherited from LoadTestCase.)
Public methodGetIterationsFailed
Gets number of total Iterations failed.
(Inherited from LoadTestCase.)
Public methodGetIterationsFinished
Gets number of total Iterations finished.
(Inherited from LoadTestCase.)
Public methodGetIterationsIgnored
Gets the number of the iterations ignored due to cumulation of the running threads.
(Inherited from LoadTestCase.)
Public methodGetIterationsRunning
Gets the number of the iterations started but bot yet finished. to improve the performance when the queued cycle is larger than the maximum number, Load generator will not generate loads.
(Inherited from LoadTestCase.)
Protected methodGetLoad
Gets the number of iterations should be run at the current time.
(Overrides LoadTestCaseGetLoad(DateTime, TimeSpan).)
Public methodGetLoadGraph
Gets the expect load graph measure points. That graph can be shown as a simulation of the loads
(Overrides LoadTestCaseGetLoadGraph.)
Public methodGetMeasureInterval
Gets the measure interval in milliseconds of the executing load test
(Inherited from LoadTestCase.)
Public methodGetMemoryUsage
Gets the memory usage.
(Inherited from LoadTestCase.)
Public methodGetProgress
Gets the progress of execution.
(Inherited from LoadTestCase.)
Public methodGetScenarioStatus
Gets the execution status of the actual performance test scenario
(Inherited from LoadTestCase.)
Public methodGetServicePassrate
Gets the service pass rate.
(Inherited from LoadTestCase.)
Public methodGetServiceResponseTime
Gets the service response time.
(Inherited from LoadTestCase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVariable
Gets the variable from the given context.
(Inherited from AbstractTestItem.)
Public methodGetVariables
Gets All variables available for the current test scope.
(Inherited from AbstractTestItem.)
Public methodInitStatus
Initializes the status of the Test Case
(Inherited from LoadTestCase.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMoveDown
Moves down a test item in its parent items collections
(Inherited from AbstractTestItem.)
Public methodMoveToBottom
Moves to bottom a test item in its parent items collections
(Inherited from AbstractTestItem.)
Public methodMoveToTop
Moves on top a test item in its parent items collection.
(Inherited from AbstractTestItem.)
Public methodMoveUp
Moves up a test item in its parent items collection.
(Inherited from AbstractTestItem.)
Protected methodOnPropertyChanged
Called when property value has changed.
(Inherited from AbstractTestItem.)
Public methodRun
Runs this performance test scenario
(Inherited from LoadTestCase.)
Public methodToString
Returns a String that represents this instance.
(Overrides LoadTestCaseToString.)
Public methodUpdateId
Updates the identifier.
(Inherited from LoadTestCase.)
Top
Extension Methods
  NameDescription
Public Extension MethodToStringOrXml
Converts any Object to string representation in String or XML format.
(Defined by ExtensionMethods.)
Public Extension MethodToXmlString
Converts any Object to string representation in XML format.
(Defined by ExtensionMethods.)
Top
See Also