EvalResult
A very simplified version of os.CommandResult meant for easily performing assertions against.
Attributes
- Source
- IntegrationTester.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Source
- IntegrationTester.scala
Attributes
- Source
- IntegrationTester.scala
Attributes
- Source
- IntegrationTester.scala
Attributes
- Source
- IntegrationTester.scala
Attributes
- Source
- IntegrationTester.scala
The size of this product.
The size of this product.
Attributes
- Returns
-
for a product
A(x,,1,,, ..., x,,k,,), returnsk - Definition Classes
-
Product
- Source
- IntegrationTester.scala
The n^th^ element of this product, 0-based. In other words, for a product A(x,,1,,, ..., x,,k,,), returns x,,(n+1),, where 0 <= n < k.
The n^th^ element of this product, 0-based. In other words, for a product A(x,,1,,, ..., x,,k,,), returns x,,(n+1),, where 0 <= n < k.
Value parameters
- n
-
the index of the element to return
Attributes
- Returns
-
the element
nelements after the first element - Throws
-
IndexOutOfBoundsException
if the
nis out of range(n < 0 || n >= productArity). - Definition Classes
-
Product
- Source
- IntegrationTester.scala
The name of the n^th^ element of this product, 0-based. In the default implementation, an empty string.
The name of the n^th^ element of this product, 0-based. In the default implementation, an empty string.
Value parameters
- n
-
the index of the element name to return
Attributes
- Returns
-
the name of the specified element
- Throws
-
IndexOutOfBoundsException
if the
nis out of range(n < 0 || n >= productArity). - Definition Classes
-
Product
- Source
- IntegrationTester.scala
An iterator over the names of all the elements of this product.
An iterator over the names of all the elements of this product.
Attributes
- Definition Classes
-
Product
- Source
- IntegrationTester.scala
Attributes
- Source
- IntegrationTester.scala
Attributes
- Source
- IntegrationTester.scala
An iterator over all the elements of this product.
An iterator over all the elements of this product.
Attributes
- Returns
-
in the default implementation, an
Iterator[Any] - Definition Classes
-
Product
- Source
- IntegrationTester.scala