SwensenSoftware / unquote

Write F# unit test assertions as quoted expressions, get step-by-step failure messages for free
http://www.swensensoftware.com/unquote
Apache License 2.0
287 stars 25 forks source link

Silverlight version of Unquote #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Trying to reuse testcase file from ImpromptuInterface.FSharp to 
ImpromptuInterface.FSharp.Silverlight, but no way to eval quotations in 
silverilght.

Currently we are placeholding where f# silverlight unittests by making 
functions that assert inclusive
http://code.google.com/p/impromptu-interface/source/browse/Tests/UnitTestImpromp
tu.FSharp.Silverlight/FakeUnquote.fs?name=dev

Original issue reported on code.google.com by j...@tuley.name on 11 Aug 2011 at 4:13

GoogleCodeExporter commented 9 years ago
Thanks for reporting this, I will setup a Silverlight test project in Unquote 
and try to track down the issue and get out a new release ASAP (I am hoping all 
it will take is a few conditional compilation blocks).

Original comment by stephen....@gmail.com on 11 Aug 2011 at 7:53

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 11 Aug 2011 at 7:53

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 13 Aug 2011 at 2:53

GoogleCodeExporter commented 9 years ago
See http://code.google.com/p/unquote/wiki/SilverlightSupport for an overview

Original comment by stephen....@gmail.com on 18 Aug 2011 at 5:38

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 18 Aug 2011 at 9:53

GoogleCodeExporter commented 9 years ago
Thank's works great!

Original comment by jtu...@gmail.com on 1 Sep 2011 at 2:31