org
.
specs2
.
matcher
ScalaInterpreterMatchers
Related Doc:
package matcher
trait
ScalaInterpreterMatchers
extends
Expectations
Self Type
ScalaInterpreterMatchers
Linear Supertypes
Expectations
,
ExpectationsDescription
,
TypedEqual
,
ExpectationsCreation
,
MatchResultStackTrace
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
ScalaInterpreterMatchers
Expectations
ExpectationsDescription
TypedEqual
ExpectationsCreation
MatchResultStackTrace
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Type Members
class
Descriptible
[
T
]
extends
AnyRef
Definition Classes
ExpectationsDescription
class
ExpectationDescription
extends
AnyRef
Definition Classes
ExpectationsDescription
abstract
class
InterpretedScript
extends
AnyRef
class
TypedEqualExpectation
[
T
]
extends
AnyRef
Definition Classes
TypedEqual
Abstract Value Members
abstract
def
interpret
(
s:
String
)
:
String
use your own interpreter implementation to interpret a Scala script
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
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
checkFailure
[
T
]
(
m:
MatchResult
[
T
]
)
:
MatchResult
[
T
]
Attributes
protected
Definition Classes
ExpectationsCreation
def
checkMatchResultFailure
[
T
]
(
m:
MatchResult
[
T
]
)
:
MatchResult
[
T
]
Attributes
protected
Definition Classes
ExpectationsCreation
def
checkResultFailure
(
r: ⇒
Result
)
:
Result
Attributes
protected
Definition Classes
ExpectationsCreation
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
createExpectable
[
T
]
(
t: ⇒
T
,
alias:
Option
[(
String
) ⇒
String
]
)
:
Expectable
[
T
]
Definition Classes
ExpectationsCreation
def
createExpectable
[
T
]
(
t: ⇒
T
,
alias: (
String
) ⇒
String
)
:
Expectable
[
T
]
Definition Classes
ExpectationsCreation
def
createExpectable
[
T
]
(
t: ⇒
T
,
alias: ⇒
String
)
:
Expectable
[
T
]
Definition Classes
ExpectationsCreation
def
createExpectable
[
T
]
(
t: ⇒
T
)
:
Expectable
[
T
]
Definition Classes
ExpectationsCreation
def
createExpectableWithShowAs
[
T
]
(
t: ⇒
T
,
showAs: ⇒
String
)
:
Expectable
[
T
]
Definition Classes
ExpectationsCreation
implicit
def
describe
[
T
]
(
t: ⇒
T
)
:
Descriptible
[
T
]
Definition Classes
ExpectationsDescription
implicit
def
describeExpectation
(
description:
String
)
:
ExpectationDescription
Definition Classes
ExpectationsDescription
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
implicit
def
interpretedScript
(
s:
String
)
:
InterpretedScript
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
mapMatchResult
[
T
]
(
m:
MatchResult
[
T
]
)
:
MatchResult
[
T
]
Attributes
protected
Definition Classes
ExpectationsCreation
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
sandboxMatchResult
[
T
]
(
mr: ⇒
MatchResult
[
T
]
)
:
MatchResult
[
T
]
Attributes
protected
Definition Classes
ExpectationsCreation
def
setStacktrace
[
T
]
(
m:
MatchResult
[
T
]
)
:
MatchResult
[
T
]
Attributes
protected
Definition Classes
MatchResultStackTrace
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
implicit
def
typedEqualExpectation
[
T
]
(
t: ⇒
T
)
:
TypedEqualExpectation
[
T
]
Definition Classes
TypedEqual
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
Expectations
Inherited from
ExpectationsDescription
Inherited from
TypedEqual
Inherited from
ExpectationsCreation
Inherited from
MatchResultStackTrace
Inherited from
AnyRef
Inherited from
Any
Ungrouped