org.specs2.io.MockFileSystem

MockFileWriter

case class MockFileWriter(path: String) extends Writer with MockWriter with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, MockWriter, StringOutput, Output, Writer, Flushable, Closeable, AutoCloseable, Appendable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MockFileWriter
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. MockWriter
  7. StringOutput
  8. Output
  9. Writer
  10. Flushable
  11. Closeable
  12. AutoCloseable
  13. Appendable
  14. AnyRef
  15. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MockFileWriter(path: String)

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. def append(msg: String): ListBuffer[String]

    Attributes
    protected
    Definition Classes
    StringOutput
  7. def append(arg0: Char): Writer

    Definition Classes
    Writer → Appendable
    Annotations
    @throws( classOf[java.io.IOException] )
  8. def append(arg0: CharSequence, arg1: Int, arg2: Int): Writer

    Definition Classes
    Writer → Appendable
    Annotations
    @throws( classOf[java.io.IOException] )
  9. def append(arg0: CharSequence): Writer

    Definition Classes
    Writer → Appendable
    Annotations
    @throws( classOf[java.io.IOException] )
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clear(): Unit

    Definition Classes
    StringOutput
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def close(): Unit

    closes the Writer

    closes the Writer

    Definition Classes
    MockWriter → Writer → Closeable → AutoCloseable
  14. var closed: Boolean

    is the Writer closed?

    is the Writer closed?

    Definition Classes
    MockWriter
  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def flush(): Unit

    flushes the Writer

    flushes the Writer

    Definition Classes
    MockWriter → Output → Writer → Flushable
  18. final def getClass(): Class[_]

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

    Definition Classes
    Any
  20. def messages: List[String]

    returns

    the list of stored messages

    Definition Classes
    StringOutput
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  24. def output: String

    returns

    the output as one string

    Definition Classes
    StringOutput
  25. val path: String

  26. def print(m: Any): Unit

    print an object with no newline

    print an object with no newline

    Definition Classes
    Output
  27. def printStackTrace(t: Throwable): Unit

    print stacktraces

    print stacktraces

    Definition Classes
    Output
  28. def printf(s: String, args: Any*): Unit

    if a message is printed with a newline it is considered as being a new message otherwise it is added to the last message

    if a message is printed with a newline it is considered as being a new message otherwise it is added to the last message

    Definition Classes
    StringOutputOutput
  29. def println(m: Any): Unit

    print an object with a newline

    print an object with a newline

    Definition Classes
    Output
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def write(m: String): Unit

    Definition Classes
    MockFileWriter → MockWriter → Writer
  35. def write(a: Array[Char], b: Int, c: Int): Unit

    overrides the write(a: Array[Char], b: Int, c: Int) method to do nothing

    overrides the write(a: Array[Char], b: Int, c: Int) method to do nothing

    Definition Classes
    MockWriter → Writer
  36. def write(arg0: String, arg1: Int, arg2: Int): Unit

    Definition Classes
    Writer
    Annotations
    @throws( classOf[java.io.IOException] )
  37. def write(arg0: Array[Char]): Unit

    Definition Classes
    Writer
    Annotations
    @throws( classOf[java.io.IOException] )
  38. def write(arg0: Int): Unit

    Definition Classes
    Writer
    Annotations
    @throws( classOf[java.io.IOException] )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from MockWriter

Inherited from StringOutput

Inherited from Output

Inherited from Writer

Inherited from Flushable

Inherited from Closeable

Inherited from AutoCloseable

Inherited from Appendable

Inherited from AnyRef

Inherited from Any

Ungrouped