Class

rapture.json.test

JsonTests

Related Doc: package test

Permalink

abstract class JsonTests extends TestSuite

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

Instance Constructors

  1. new JsonTests(ast: JsonAst, parser: Parser[String, JsonAst])

    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 Empty array serialization: Test { type Return = String }

    Permalink
  7. val Empty object doesn't match: Test

    Permalink
  8. val Empty object serialization: Test { type Return = String }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  27. val Extract value called "self": Test { type Return = Int }

    Permalink
  28. val Extracting Option should not throw exception: Test { type Return = Option[String] }

    Permalink
  29. val Filtered failed match: Test

    Permalink
  30. val Filtered match: Test { type Return = String }

    Permalink
  31. val Inner filtered match: Test { type Return = Double }

    Permalink
  32. val Match inner JSON: Test { type Return = rapture.data.DataType[rapture.json.Json,rapture.data.DataAst] }

    Permalink
  33. val Match inner string: Test { type Return = String }

    Permalink
  34. val Match string: Test { type Return = String }

    Permalink
  35. val Multiple pattern match: Test { type Return = Int }

    Permalink
  36. val Serialize array: Test { type Return = String }

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

    Permalink
  38. val Serialize object: Test { type Return = String }

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

    Permalink
  40. val Tabs should be escaped when serializing strings: Test { type Return = String }

    Permalink
  41. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  48. implicit def implicitAst: JsonAst

    Permalink
  49. implicit def implicitParser: Parser[String, JsonAst]

    Permalink
  50. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  54. val source1: Json

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

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

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

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

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

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

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

Inherited from TestSuite

Inherited from AnyRef

Inherited from Any

Ungrouped