Class

rapture.xml.test

XmlTests

Related Doc: package test

Permalink

abstract class XmlTests extends TestSuite

Linear Supertypes
TestSuite, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XmlTests
  2. TestSuite
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new XmlTests(ast: XmlAst, parser: Parser[String, XmlAst])

    Permalink

Type Members

  1. abstract class Test extends TestCase

    Permalink
    Definition Classes
    TestSuite

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val Check missing value failure: Test

    Permalink
  5. val Check type failure: Test

    Permalink
  6. val Extract Boolean: Test { type Return = Boolean }

    Permalink
  7. val Extract Double: Test { type Return = Double }

    Permalink
  8. val Extract Int: Test { type Return = Int }

    Permalink
  9. val Extract List element: Test { type Return = Int }

    Permalink
  10. val Extract List[Int]: Test { type Return = List[Int] }

    Permalink
  11. val Extract Option[Int]: Test { type Return = Option[Int] }

    Permalink
  12. val Extract Option[Int], wrong type: Test { type Return = Option[Int] }

    Permalink
  13. val Extract String: Test { type Return = String }

    Permalink
  14. val Extract Vector[Int]: Test { type Return = scala.collection.immutable.Vector[Int] }

    Permalink
  15. val Extract case class: Test { type Return = rapture.xml.test.Foo }

    Permalink
  16. val Extract case class ignoring default value: Test { type Return = rapture.xml.test.HasDefault2 }

    Permalink
  17. val Extract case class with missing optional value: Test { type Return = rapture.xml.test.Baz }

    Permalink
  18. val Extract case class with missing tried value: Test { type Return = rapture.xml.test.Baz2 }

    Permalink
  19. val Extract case class with present optional value: Test { type Return = rapture.xml.test.Baz }

    Permalink
  20. val Extract case class with present tried value: Test { type Return = rapture.xml.test.Baz2 }

    Permalink
  21. val Extract deeply-nested case class: Test { type Return = rapture.xml.test.A }

    Permalink
  22. val Extract missing value with case class default: Test { type Return = rapture.xml.test.HasDefault }

    Permalink
  23. val Extract missing value with case class default 2: Test { type Return = rapture.xml.test.HasDefault2 }

    Permalink
  24. val Extract nested case class: Test { type Return = rapture.xml.test.Bar }

    Permalink
  25. val Extract object element: Test { type Return = String }

    Permalink
  26. val Serialize int: Test { type Return = String }

    Permalink
  27. val Serialize string: Test { type Return = String }

    Permalink
  28. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  29. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  31. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  32. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  33. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  34. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  35. implicit def implicitAst: XmlAst

    Permalink
  36. implicit def implicitParser: Parser[String, XmlAst]

    Permalink
  37. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  38. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  39. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  41. val source1: Xml

    Permalink
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  43. def test[T](act: ⇒ T): Test { type Return = T }

    Permalink
    Definition Classes
    TestSuite
  44. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  45. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TestSuite

Inherited from AnyRef

Inherited from Any

Ungrouped