Re: Mocking framework

2021-10-20 Thread Tim Boudreau
, Oct 12, 2021 at 2:58 AM Jaroslav Tulach wrote: > so 9. 10. 2021 v 19:27 odesílatel Karl-Philipp Richter > > napsal: > > > Hi, > > I wanted to contribute some unit tests to the project. As far I > > understand there's no mocking framework in use currently looking >

Re: Mocking framework

2021-10-12 Thread Jaroslav Tulach
so 9. 10. 2021 v 19:27 odesílatel Karl-Philipp Richter napsal: > Hi, > I wanted to contribute some unit tests to the project. As far I > understand there's no mocking framework in use currently looking > That's not entirely true. There is `MockServices` class: https://bits.netb

Re: Mocking framework

2021-10-11 Thread Glenn Holmer
On 10/11/21 07:43, Neil C Smith wrote: On Sun, 10 Oct 2021 at 03:33, Tim Boudreau wrote: So you have to run a bunch of harder to set up integration tests if you actually want to know if you broke something. The unit tests are a lovely Potemkin village that show fabulous “coverage” and tell you

Re: Mocking framework

2021-10-11 Thread Neil C Smith
On Sun, 10 Oct 2021 at 03:33, Tim Boudreau wrote: > So you have to run a bunch of harder to set up integration tests if you > actually want to know if you broke something. The unit tests are a lovely > Potemkin village that show fabulous “coverage” and tell you nothing about > whether the

Re: Mocking framework

2021-10-09 Thread Tim Boudreau
t 1:26 PM Karl-Philipp Richter wrote: > Hi, > I wanted to contribute some unit tests to the project. As far I > understand there's no mocking framework in use currently looking at the > test classes and answers to my recent "Getting Started" post. > > I think thi

Re: Mocking framework

2021-10-09 Thread Jan Lahoda
On Sat, Oct 9, 2021 at 7:26 PM Karl-Philipp Richter wrote: > Hi, > I wanted to contribute some unit tests to the project. As far I > understand there's no mocking framework in use currently looking at the > test classes and answers to my recent "Getting Started" post. &

Re: Mocking framework

2021-10-09 Thread Geertjan Wielenga
to be integrated into an Ant-based build system. Gj On Sat, 9 Oct 2021 at 19:26, Karl-Philipp Richter wrote: > Hi, > I wanted to contribute some unit tests to the project. As far I > understand there's no mocking framework in use currently looking at the > test classes and answers to my rec

Mocking framework

2021-10-09 Thread Karl-Philipp Richter
Hi, I wanted to contribute some unit tests to the project. As far I understand there's no mocking framework in use currently looking at the test classes and answers to my recent "Getting Started" post. I think this is odd and a framework should be introduced quickly. I recomme