Release fluent-asserts 0.6.0

Jay Norwood via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Fri Jul 7 20:47:32 PDT 2017


On Sunday, 2 July 2017 at 13:34:25 UTC, Szabo Bogdan wrote:

> Any feedback is appreciated.
>
> Thanks,
> Bogdan

Hi,  if you're just looking for other ideas, you might want to 
look at adding capabilities like in the java hamcrest matchers.  
You might also want to support regular expression matches in the 
string matchers.

http://hamcrest.org/JavaHamcrest/javadoc/1.3/org/hamcrest/Matchers.html

These were used in swtbot, which made a very nice testing 
environment for their swt gui widgets.  Swtbot added filtering 
for the context of the match as well.  You can get a feel for it 
in this article.  There is a DWT library translated from java 
swt, but this testing app wasn't ported.

http://www.vogella.com/tutorials/SWTBot/article.html








More information about the Digitalmars-d-announce mailing list