Titan



getverdict

The keyword getverdict belongs to the family of verdict operations. It is used to retrieve the local verdict of the test component it is executed in. 

Related keywords:


getverdict


Example 1:

var verdicttype v_cour := none;
v_cour := getverdict;

The  local verdict of the test component is stored in the variable v_cour.



BNF definition of getverdict