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, MockOutput, Output, Writer, Flushable, Closeable, AutoCloseable, Appendable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. MockFileWriter
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. MockWriter
  7. MockOutput
  8. Output
  9. Writer
  10. Flushable
  11. Closeable
  12. AutoCloseable
  13. Appendable
  14. AnyRef
  15. Any
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
    MockOutput
  7. def append(arg0: Char): Writer

    Definition Classes
    Writer → Appendable
    Annotations
    @throws()
  8. def append(arg0: CharSequence, arg1: Int, arg2: Int): Writer

    Definition Classes
    Writer → Appendable
    Annotations
    @throws()
  9. def append(arg0: CharSequence): Writer

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

    Definition Classes
    Any
  11. def canEqual(arg0: Any): Boolean

    Definition Classes
    MockFileWriter → Equals
  12. def clear(): Unit

    Definition Classes
    MockOutput
  13. def clone(): AnyRef

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

    closes the Writer

    closes the Writer

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

    is the Writer closed?

    is the Writer closed?

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

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

    Definition Classes
    MockFileWriter → Equals → AnyRef → Any
  18. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  19. def flush(): Unit

    flushes the Writer

    flushes the Writer

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

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

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

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

    returns

    the list of stored messages

    Definition Classes
    MockOutput
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  27. val path: String

  28. def print(m: Any): Unit

    print an object with no newline

    print an object with no newline

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

    print stacktraces

    print stacktraces

    Definition Classes
    Output
  30. 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
    MockOutput → Output
  31. def println(m: Any): Unit

    print an object with a newline

    print an object with a newline

    Definition Classes
    Output
  32. def productArity: Int

    Definition Classes
    MockFileWriter → Product
  33. def productElement(arg0: Int): Any

    Definition Classes
    MockFileWriter → Product
  34. def productIterator: Iterator[Any]

    Definition Classes
    Product
  35. def productPrefix: String

    Definition Classes
    MockFileWriter → Product
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toString(): String

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

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

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

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

    Definition Classes
    MockFileWriter → MockWriter → Writer
  42. 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
  43. def write(arg0: String, arg1: Int, arg2: Int): Unit

    Definition Classes
    Writer
    Annotations
    @throws()
  44. def write(arg0: Array[Char]): Unit

    Definition Classes
    Writer
    Annotations
    @throws()
  45. def write(arg0: Int): Unit

    Definition Classes
    Writer
    Annotations
    @throws()

Deprecated Value Members

  1. def productElements: Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    (Since version 2.8.0) use productIterator instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from MockWriter

Inherited from MockOutput

Inherited from Output

Inherited from Writer

Inherited from Flushable

Inherited from Closeable

Inherited from AutoCloseable

Inherited from Appendable

Inherited from AnyRef

Inherited from Any