Re: DUnit: Advanced unit testing toolkit.

2013-10-06 Thread ilya-stromberg
On Saturday, 21 September 2013 at 00:40:47 UTC, Gary Willoughby 
wrote:

DUnit: Advanced unit testing toolkit.

I've needed this for a project i've been working on so i 
created a toolkit that i'm using and happy with. I must thank 
the community here for helping me with a few issues along the 
way (mostly due to poor documentation). It uses a lot of 
compile time reflection to generate the mocks, which has been 
very interesting to learn/write (to say the least).


Guys, we have at least 5 (!) different unit test projects!
Can you cooperate your efforts to create one, but wonderful?


Re: DUnit: Advanced unit testing toolkit.

2013-10-06 Thread Gary Willoughby

On Sunday, 6 October 2013 at 07:32:09 UTC, ilya-stromberg wrote:
On Saturday, 21 September 2013 at 00:40:47 UTC, Gary Willoughby 
wrote:

DUnit: Advanced unit testing toolkit.

I've needed this for a project i've been working on so i 
created a toolkit that i'm using and happy with. I must thank 
the community here for helping me with a few issues along the 
way (mostly due to poor documentation). It uses a lot of 
compile time reflection to generate the mocks, which has been 
very interesting to learn/write (to say the least).


Guys, we have at least 5 (!) different unit test projects!
Can you cooperate your efforts to create one, but wonderful?


I think it's good to have many as we are all approaching the same 
problem from different angles. I'm sure in the long run one or 
two will grow to be dominant but in the meantime many will ensure 
healthy competition on features and completeness.


Re: DUnit: Advanced unit testing toolkit.

2013-10-06 Thread ilya-stromberg

On Sunday, 6 October 2013 at 10:36:08 UTC, Gary Willoughby wrote:

On Sunday, 6 October 2013 at 07:32:09 UTC, ilya-stromberg wrote:

Guys, we have at least 5 (!) different unit test projects!
Can you cooperate your efforts to create one, but wonderful?


I think it's good to have many as we are all approaching the 
same problem from different angles. I'm sure in the long run 
one or two will grow to be dominant but in the meantime many 
will ensure healthy competition on features and completeness.


OK, maybe you are right.
Do you have any plans to integrate your code into Phobos?