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
Generally, we can perform the tests then the test will give an output on how the test failed. But, this isn't immediately clear to the students sometimes. We have been getting by doing
ASSERT_EQ(output, expected) <<outputMessage;
but we should see if we can find a way to better communicate to the students where, and how they went wrong.
Here is the code I've been using so far for analyzing standard output, but its gonna need some work for sure.
Generally, we can perform the tests then the test will give an output on how the test failed. But, this isn't immediately clear to the students sometimes. We have been getting by doing
but we should see if we can find a way to better communicate to the students where, and how they went wrong.
Here is the code I've been using so far for analyzing standard output, but its gonna need some work for sure.
The text was updated successfully, but these errors were encountered: