trait ExpressionTestMixin extends SuiteMixin with BeforeAndAfterEach
Testing trait which provides utilities for testing for proper com.twitter.finagle.stats.exp.Expression registration
- Self Type
- ExpressionTestMixin with Suite
- Alphabetic
- By Inheritance
- ExpressionTestMixin
- BeforeAndAfterEach
- SuiteMixin
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def downstreamLabel: Map[String, String]
- Attributes
- protected
- abstract def expectedTestCount(filter: Filter): Int
- Definition Classes
- SuiteMixin
- abstract def nestedSuites: IndexedSeq[Suite]
- Definition Classes
- SuiteMixin
- abstract def rerunner: Option[String]
- Definition Classes
- SuiteMixin
- abstract def run(testName: Option[String], args: Args): Status
- Definition Classes
- SuiteMixin
- abstract def runNestedSuites(args: Args): Status
- Attributes
- protected
- Definition Classes
- SuiteMixin
- abstract def runTests(testName: Option[String], args: Args): Status
- Attributes
- protected
- Definition Classes
- SuiteMixin
- abstract val sr: InMemoryStatsReceiver
- Attributes
- protected
- abstract def suiteId: String
- Definition Classes
- SuiteMixin
- abstract def suiteName: String
- Definition Classes
- SuiteMixin
- abstract def tags: Map[String, Set[String]]
- Definition Classes
- SuiteMixin
- abstract def testDataFor(testName: String, theConfigMap: ConfigMap): TestData
- Definition Classes
- SuiteMixin
- abstract def testNames: Set[String]
- Definition Classes
- SuiteMixin
- abstract val styleName: String
- Definition Classes
- SuiteMixin
- Annotations
- @deprecated
- Deprecated
(Since version 3.1.0) The styleName lifecycle method has been deprecated and will be removed in a future version of ScalaTest with no replacement.
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def afterEach(): Unit
- Attributes
- protected
- Definition Classes
- BeforeAndAfterEach
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def assertExpressionIsRegistered(name: String, labels: Map[String, String] = Map(), namespaces: Seq[String] = Seq()): Unit
Given the name, labels, and namespaces that make up a given ExpressionSchemaKey, assert that expression is registered on the StatsReceiver.
Given the name, labels, and namespaces that make up a given ExpressionSchemaKey, assert that expression is registered on the StatsReceiver.
- Attributes
- protected
- def assertExpressionsAsExpected(expected: Set[ExpressionSchemaKey]): Unit
Given a collection of expected ExpressionSchemaKeys, ensure that collection matches what is registered.
Given a collection of expected ExpressionSchemaKeys, ensure that collection matches what is registered.
- expected
a Set of ExpressionSchemaKeys that should be registered on the StatsReceiver
- Attributes
- protected
- def beforeEach(): Unit
- Attributes
- protected
- Definition Classes
- ExpressionTestMixin → BeforeAndAfterEach
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getMetricsReview: Map[ExpressionSchemaKey, ExpressionSchema]
Returns a collection of all registered expressions on the provided StatsReceiver
Returns a collection of all registered expressions on the provided StatsReceiver
- Attributes
- protected
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def nameToKey(name: String, labels: Map[String, String] = Map(), namespaces: Seq[String] = Seq()): ExpressionSchemaKey
- Attributes
- protected
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def runTest(testName: String, args: Args): Status
- Attributes
- protected
- Definition Classes
- BeforeAndAfterEach → SuiteMixin
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()