Skip to content
#

cpputest

Here are 29 public repositories matching this topic...

lokimon
lokimon commented Oct 29, 2021

When a test fails and you click on the failing test, it will say something like

expected <-1>
but was  <0>
difference starts at position 0 at: <          0         >
^

But we still need the line numbers to know which line failed.

test.cpp:2325: error: Failure in TEST(TEST_GROUP1, TEST1)
	expected <-1>
	but was  <0>
	difference starts at position 0 at: <          0        

Improve this page

Add a description, image, and links to the cpputest topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cpputest topic, visit your repo's landing page and select "manage topics."

Learn more