object nanoTime extends Method[MockClock, Unit, Long]
- Alphabetic
- By Inheritance
- nanoTime
- Method
- AnyRef
- Any
- Hide All
- Show All
- 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
-
def
apply(assertion: Assertion[Unit])(implicit ev: =!=[Unit, Unit]): ArgumentExpectation[MockClock, Unit, Long]
Provides the
Assertionon method argumentsIto produceArgumentExpectation.Provides the
Assertionon method argumentsIto produceArgumentExpectation.Available only for methods that do take arguments.
- Definition Classes
- Method
- Annotations
- @silent( ... )
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
returns[E](returns: ReturnExpectation[Unit, E, Long])(implicit ev: <:<[Unit, Unit]): Expectation[MockClock, E, Long]
Provides the
ReturnExpectationto produce the finalExpectation.Provides the
ReturnExpectationto produce the finalExpectation.Available only for methods that don't take arguments.
- Definition Classes
- Method
- Annotations
- @silent( ... )
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
Render method fully qualified name.
Render method fully qualified name.
- Definition Classes
- Method → AnyRef → Any
-
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( ... ) @native()