We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e4c357 + 8b6029b commit 42b4a36Copy full SHA for 42b4a36
README.md
@@ -138,7 +138,7 @@ String assertions in Snowhouse are used to verify the values of STL strings (std
138
Used to verify that actual is equal to an expected value.
139
140
```cpp
141
-Assert:That(actual_str, Equals("foo"));
+AssertThat(actual_str, Equals("foo"));
142
AssertThat(actual_str, Is().EqualTo("foo"));
143
```
144
0 commit comments