Home
last modified time | relevance | path

Searched refs:TestIgnored (Results 1 – 25 of 44) sorted by relevance

12

/dports/devel/scalatest/scalatest-1.6.1/src/test/scala/org/scalatest/
H A DSharedHelpers.scala101 def testIgnoredEventsReceived: List[TestIgnored] = {
103 case event: TestIgnored => true
106 case event: TestIgnored => event
172 var lastEvent: Option[TestIgnored] = None
175 case event: TestIgnored =>
H A DCatchReporterSuite.scala54 … buggyReporter(TestIgnored(new Ordinal(99), "suite name", Some("suite.className"), "test name"))
56 catchReporter(TestIgnored(new Ordinal(99), "suite name", Some("suite.className"), "test name"))
/dports/java/jtiger/jtiger-2.1.0376/src/org/jtiger/framework/
H A DTestIgnoredFactory.java23 static TestIgnored newTestIgnored() in newTestIgnored()
28 private static final class TestIgnoredImpl implements TestIgnored
H A DTestIgnored.java13 interface TestIgnored interface
/dports/devel/scalatest/scalatest-1.6.1/src/test/scala/org/scalatest/junit/
H A DRunNotifierSuite.scala113 reporter(TestIgnored(new Ordinal(99), "suite name", Some("suite class name"), "some test name"))
117 reporter(TestIgnored(new Ordinal(99), "suiteName2", Some("suite.class.name"), "testName"))
121 …reporter(TestIgnored(ordinal, "SuiteClassName", Some("fully.qualified.SuiteClassName"), "theTestNa…
123 reporter(TestIgnored(ordinal, "SuiteClassName", None, "theTestName"))
H A DJUnitWrapperSuiteSuite.scala29 case event: TestIgnored =>
44 var testIgnoredEvent: Option[TestIgnored] = None
H A DJUnitSuiteSuite.scala72 case event: TestIgnored =>
91 var testIgnoredEvent: Option[TestIgnored] = None
/dports/graphics/pastel/pastel-0.8.1/cargo-crates/escargot-0.5.2/src/format/
H A Dtest.rs99 Ignored(TestIgnored),
141 pub struct TestIgnored { struct
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/escargot-0.5.0/src/format/
H A Dtest.rs105 Ignored(TestIgnored),
152 pub struct TestIgnored { struct
/dports/devel/scalatest/scalatest-1.6.1/src/test/scala/org/scalatest/jmock/
H A DTestReporter.scala34 case event: TestIgnored =>
/dports/devel/brz/breezy-3.2.0/breezy/tests/blackbox/
H A Dtest_ignored.py23 class TestIgnored(TestCaseWithTransport): class
/dports/devel/scalatest/scalatest-1.6.1/src/main/scala/org/scalatest/tools/
H A DEventToPresent.scala68 case _: TestIgnored => PresentTestIgnored
H A DFilterReporter.scala45 case event: TestIgnored => if (!configSet.contains(FilterTestIgnored)) report(event)
H A DXmlReporter.scala150 case e: TestIgnored => idx += 1
262 case e: TestIgnored => unexpected(e)
H A DEventHolder.scala68 …case event: TestIgnored => firstAndSecondString(firstString, suiteAndTestName(event.suiteName, eve…
H A DIconEmbellishedListCellRenderer.scala146 case _: TestIgnored => {
H A DScalaTestFramework.scala224 case t: TestIgnored => fireEvent(t.testName, Result.Skipped, None)
H A DRunnerJFrame.scala357 case event: TestIgnored => Some(suiteAndTestName(event.suiteName, event.testName))
374 case event: TestIgnored => None
916 …case TestIgnored(ordinal, suiteName, suiteClassName, testName, formatter, payload, threadName, tim…
1299 …case TestIgnored(ordinal, suiteName, suiteClassName, testName, formatter, payload, threadName, tim…
/dports/devel/scalatest/scalatest-1.6.1/src/main/scala/org/scalatest/junit/
H A DMyRunListener.scala74 …report(TestIgnored(theTracker.nextOrdinal(), testClassName, Some(testClass), testName, Some(Indent…
H A DRunNotifierReporter.scala76 …case TestIgnored(ordinal, suiteName, suiteClassName, testName, formatter, payload, threadName, tim…
/dports/devel/scalatest/scalatest-1.6.1/src/main/scala/org/scalatest/events/
H A DEvent.scala814 final case class TestIgnored ( caseClass
851 object TestIgnored { object
877 ): TestIgnored = {
903 ): TestIgnored = {
927 ): TestIgnored = {
/dports/devel/scalatest/scalatest-1.6.1/src/test/scala/org/scalatest/testng/
H A DTestNGSuiteSuite.scala97 one(reporter).apply(`with`(new IsAnything[TestIgnored]))
/dports/devel/scalatest/scalatest-1.6.1/src/main/scala/org/scalatest/
H A DDispatchReporter.scala117 case _: TestIgnored => incrementCount(event, _.testsIgnoredCount += 1); event
/dports/devel/scalatest/scalatest-1.6.1/src/main/scala/org/scalatest/testng/
H A DTestNGSuite.scala281 …report(TestIgnored(tracker.nextOrdinal(), thisSuite.suiteName, Some(thisSuite.getClass.getName), t…
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/os/signal/
H A Dsignal_test.go196 func TestIgnored(t *testing.T) { func

12