trait IOChecker extends Checker[IO]
Implementation of Checker[IO]
- Self Type
- IOChecker with Specification
- Source
- specs2.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IOChecker
- Checker
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
- val M: Async[IO]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
check(q: Update0): Fragments
- Definition Classes
- Checker
-
def
check[A](q: Update[A])(implicit A: scala.reflect.api.JavaUniverse.TypeTag[A]): Fragments
- Definition Classes
- Checker
-
def
check[A](q: Query0[A])(implicit A: scala.reflect.api.JavaUniverse.TypeTag[A]): Fragments
- Definition Classes
- Checker
-
def
check[A, B](q: Query[A, B])(implicit A: scala.reflect.api.JavaUniverse.TypeTag[A], B: scala.reflect.api.JavaUniverse.TypeTag[B]): Fragments
- Definition Classes
- Checker
-
def
checkOutput[A](q: Query0[A])(implicit A: scala.reflect.api.JavaUniverse.TypeTag[A]): Fragments
- Definition Classes
- Checker
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def unsafeRunSync[A](ma: IO[A]): A
-
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( ... )