Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameDescriptionTypeUsage Example
AverageTimeThe average time taken to run each testTime$Build.Metrics.UnitTests.AverageTime$00:00:02
CaseCountThe total number of test casesInteger$Build.Metrics.UnitTests.CaseCount$58
ErrorThe number of tests in errorInteger$Build.Metrics.UnitTests.Error$1
FailedThe number of failed testsInteger$Build.Metrics.UnitTests.Failed$52
FixedTestsThe number of successful tests which were not previously successfulInteger$Build.Metrics.UnitTests.FixedTests$2
FixtureCountThe total number of test fixturesInteger$Build.Metrics.UnitTests.FixtureCount$53
IgnoredThe number of ignored testsInteger$Build.Metrics.UnitTests.Ignored$1
InconclusiveThe number of inconclusive testsInteger$Build.Metrics.UnitTests.Inconclusive$1
InvalidThe number of invalid testsInteger$Build.Metrics.UnitTests.Invalid$1
NewFailuresThe number of failed tests which had not previously failedInteger$Build.Metrics.UnitTests.NewFailures$2
NewTestsThe total number of new tests Integer$Build.Metrics.UnitTests.NewTests$1
NotRunThe number of tests not runInteger$Build.Metrics.UnitTests.NotRun$1
PassedThe number of passed testsInteger$Build.Metrics.UnitTests.Passed$10
PercentErrorsThe percentage of tests with errorsNumber$Build.Metrics.UnitTests.PercentErrors$30
PercentFailedThe percentage of tests which failedNumber$Build.Metrics.UnitTests.PercentFailed$30
PercentNotRunThe percentage of tests which were not runNumber$Build.Metrics.UnitTests.PercentNotRun$0
PercentPassedThe percentage of tests which passedNumber$Build.Metrics.UnitTests.PercentPassed$30
ShelvedThe number of shelved testsInteger$Build.Metrics.UnitTests.Shelved$1
SkippedThe number of skipped testsInteger$Build.Metrics.UnitTests.Skipped$1
TotalTimeThe total time taken to run all testsTime$Build.Metrics.UnitTests.TotalTime$00:01:12