Groups
Groups
Sign in
Groups
Groups
CATCH
Conversations
Labels
BDD
C
CATCH
CATCH-VC6
CMake
CTACH
Emacs
FPE
Mocks
Qt
TEST_CASE_METHOD
Turtle
Welcome
Windows
approx
build
catch2
colors
command-line
conferences
configuration
documentation
exceptions
floating-point
ide
info
intellisense
logging
loop
macros
matchers
output
parameters
performance
release
reporters
reporting
scoped_infio
scoped_info
section
sfinae
single-include
status
thread
tool
udt
uint8_t
values
variadic
visual-studio
xcode
About
Send feedback
Help
CATCH
Contact owners and managers
1–30 of 301
This forum is for the discussion of Catch2 - the open source automated test framework for C, C++ & Objective-C.
The full code can be found on GitHub at:
http://catch-
lib.net
Documentation is in the repository in the docs folder (viewable from GitHub)
For issues please raise a ticket on the GitHub site.
Mark all as read
Report group
0 selected
Dmitrij Moreinis
,
Phil Nash
2
3/14/19
How to use it if the project has a main
Hi Dmitrij, See https://github.com/catchorg/Catch2/blob/master/docs/own-main.md Regards, Phil Nash
unread,
CATCH
How to use it if the project has a main
Hi Dmitrij, See https://github.com/catchorg/Catch2/blob/master/docs/own-main.md Regards, Phil Nash
3/14/19
Jacopo Freddi
12/1/17
[!mayfail] and [!shouldfail] still make the build fail
Hi all, I love using Catch (1.x) and it was a great help so far. I discovered this amazing feature
unread,
CATCH
[!mayfail] and [!shouldfail] still make the build fail
Hi all, I love using Catch (1.x) and it was a great help so far. I discovered this amazing feature
12/1/17
Ovanes Markarian
,
Dvir Yitzchaki
3
9/23/17
Implementing Integration with a Mocking Framework
On 23. Sep 2017, at 22:57, Dvir Yitzchaki <dvi...@gmail.com> wrote: Maybe you can take
unread,
CATCH
Mocks
Turtle
Implementing Integration with a Mocking Framework
On 23. Sep 2017, at 22:57, Dvir Yitzchaki <dvi...@gmail.com> wrote: Maybe you can take
9/23/17
Chris Green
7/18/17
Verify that a particular FPE is raised?
Is it possible, using the Catch framework, to specify that an FPE of a particular type *should* be
unread,
CATCH
FPE
Verify that a particular FPE is raised?
Is it possible, using the Catch framework, to specify that an FPE of a particular type *should* be
7/18/17
Raunak Gupta
3/14/17
How to use CATCH complete framework in Eclipse (Beginner in C++ Testing)
Hello Friends, I am new to programming and testing. I recently heard about this modern framework
unread,
CATCH
CATCH-VC6
How to use CATCH complete framework in Eclipse (Beginner in C++ Testing)
Hello Friends, I am new to programming and testing. I recently heard about this modern framework
3/14/17
Brian Plummer
12/20/16
Using CATCH with C++ template based tests -- see Issue #46
Witness the following : ------------------------------------------------------------ #include <
unread,
CATCH
section
Using CATCH with C++ template based tests -- see Issue #46
Witness the following : ------------------------------------------------------------ #include <
12/20/16
Lloyd
, …
Ryan Gonzalez
4
11/2/16
Testing Private methods
On Tuesday, November 1, 2016 at 9:41:27 PM UTC+5:30, Jens Alfke wrote: On Oct 31, 2016, at 10:51 PM,
unread,
CATCH
Testing Private methods
On Tuesday, November 1, 2016 at 9:41:27 PM UTC+5:30, Jens Alfke wrote: On Oct 31, 2016, at 10:51 PM,
11/2/16
Jake Vizzoni
,
Jens Alfke
6
10/8/16
Passing arguments to the class constructor in TEST_CASE_METHOD?
On Oct 7, 2016, at 10:00 AM, Jake Vizzoni <jv.ass...@gmail.com> wrote: I've explored
unread,
CATCH
TEST_CASE_METHOD
macros
Passing arguments to the class constructor in TEST_CASE_METHOD?
On Oct 7, 2016, at 10:00 AM, Jake Vizzoni <jv.ass...@gmail.com> wrote: I've explored
10/8/16
Kalle Lampila
,
and...@arangodb.com
2
3/7/17
Multiple reporters
I have the exact same problem. Is this somehow supported? I want to enable the junit reporter and
unread,
CATCH
output
reporters
Multiple reporters
I have the exact same problem. Is this somehow supported? I want to enable the junit reporter and
3/7/17
Tim Lenertz
,
Phil Nash
2
4/23/16
multithreading
Catch is not currently thread safe (which explains your errors). It should be safe run threads within
unread,
CATCH
section
thread
multithreading
Catch is not currently thread safe (which explains your errors). It should be safe run threads within
4/23/16
Jean-Christophe Demers
,
Graham Shanks
2
7/25/15
2 recommendations for a novice
1. That's what I do and is certainly a very common method. I like it because it separates the
unread,
CATCH
visual-studio
2 recommendations for a novice
1. That's what I do and is certainly a very common method. I like it because it separates the
7/25/15
Mariano Lizarraga
2/4/15
CATCH error: redefinition of 'autoRegistrarXX'
Hello All, I have this weird error in CATCH that I can't figure out. I've searched the web
unread,
CATCH
single-include
variadic
CATCH error: redefinition of 'autoRegistrarXX'
Hello All, I have this weird error in CATCH that I can't figure out. I've searched the web
2/4/15
Joes Staal
,
Kartik Kumar
4
2/24/15
Using Approx on user supplied objects
+1 for including a generalized form of Approx in CATCH so I can eliminate the many for-loops that are
unread,
CATCH
approx
Using Approx on user supplied objects
+1 for including a generalized form of Approx in CATCH so I can eliminate the many for-loops that are
2/24/15
Frode Petersen
,
Martin Moene
2
12/30/14
compact reporter and timed tests
The compact reporter is assertion-oriented, it ignores information about the section structure. A
unread,
CATCH
reporters
compact reporter and timed tests
The compact reporter is assertion-oriented, it ignores information about the section structure. A
12/30/14
Frode Petersen
12/30/14
Catch the news..
Stumbled over this blogpost, thought you might like to know: http://blog.coldflake.com/posts/Testing-
unread,
CATCH
Catch the news..
Stumbled over this blogpost, thought you might like to know: http://blog.coldflake.com/posts/Testing-
12/30/14
Denys Mentiei
12/14/14
Parameterized tests feature.
Hello. I've started to use Catch lately and came up with an idea of some useful test cas macroses
unread,
CATCH
parameters
values
Parameterized tests feature.
Hello. I've started to use Catch lately and came up with an idea of some useful test cas macroses
12/14/14
Jamie Bullock
, …
Jens Winslow
4
12/17/14
Is CATCH suitable for plain C projects?
I have used it to test some C code without problems and it did fine (compiler / platform need to
unread,
C
CATCH
Is CATCH suitable for plain C projects?
I have used it to test some C code without problems and it did fine (compiler / platform need to
12/17/14
Леонид Чайка
,
Michael Schmitt
2
9/24/15
How to integrate Catch into XCode (XCUnit)
See https://github.com/philsquared/Catch/pull/454, solved catch integration in Xcode 6 and 7 for me.
unread,
CATCH
ide
xcode
How to integrate Catch into XCode (XCUnit)
See https://github.com/philsquared/Catch/pull/454, solved catch integration in Xcode 6 and 7 for me.
9/24/15
Kota Weaver
,
Martin Moene
3
8/26/14
Colors in Emacs compilation buffer?
Interesting, I should have searched the issues before posting here, thanks. I wonder what that means,
unread,
CATCH
Emacs
colors
Colors in Emacs compilation buffer?
Interesting, I should have searched the issues before posting here, thanks. I wonder what that means,
8/26/14
Pepe Paulson
,
Phil Nash
2
3/21/14
Variadic macro question and namespace Catch question
On Thursday, 20 March 2014 21:02:38 UTC, Pepe Paulson wrote: Hello, I have some questions about CATCH
unread,
CATCH
Variadic macro question and namespace Catch question
On Thursday, 20 March 2014 21:02:38 UTC, Pepe Paulson wrote: Hello, I have some questions about CATCH
3/21/14
Arto Bendiken
,
Phil Nash
2
3/21/14
CATCH build performance
On Wednesday, 19 March 2014 18:57:45 UTC, Arto Bendiken wrote: Howdy, I've recently switched from
unread,
CATCH
build
performance
CATCH build performance
On Wednesday, 19 March 2014 18:57:45 UTC, Arto Bendiken wrote: Howdy, I've recently switched from
3/21/14
pepr
, …
Phil Nash
10
2/28/14
BDD tool for Catch
Hi Phil, The f2c.py script from https://github.com/pepr/BDDtool does the transformation of the ./
unread,
BDD
CATCH
tool
BDD tool for Catch
Hi Phil, The f2c.py script from https://github.com/pepr/BDDtool does the transformation of the ./
2/28/14
Fraser Hutchison
11/7/13
Remove projects and makefile
Is it worth removing the makefile from SelfTest and the VS and XCode project folders now that Catch
unread,
CATCH
CMake
Remove projects and makefile
Is it worth removing the makefile from SelfTest and the VS and XCode project folders now that Catch
11/7/13
Martin Moene
, …
Fraser Hutchison
5
11/8/13
Discrepancy between Catch|single-include and Catch|multi-include
On Friday, November 8, 2013 8:11:45 AM UTC, Phil Nash wrote: The idea has always been that the script
unread,
CATCH
single-include
Discrepancy between Catch|single-include and Catch|multi-include
On Friday, November 8, 2013 8:11:45 AM UTC, Phil Nash wrote: The idea has always been that the script
11/8/13
Andrii Shyshkalov
,
Martin Moene
4
10/15/13
CATCH + Google Logging Library glog
Yes, I confirm that #define CATCH_CONFIG_PREFIX_ALL fixes my problems. Thank you, Martin!
unread,
CATCH
CATCH + Google Logging Library glog
Yes, I confirm that #define CATCH_CONFIG_PREFIX_ALL fixes my problems. Thank you, Martin!
10/15/13
Martin Moene
,
Phil Nash
5
8/21/13
Matcher usage?
I was just wondering what Catch provides and how to use it. Came here via watching James
unread,
CATCH
matchers
Matcher usage?
I was just wondering what Catch provides and how to use it. Came here via watching James
8/21/13
Jens W.
,
Christian Askeland
2
9/20/13
Using CATCH with Qt
We use catch in our Qt project. For testing the asynchronous code, we use QEventLoop instead of
unread,
CATCH
Qt
Using CATCH with Qt
We use catch in our Qt project. For testing the asynchronous code, we use QEventLoop instead of
9/20/13
Christian Askeland
, …
Kosta
8
7/23/13
Timing of tests
I made a first implementation for integrating timings and outputing them via the console and the
unread,
CATCH
Timing of tests
I made a first implementation for integrating timings and outputing them via the console and the
7/23/13
Mateusz Łoskot
,
Phil Nash
4
4/8/13
What is current status of CATCH?
> Not yet JavaScript-like way of doing things, but we're close ;-) Give me a chance! ;-) I do
unread,
CATCH
release
status
What is current status of CATCH?
> Not yet JavaScript-like way of doing things, but we're close ;-) Give me a chance! ;-) I do
4/8/13
Barzo
,
Phil Nash
4
4/9/13
How to test an async event
Glad I could help, Daniele, I don't currently have plans to add mocks to Catch. They're a big
unread,
CATCH
How to test an async event
Glad I could help, Daniele, I don't currently have plans to add mocks to Catch. They're a big
4/9/13