oxygen-test
oxygen-test
API
oxygen
predef
test
test
Contract
Generator
Generator
Bounded
Bounded
ConcatBounded
ConcatUnbounded
Finite
Finite
FlatMapUnbounded
MapBounded
MapUnbounded
OfSeq
Rand
Unbounded
GeneratorLowPriority
LowPriority1
LowPriority2
LayerProvider
LayerProvider
Empty
PerTest
Shared
SharedAndPerTest
OxygenAspects
withMinLogLevel
OxygenAssertions
OxygenContractSpec
OxygenSpec
OxygenSpec
OxygenSpecDefault
RandomGen
syntax
oxygen-test
/
oxygen
/
oxygen.test
/
OxygenAssertions
OxygenAssertions
oxygen.test.OxygenAssertions
object
OxygenAssertions
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
OxygenAssertions
.
type
Members list
Clear all
Value members
Concrete methods
def
assertSeq
[
A
](
assertions
:
Assertion
[
A
]*):
Assertion
[
Seq
[
A
]]
def
equalTo_filteredDiff
[
A
](
expected
:
A
)(
partialShow
:
PartialFunction
[
Matchable
,
String
]):
Assertion
[
A
]
def
equalTo_filteredDiff
[
A
](
expected
:
A
):
Assertion
[
A
]
def
equalTo_unfilteredDiff
[
A
](
expected
:
A
)(
partialShow
:
PartialFunction
[
Matchable
,
String
]):
Assertion
[
A
]
def
equalTo_unfilteredDiff
[
A
](
expected
:
A
):
Assertion
[
A
]
def
seqsHaveSameSize
[
A
]:
Assertion
[(
Seq
[
A
],
Seq
[
A
])]
def
showGeneric
(
any
:
Any
,
color
:
String
)(
show
:
PartialFunction
[
Matchable
,
String
]):
String
def
showGeneric
(
any
:
Any
,
color
:
String
):
String
def
testSeqElements
[
A
](
test
: (
A
,
A
)
=>
Boolean
)(
makeMessage
: (
A
,
A
,
Int
)
=>
ErrorMessage
):
Assertion
[(
Seq
[
A
],
Seq
[
A
])]
def
testSeqElements
[
A
](
test
: (
A
,
A
)
=>
Boolean
):
Assertion
[(
Seq
[
A
],
Seq
[
A
])]
Extensions
Extensions
extension
[
A
](
self
:
Assertion
[
A
])
def
cmap
[
B
](
name
:
String
)(
f
:
PartialFunction
[
B
,
A
]):
Assertion
[
B
]
extension
[
A
](
self
:
Assertion
[
Seq
[
A
]])
def
toNelAssertion
:
Assertion
[
NonEmptyList
[
A
]]
In this article
Attributes
Members list
Value members
Concrete methods
Extensions
Extensions