You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TcUnit/TcUnit/POUs/FB_Test.TcPOU
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ VAR
19
19
(* Failure parameters. If TestIsFailed is TRUE, the other parameters will hold values as well *)
20
20
TestIsFailed : BOOL; // Indication of whether this test has at least one failed assert
21
21
AssertionMessage : T_MaxString; // Assertion message for the first assertion in this test
22
+
AssertionFailure : Tc2_System.T_MaxString; // Assertion failure for the first assertion in this test
22
23
AssertionType : E_AssertionType; // Assertion type for the first assertion in this test
23
24
24
25
StartedAt : LWORD; // Temporary variable to calculate the actual duration of the test, the value holds the cpu cycle counter when a test is started in 100ns precision
0 commit comments