MunitPath

munit.internal.io.MunitPath
See theMunitPath companion object
case class MunitPath(filename: String)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def endsWith(other: MunitPath): Boolean
def endsWith(other: String): Boolean
def getName(index: Int): MunitPath
def getNameCount: Int
def isAbsolute: Boolean
def iterator(): Iterator[MunitPath]
def resolve(other: MunitPath): MunitPath
def resolve(other: String): MunitPath
def resolveSibling(other: String): MunitPath
def startsWith(other: MunitPath): Boolean
def startsWith(other: String): Boolean
def subpath(beginIndex: Int, endIndex: Int): MunitPath
def toFile: File
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
def toUri: URI

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product