Water, EUnit and fluentassertions

Hello,

would it be possible to setup Water and EUnit to use fluentassertions package in Oxygene tests?

Thank you,
Giovanni

I’m experimenting it on a simple test project to this post.

I’ve added following references:

image

It seems to work “well” even I’ve set to ignore some exceptions (I don’t know if there is a better solution) and (obviously?) Water/EUnit doesn’t handle the failures in editor (as those due using Assert and Check)

Here is the simple test project
TestApplication-netcore.zip (29.7 KB)

Thank you,
Giovanni

Yeah, im afraid that womt work without EUNit explcitly integrating with this library (or vice versa). Since EBuild targets at being cross-platform, i dont think thta wilkl be feasible.

Also, fwiw, i’m personally not sure i like the fluid assertion style, it doesnt feel very Pascal-ish or very OOP.