Re: unit-threaded v0.6.26 - advanced unit testing in D with new features

2016-08-08 Thread Atila Neves via Digitalmars-d-announce
On Monday, 8 August 2016 at 08:24:48 UTC, Alix Pexton wrote: On 08/08/2016 08:37, Atila Neves wrote: On Saturday, 6 August 2016 at 10:34:52 UTC, Nicholas Wilson wrote: On Friday, 5 August 2016 at 15:31:34 UTC, Atila Neves wrote: [...] There is a typo in your readme [...] shouldBe (!)

Re: unit-threaded v0.6.26 - advanced unit testing in D with new features

2016-08-08 Thread Alix Pexton via Digitalmars-d-announce
On 08/08/2016 08:37, Atila Neves wrote: On Saturday, 6 August 2016 at 10:34:52 UTC, Nicholas Wilson wrote: On Friday, 5 August 2016 at 15:31:34 UTC, Atila Neves wrote: https://code.dlang.org/packages/unit-threaded What's new: . Mocking support. Classes, interfaces and structs can be mocked

Re: unit-threaded v0.6.26 - advanced unit testing in D with new features

2016-08-08 Thread Atila Neves via Digitalmars-d-announce
On Saturday, 6 August 2016 at 10:34:52 UTC, Nicholas Wilson wrote: On Friday, 5 August 2016 at 15:31:34 UTC, Atila Neves wrote: https://code.dlang.org/packages/unit-threaded What's new: . Mocking support. Classes, interfaces and structs can be mocked (see README.md or examples) . Shrinking

Re: unit-threaded v0.6.26 - advanced unit testing in D with new features

2016-08-08 Thread Atila Neves via Digitalmars-d-announce
On Saturday, 6 August 2016 at 01:50:15 UTC, Øivind wrote: On Friday, 5 August 2016 at 15:31:34 UTC, Atila Neves wrote: https://code.dlang.org/packages/unit-threaded What's new: . Mocking support. Classes, interfaces and structs can be mocked (see README.md or examples) . Shrinking support for

Re: unit-threaded v0.6.26 - advanced unit testing in D with new features

2016-08-08 Thread Atila Neves via Digitalmars-d-announce
On Saturday, 6 August 2016 at 10:34:52 UTC, Nicholas Wilson wrote: On Friday, 5 August 2016 at 15:31:34 UTC, Atila Neves wrote: https://code.dlang.org/packages/unit-threaded What's new: . Mocking support. Classes, interfaces and structs can be mocked (see README.md or examples) . Shrinking

Re: unit-threaded v0.6.26 - advanced unit testing in D with new features

2016-08-06 Thread Nicholas Wilson via Digitalmars-d-announce
On Friday, 5 August 2016 at 15:31:34 UTC, Atila Neves wrote: https://code.dlang.org/packages/unit-threaded What's new: . Mocking support. Classes, interfaces and structs can be mocked (see README.md or examples) . Shrinking support for property-based testing, but only for integrals and arrays

Re: unit-threaded v0.6.26 - advanced unit testing in D with new features

2016-08-06 Thread Sebastiaan Koppe via Digitalmars-d-announce
On Saturday, 6 August 2016 at 01:50:15 UTC, Øivind wrote: I have started using unit_threaded, and love it. Most of my unittests now run in < 100ms; it is great. Keep up the good work.

Re: unit-threaded v0.6.26 - advanced unit testing in D with new features

2016-08-05 Thread Øivind via Digitalmars-d-announce
On Friday, 5 August 2016 at 15:31:34 UTC, Atila Neves wrote: https://code.dlang.org/packages/unit-threaded What's new: . Mocking support. Classes, interfaces and structs can be mocked (see README.md or examples) . Shrinking support for property-based testing, but only for integrals and arrays

unit-threaded v0.6.26 - advanced unit testing in D with new features

2016-08-05 Thread Atila Neves via Digitalmars-d-announce
https://code.dlang.org/packages/unit-threaded What's new: . Mocking support. Classes, interfaces and structs can be mocked (see README.md or examples) . Shrinking support for property-based testing, but only for integrals and arrays . Bug fixes Enjoy! Atila