rapture.cli.test

Tests

object Tests extends TestSuite

Linear Supertypes
TestSuite, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Tests
  2. TestSuite
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract class Test extends TestCase

    Definition Classes
    TestSuite

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val Alpha: SimpleParam[String]

  7. val Beta: SimpleParam[Int]

  8. val Can't access invalid field: Test { type Return = Boolean }

  9. implicit object Captured extends SuggestionOutput

  10. val Check param value: Test { type Return = String }

  11. val Check param value 2: Test { type Return = String }

  12. val Check param value 3: Test { type Return = Option[rapture.cli.New.Coproduct[rapture.cli.New.SimpleParam[String]]] }

  13. val Check param values combined: Test { type Return = Boolean }

  14. val Check suggestions: Test { type Return = Seq[scala.collection.immutable.Vector[String]] }

  15. val Complex extraction failures: Test { type Return = Boolean }

  16. val Complex extraction successes: Test { type Return = Boolean }

  17. val Coproduct and product 1: Test { type Return = (String, Int) }

  18. val Coproduct and product 2: Test { type Return = (String, Int) }

  19. val Coproduct and product failure 1: Test { type Return = Unit }

  20. val Coproduct and product failure 2: Test { type Return = Unit }

  21. val Coproduct handler is total 1: Test { type Return = Boolean }

  22. val Coproduct handler is total 2: Test { type Return = Boolean }

  23. val Delta: SimpleParam[String]

  24. val Extract int: Test { type Return = Int }

  25. val Extract simple param: Test { type Return = String }

  26. val Gamma: SimpleParam[Unit]

  27. val Neither or both: Test { type Return = Boolean }

  28. val Optional Product 1: Test { type Return = (Option[String], Option[Int]) }

  29. val Optional Product 2: Test { type Return = (Option[String], Option[Int]) }

  30. val Optional Product 3: Test { type Return = (Option[String], Option[Int]) }

  31. val Optional Product 4: Test { type Return = (Option[String], Option[Int]) }

  32. val Optional value 1: Test { type Return = Option[String] }

  33. val Optional value 2: Test { type Return = Option[String] }

  34. val Parse first of multiple long flags: Test { type Return = Option[scala.collection.immutable.Vector[String]] }

  35. val Parse first of multiple long params: Test { type Return = Option[scala.collection.immutable.Vector[String]] }

  36. val Parse last of multiple long flags: Test { type Return = Option[scala.collection.immutable.Vector[String]] }

  37. val Parse last of multiple long params: Test { type Return = Option[scala.collection.immutable.Vector[String]] }

  38. val Parse long flag: Test { type Return = Option[scala.collection.immutable.Vector[String]] }

  39. val Parse long param: Test { type Return = Option[scala.collection.immutable.Vector[String]] }

  40. val Parse long param (multiple args): Test { type Return = Option[scala.collection.immutable.Vector[String]] }

  41. val Parse multiple short params: Test { type Return = Option[scala.collection.immutable.Vector[String]] }

  42. val Parse multiple short params with value: Test { type Return = Option[scala.collection.immutable.Vector[String]] }

  43. val Parse short flag: Test { type Return = Option[scala.collection.immutable.Vector[String]] }

  44. val Parse short param with value: Test { type Return = Option[scala.collection.immutable.Vector[String]] }

  45. val Simple coproduct 1: Test { type Return = String }

  46. val Simple coproduct 2: Test { type Return = String }

  47. val Simple product: Test { type Return = (String, Int) }

  48. val alpha: New.ParamMap

  49. val alphaIsBeta: New.ParamMap

  50. val alphaIsGamma: New.ParamMap

  51. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  52. val beta: New.ParamMap

  53. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. val delta: New.ParamMap

  55. val empty: New.ParamMap

  56. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  59. val gamma: New.ParamMap

  60. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  62. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  64. final def notify(): Unit

    Definition Classes
    AnyRef
  65. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  66. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Definition Classes
    TestSuite
  68. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TestSuite

Inherited from AnyRef

Inherited from Any

Ungrouped