Create a test case for interactive testing.
Test the value of true
.
Interactive assertion passed.
Test an array of true
values.
Interactive assertion failed.
---------------------
Framework Diagnostic:
---------------------
IsEqualTo failed.
--> LogicalComparator failed.
--> The logical values are not equal
Actual Logical Value:
1 1 1
Expected Logical Value:
1
Assertion failed.
The actual value must be a scalar logical to satisfy the constraint.
Compare the value of 1
to true
.
Interactive verification failed.
---------------------
Framework Diagnostic:
---------------------
IsEqualTo failed.
--> LogicalComparator failed.
--> Class check failed.
--> Classes do not match.
Actual Class:
double
Expected Class:
logical
Actual double:
1
Expected logical:
1
Compare the value of false
to true
.
Interactive assertion failed.
---------------------
Framework Diagnostic:
---------------------
IsEqualTo failed.
--> LogicalComparator failed.
--> The logical values are not equal
Actual Logical Value:
0
Expected Logical Value:
1
Assertion failed.