TestableElement
Attributes
- Source
- PeekPokeAPI.scala
- Graph
-
- Supertypes
-
trait PeekPokable[T]trait AnyTestableData[T]trait Pokable[T]trait Peekable[T]class Objecttrait Matchableclass AnyShow all
- Known subtypes
Members list
Value members
Concrete methods
Attributes
- Source
- PeekPokeAPI.scala
Attributes
- Source
- PeekPokeAPI.scala
Attributes
- Source
- PeekPokeAPI.scala
Expect the value of a data port to be equal to the expected value.
Expect the value of a data port to be equal to the expected value.
Value parameters
- buildMessage
-
a function taking (observedValue: T, expectedValue: T) and returning a String message for the failure case
- expected
-
the expected value
Attributes
- Throws
-
FailedExpectationException
if the observed value does not match the expected value
- Source
- PeekPokeAPI.scala
Expect the value of a data port to be equal to the expected value.
Expect the value of a data port to be equal to the expected value.
Value parameters
- expected
-
the expected value
- message
-
a message for the failure case
Attributes
- Throws
-
FailedExpectationException
if the observed value does not match the expected value
- Definition Classes
- Source
- PeekPokeAPI.scala
Attributes
- Source
- PeekPokeAPI.scala
Attributes
- Source
- PeekPokeAPI.scala
Expect the value of a data port to be equal to the expected value.
Expect the value of a data port to be equal to the expected value.
Value parameters
- expected
-
the expected value
Attributes
- Throws
-
FailedExpectationException
if the observed value does not match the expected value
- Definition Classes
- Source
- PeekPokeAPI.scala
Attributes
- Source
- PeekPokeAPI.scala
Get the value of a data port as a literal.
Get the value of a data port as a literal.
Attributes
- Returns
-
the value of the peeked data
- Source
- PeekPokeAPI.scala
Attributes
- Source
- PeekPokeAPI.scala
Sets the value of a data port.
Sets the value of a data port.
Value parameters
- literal
-
the value to set, which must be a literal
Attributes
- Source
- PeekPokeAPI.scala
Attributes
- Source
- PeekPokeAPI.scala
Inherited methods
Attributes
- Inherited from:
- AnyTestableData
- Source
- PeekPokeAPI.scala
Attributes
- Inherited from:
- AnyTestableData
- Source
- PeekPokeAPI.scala
Inherited and Abstract methods
Attributes
- Inherited from:
- AnyTestableData
- Source
- PeekPokeAPI.scala