Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Feb 9, 2024
1 parent 5d6691f commit 23d5d9e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions internal/webconnectivityqa/testcase.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@ type TestCase struct {
// ExpectTestKeys contains the expected test keys
ExpectTestKeys *TestKeys

// Checkers contains an OPTIONAL list of functions
// that perform additional parsing of the measurement.
//
// Each function is expected to perform additional quality
// checks and return an explanatory error on failure.
// Checkers contains an OPTIONAL list of checkers
// that perform additional parsing of the measurement
// to ensure that specific properties hold.
Checkers []Checker
}

Expand Down

0 comments on commit 23d5d9e

Please sign in to comment.