package testgrid.custom_evaluator

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Comparison

custom_evaluator.proto:64

The method of comparison used for evaluation. Describes how to compare two values.

Used in: TestResultComparison

enum Comparison.Operator

custom_evaluator.proto:65

Used in: Comparison

message Rule

custom_evaluator.proto:15

A single rule that describes how to evaluate a test_cases_pb2.TestResult

Used in: RuleSet

message RuleSet

custom_evaluator.proto:12

A collection of Rule objects. Used to define many rules.

Used in: config.TestGroup

message TestResultComparison

custom_evaluator.proto:26

Describes how to get information the TestResult proto and how to compare the value against the comparison value.

Used in: Rule