Home
last modified time | relevance | path

Searched refs:testsPendingCount (Results 1 – 5 of 5) sorted by relevance

/dports/devel/scalatest/scalatest-1.6.1/src/main/scala/org/scalatest/
H A DDispatchReporter.scala58 var testsPendingCount = 0 variable
90 counter.testsPendingCount,
118 case _: TestPending => incrementCount(event, _.testsPendingCount += 1); event
/dports/devel/scalatest/scalatest-1.6.1/src/main/scala/org/scalatest/events/
H A DSummary.scala30 …ry(testsSucceededCount: Int, testsFailedCount: Int, testsIgnoredCount: Int, testsPendingCount: Int,
/dports/devel/scalatest/scalatest-1.6.1/src/main/scala/org/scalatest/tools/
H A DHtmlReporter.scala367 …nt.toString, testsFailedCount.toString, testsIgnoredCount.toString, testsPendingCount.toString), a…
H A DStringReporter.scala453 …nt.toString, testsFailedCount.toString, testsIgnoredCount.toString, testsPendingCount.toString), a…
H A DRunnerJFrame.scala462 summary.testsPendingCount.toString