Re: fluent-asserts 0.8.0 released

2017-12-01 Thread Szabo Bogdan via Digitalmars-d-announce
I forgot to add a link to the library... so if you are intrested about this you can find it here: https://code.dlang.org/packages/fluent-asserts

fluent-asserts 0.8.0 released

2017-12-01 Thread Szabo Bogdan via Digitalmars-d-announce
Hi, I just made some updates to fluent-asserts library. Since the last release I did: * use lazy parameters to test exceptions ``` /// instead of: ({ foo() }).should.throwAnyException; /// you can now use rewrite it like this: foo().should.throwAnyException; ``` the known issue is that you