Find method to clarify gtest output statements.
Open
- Dominant language
- C++
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
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) <
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing the existing ASSERT_EQ usage and the ASSERT_STD_OUTPUT_MSG macro shown in the issue, including how it captures standard output. Determine how test failures should communicate where and how students went wrong, then verify that the resulting gtest output is clearer for failed standard-output checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100