wvlet
.
airspec
.
spi
Asserts
Related Docs:
object Asserts
|
package spi
trait
Asserts
extends
AnyRef
Self Type
Asserts
with
AirSpecSpi
Linear Supertypes
AnyRef
,
Any
Known Subclasses
AirSpec
,
PropertyCheck
Ordering
Alphabetic
By Inheritance
Inherited
Asserts
AnyRef
Any
Hide All
Show All
Visibility
Public
All
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
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
assert
(
cond: ⇒
Boolean
,
message:
String
)
(
implicit
code:
SourceCode
)
:
Unit
Attributes
protected
def
assert
(
cond: ⇒
Boolean
)
(
implicit
code:
SourceCode
)
:
Unit
Attributes
protected
def
assertEquals
(
a:
Double
,
b:
Double
,
delta:
Double
)
(
implicit
code:
SourceCode
)
:
Unit
Attributes
protected
def
assertEquals
(
a:
Float
,
b:
Float
,
delta:
Double
)
(
implicit
code:
SourceCode
)
:
Unit
Attributes
protected
def
cancel
(
reason:
String
=
"cancelled"
)
(
implicit
code:
SourceCode
)
:
Unit
Attributes
protected
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
fail
(
reason:
String
=
"failed"
)
(
implicit
code:
SourceCode
)
:
Unit
Attributes
protected
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
Annotations
@HotSpotIntrinsicCandidate
()
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
Annotations
@HotSpotIntrinsicCandidate
()
def
ignore
(
reason:
String
=
"ignored"
)
(
implicit
code:
SourceCode
)
:
Unit
Attributes
protected
def
intercept
[
E <:
Throwable
]
(
block: ⇒
Unit
)
(
implicit
arg0:
ClassTag
[
E
]
,
code:
SourceCode
)
:
E
Attributes
protected
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
def
pending
(
reason:
String
=
"pending"
)
(
implicit
code:
SourceCode
)
:
Unit
Attributes
protected
macro
def
pending
:
Unit
Attributes
protected
def
pendingUntil
(
reason:
String
=
"pending"
)
(
implicit
code:
SourceCode
)
:
Unit
Attributes
protected
def
skip
(
reason:
String
=
"skipped"
)
(
implicit
code:
SourceCode
)
:
Unit
Attributes
protected
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Deprecated Value Members
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@Deprecated
@deprecated
@throws
(
classOf[java.lang.Throwable]
)
Deprecated
(Since version )
see corresponding Javadoc for more information.
Inherited from
AnyRef
Inherited from
Any
Ungrouped