Skip to content

ResultAssertionsBuilder🔗

Constructor🔗

new ResultAssertionsBuilder()

Methods🔗

build🔗

Builds the object.

public ResultAssertions build()

maxFrames🔗

Maximum frame count

public ResultAssertionsBuilder maxFrames(Long maxFrames)

type🔗

Type asserts that the frame matches a known type structure.

Possible enum values:

  • ""

  • "timeseries-wide"

  • "timeseries-long"

  • "timeseries-many"

  • "timeseries-multi"

  • "directory-listing"

  • "table"

  • "numeric-wide"

  • "numeric-multi"

  • "numeric-long"

  • "log-lines"

public ResultAssertionsBuilder type(ResultAssertionsType type)

typeVersion🔗

TypeVersion is the version of the Type property. Versions greater than 0.0 correspond to the dataplane

contract documentation https://grafana.github.io/dataplane/contract/.

public ResultAssertionsBuilder typeVersion(List<Long> typeVersion)

See also🔗