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
Is your feature request related to a problem? Please describe.
i have a test that asserts the output of a sut that returns a bool value. more specifically, the happy case output is supposed to be true. when i assertTrue the output, the test times out.
Describe the solution you'd like assertTrue (or assertFalse) should pass when an appropriate value is passed in as an argument.
Describe alternatives you've considered
n/a.
Additional context
environment: Linux
compiler: /usr/bin/g++
hi there,
Is your feature request related to a problem? Please describe.
i have a test that
asserts
the output of asut
that returns abool
value. more specifically, the happy case output is supposed to betrue
. when iassertTrue
the output, the test times out.Describe the solution you'd like
assertTrue
(orassertFalse
) should pass when an appropriate value is passed in as an argument.Describe alternatives you've considered
n/a.
Additional context
environment: Linux
compiler: /usr/bin/g++
sample test:
Makefile:
commands:
output log:
please advise.
thanks in advance,
rey malahay
The text was updated successfully, but these errors were encountered: