Class

rapture.json.test

SprayTests

Related Doc: package test

Permalink

class SprayTests extends JsonTests

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

Instance Constructors

  1. new SprayTests()

    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
    Definition Classes
    JsonTests
  5. val Check type failure: Test

    Permalink
    Definition Classes
    JsonTests
  6. val Empty array serialization: Test { type Return = String }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    JsonTests
  29. val Filtered failed match: Test

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    JsonTests
  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
    Definition Classes
    JsonTests
  49. implicit def implicitParser: Parser[String, JsonAst]

    Permalink
    Definition Classes
    JsonTests
  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
    Definition Classes
    JsonTests
  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 JsonTests

Inherited from TestSuite

Inherited from AnyRef

Inherited from Any

Ungrouped