Pointblank Validation
Validation example with briefs
Polarssmall_tableWARNING0.1ERROR0.25CRITICAL0.35
STEP COLUMNS VALUES TBL EVAL UNITS PASS FAIL W E C EXT
#FF3300 1
col_vals_eq
col_vals_eq()

Global Brief: Expect that values in a should be == 3.

a 3 13 3
0.23
10
0.77
#FF3300 2
col_vals_lt
col_vals_lt()
c 5 13 5
0.38
8
0.62
#4CA64C 3
col_vals_gt
col_vals_gt()

Expect that values in d should be > 100.

d 100 13 13
1.00
0
0.00
#4CA64C66 4
col_vals_le
col_vals_le()

This is a custom local brief for the assertion

a 7 13 12
0.92
1
0.08
#AAAAAA 5
col_vals_ge
col_vals_ge()

Step 5: Expect that values in d should be >= 500.

d 500 13 11
0.85
2
0.15