FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Implement a way to test assert statement in computeFactorial function · Issue #23 · kartikkumar/cppbase · GitHub
kartikkumar
/
cppbase
Public template
Notifications
You must be signed in to change notification settings
Fork
26
Star
155
Code
Issues
10
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Implement a way to test assert statement in computeFactorial function
#23
Copy link
Copy link
Open
Open
Implement a way to test assert statement in computeFactorial function
#23
Copy link
Assignees
Labels
enhancement
Description
kartikkumar
Issue body actions
Catch2 currently doesn't support testing assert statements.
Some resources:
https://stackoverflow.com/questions/31229718/test-a-function-using-assert-c
https://stackoverflow.com/questions/3756422/how-to-catch-an-assert-with-google-test
Reactions are currently unavailable
Metadata
Metadata
Assignees
kartikkumar
Labels
enhancement
Projects
No projects
Milestone
No milestone
Relationships
None yet
Development
No branches or pull requests
Issue actions
Back
|
FazBrowse Home
|
New Git URL
Catch2 currently doesn't support testing assert statements.
Some resources: