TestOptionsConversions

munit.TestOptionsConversions

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait BaseFunSuite
class FunSuite
object TestOptions

Members list

Implicits

Implicits

implicit def testOptionsFromString(name: String)(implicit loc: Location): TestOptions

Implicitly create a TestOptions given a test name. This allows writing test("name") { ... } even if test accepts a TestOptions

Implicitly create a TestOptions given a test name. This allows writing test("name") { ... } even if test accepts a TestOptions

Attributes