Meta

mill.testkit.IntegrationTester.Impl.Meta
class Meta(selector0: String)

Attributes

Source
IntegrationTester.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def cached: Cached

Returns the .json metadata file contents parsed into a Evaluator.Cached object, containing both the value as JSON and the associated metadata (e.g. hashes)

Returns the .json metadata file contents parsed into a Evaluator.Cached object, containing both the value as JSON and the associated metadata (e.g. hashes)

Attributes

Source
IntegrationTester.scala
def json: Value

Returns the value as JSON

Returns the value as JSON

Attributes

Source
IntegrationTester.scala
def text: String

Returns the raw text of the .json metadata file

Returns the raw text of the .json metadata file

Attributes

Source
IntegrationTester.scala
def value[T : Reader]: T

Returns the value parsed from JSON into a value of type T

Returns the value parsed from JSON into a value of type T

Attributes

Source
IntegrationTester.scala