sbt.internal.util

LogWriterTest

object LogWriterTest extends Properties

Linear Supertypes
Properties, Prop, Testable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LogWriterTest
  2. Properties
  3. Prop
  4. Testable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class PropertySpecifier extends AnyRef

    Definition Classes
    Properties

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. def &&(p: ⇒ Prop): Prop

    Definition Classes
    Prop
  5. def ++(p: ⇒ Prop): Prop

    Definition Classes
    Prop
  6. def :|(l: Symbol): Prop

    Definition Classes
    Prop
  7. def :|(l: String): Prop

    Definition Classes
    Prop
  8. def ==(p: ⇒ Prop): Prop

    Definition Classes
    Prop
  9. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  11. def ==>(p: ⇒ Prop): Prop

    Definition Classes
    Prop
  12. final val MaxLines: Int(100)

  13. final val MaxSegments: Int(10)

  14. def addNewline(l: ToLog): ToLog

  15. def apply(p: Parameters): Result

    Definition Classes
    Properties → Prop
  16. implicit lazy val arbLevel: Arbitrary[util.Level.Value]

  17. implicit lazy val arbLine: Arbitrary[List[ToLog]]

  18. implicit lazy val arbLog: Arbitrary[ToLog]

  19. implicit lazy val arbNewLine: Arbitrary[NewLine]

  20. implicit lazy val arbOut: Arbitrary[Output]

  21. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  22. def check(lines: List[String], events: List[LogEvent], Lvl: util.Level.Value): Boolean

    Checks that the expected lines were recorded as events at level Lvl.

  23. def check: Unit

    Definition Classes
    Properties → Prop
  24. def check(prms: Parameters): Unit

    Definition Classes
    Properties → Prop
  25. def check(paramFun: (Parameters) ⇒ Parameters): Unit

    Definition Classes
    Prop
  26. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. def combine(p: Prop)(f: (Result, Result) ⇒ Result): Prop

    Definition Classes
    Prop
  28. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  31. def flatMap(f: (Result) ⇒ Prop): Prop

    Definition Classes
    Prop
  32. implicit lazy val genLevel: Gen[util.Level.Value]

  33. implicit def genLine(implicit logG: Gen[ToLog]): Gen[List[ToLog]]

  34. implicit def genLog(implicit content: Arbitrary[String], byChar: Arbitrary[Boolean]): Gen[ToLog]

  35. implicit lazy val genNewLine: Gen[NewLine]

  36. implicit lazy val genOutput: Gen[Output]

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

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

    Definition Classes
    AnyRef → Any
  39. def include(ps: Properties, prefix: String): Unit

    Definition Classes
    Properties
  40. def include(ps: Properties): Unit

    Definition Classes
    Properties
  41. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  42. def label(l: String): Prop

    Definition Classes
    Prop
  43. def listOf[T](max: Int)(implicit content: Arbitrary[T]): Gen[List[T]]

  44. def logLines(writer: Writer, lines: List[List[ToLog]], newLine: String): Unit

    Writes the given lines to the Writer.

    Writes the given lines to the Writer. lines is taken to be a list of lines, which are represented as separately written segments (ToLog instances). ToLog.byCharacter indicates whether to write the segment by character (true) or all at once (false)

  45. def main(args: Array[String]): Unit

    Definition Classes
    Prop
  46. def mainCallsExit: Boolean

    Definition Classes
    Prop
  47. def mainRunner(args: Array[String]): Int

    Definition Classes
    Properties → Prop
  48. def map(f: (Result) ⇒ Result): Prop

    Definition Classes
    Prop
  49. val name: String

    Definition Classes
    Properties
  50. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  53. def properties: Seq[(String, Prop)]

    Definition Classes
    Properties
  54. lazy val property: PropertySpecifier

    Definition Classes
    Properties
  55. def removeNewlines(s: String): String

  56. def show(event: LogEvent): String

    Displays a LogEvent in a useful format for debugging.

    Displays a LogEvent in a useful format for debugging. In particular, we are only interested in Log types and non-printable characters should be escaped

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

    Definition Classes
    AnyRef
  58. def toLines(lines: List[List[ToLog]]): List[String]

    Converts the given lines in segments to lines as Strings for checking the results of the test.

  59. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. def |:(l: Symbol): Prop

    Definition Classes
    Prop
  64. def |:(l: String): Prop

    Definition Classes
    Prop
  65. def ||(p: ⇒ Prop): Prop

    Definition Classes
    Prop

Inherited from Properties

Inherited from Prop

Inherited from Testable

Inherited from AnyRef

Inherited from Any

Ungrouped