Class

com.github.eerohele.expek.XsltSpecification

withFiles

Related Doc: package XsltSpecification

Permalink

case class withFiles(mockFiles: (FileSystem) ⇒ MockFile*) extends BeforeAfter with Product with Serializable

Given a list of functions that take a Jimfs instance and return a MockFile, create the mockfiles in the given file system and delete them after running the specification.

The mock files are then available for parsing during the test. Any relative URIs and URIs that use Jimfs.URI_SCHEME as the scheme will be resolved against the given Jimfs file system.

Linear Supertypes
Serializable, Serializable, Product, Equals, BeforeAfter, DelayedInit, BeforeAfter, After, Before, Context, Scope, Scope, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withFiles
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. BeforeAfter
  7. DelayedInit
  8. BeforeAfter
  9. After
  10. Before
  11. Context
  12. Scope
  13. Scope
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new withFiles(mockFiles: (FileSystem) ⇒ MockFile*)

    Permalink

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. def after: Unit

    Permalink
    Definition Classes
    withFiles → After
  5. def andThen(b: BeforeAfter): BeforeAfter

    Permalink
    Definition Classes
    BeforeAfter
  6. def andThen(a: After): After

    Permalink
    Definition Classes
    After
  7. def andThen(b: Before): Before

    Permalink
    Definition Classes
    Before
  8. def apply[T](a: ⇒ T)(implicit arg0: AsResult[T]): Result

    Permalink
    Definition Classes
    BeforeAfter → After → Before → Context
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def before: Unit

    Permalink
    Definition Classes
    withFiles → Before
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def compose(b: BeforeAfter): BeforeAfter

    Permalink
    Definition Classes
    BeforeAfter
  13. def compose(a: After): After

    Permalink
    Definition Classes
    After
  14. def compose(b: Before): Before

    Permalink
    Definition Classes
    Before
  15. def delayedInit(x: ⇒ Unit): Unit

    Permalink
    Definition Classes
    BeforeAfter → DelayedInit
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Any
  20. val mockFiles: (FileSystem) ⇒ MockFile*

    Permalink
  21. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  25. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from BeforeAfter

Inherited from DelayedInit

Inherited from BeforeAfter

Inherited from After

Inherited from Before

Inherited from Context

Inherited from Scope

Inherited from Scope

Inherited from AnyRef

Inherited from Any

Ungrouped