-
-
Notifications
You must be signed in to change notification settings - Fork 46
Render array elements in test output #267
Comments
btw, when replacing |
Interesting! xbehave performs it's own rendering of the test names rather than using the rendering in xunit (due to supporting the generation of default values for method params). For the most part, |
Example
are not formatted in output
I guess we could also investigate what xunit does with other enumerable types and if there is any other special rendering we could also replicate it and expand the scope of this beyond just arrays. |
@adamralph can you give me a pointer to where the rendering happens? I didn't find it :-( |
thanks. I'll try to integrate the xUnit magic into that method. |
Thank you! On Thu, 3 Sep 2015 at 10:27 Urs Enzler [email protected] wrote:
|
@adamralph how can I create a nuget package from the xBehave sources/binaries. Is there something in the repo or do I have to create it myself? |
@ursenzler if you build it using Rake it will produce the nugets in |
@adamralph ah, okay. |
That usually means the wrong version of albacore is being used. Did you use bundler to install the gems and invoke rake? |
I went through all the steps in the "how to build" again and I can build now. thanks. Had some gem updates. |
Unfortunately, the My suggestion:
What do you think? |
@ursenzler looks good! I think your suggestion makes sense. |
So, it is indeed a little embarrassing that this hasn't been released yet. The reason was that 2.1 was always intended to be a release which added support for DNX/CoreCLR/dotnet/whatever-it's-called-this-month, in line with xunit 2.1, to keep the version numbers aligned. That work has been put on hold. Given that the first xbehave release containing support for that nebulously named platform will be targeting some version of xunit > 2.1 (not to mention that keeping the xbehave and xunit minor version aligned for eternity probably isnt realistic anyway) I'm happy to push out 2.1 immediately, containing this feature. I'll do so ASAP. /cc @ursenzler |
woohoo! |
Thanks @ursenzler! Look out for your name in the release notes 🏆 https://www.nuget.org/packages/Xbehave/2.1.0 |
When running these tests
the output looks like
Any idea, why the bare xunit test formats the arguments and the xbehave test doesn't?
The text was updated successfully, but these errors were encountered: