mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	Merge pull request #2850 from jeremy-rifkin/jr/mention-succeed-in-loggingmd
Mention SUCCEED along with FAIL in logging.md
This commit is contained in:
		| @@ -114,6 +114,10 @@ Similar to `INFO`, but messages are not limited to their own scope: They are rem | |||||||
|  |  | ||||||
| The message is always reported but does not fail the test. | The message is always reported but does not fail the test. | ||||||
|  |  | ||||||
|  | **SUCCEED(** _message expression_ **)** | ||||||
|  |  | ||||||
|  | The message is reported and the test case succeeds. | ||||||
|  |  | ||||||
| **FAIL(** _message expression_ **)** | **FAIL(** _message expression_ **)** | ||||||
|  |  | ||||||
| The message is reported and the test case fails. | The message is reported and the test case fails. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský