I've using bacon (http://github.com/chneukirchen/bacon) to test C# Silverlight code, and it works great on the desktop as well. It's definitely the smallest of the bdd libraries, and feels fastest, but I've got no data to support that (yet).
http://blog.jimmy.schementi.com/2009/01/dynamic-language-testing-in-silverlight.html However, don't expect any mocking libraries to work. You can't mock C# types, and have those changes be visible to other C# code. We need to write a ruby wrapper around existing C# mocking libraries, so let me know if anyone is interested in doing so. ~js ________________________________ From: [email protected] [[email protected]] On Behalf Of Thibaut Barrère [[email protected]] Sent: Saturday, February 07, 2009 10:10 AM To: [email protected] Subject: Re: [Ironruby-core] test .net code with ruby BDD libraries Hi, Has someone already try to test .net code with ruby DBB library? If the answer is yes, is there somewhere a sample/post/article of this work? Did not use RSpec yet (as it was reported to be slow), but MSpec (BDD) and Test::Unit (can be BDD too) did the trick. Check out this for a few hints and thoughts: http://blog.logeek.fr/2008/12/1/thoughts-on-ironruby-and-dotnet-testing cheers, -- Thibaut Many thanks in advance Claudio Claudio Maccari http://testdrivendevelopment.wordpress.com/ "I have the simplest taste. I am always satisfied with the best"- Oscar Wilde _______________________________________________ Ironruby-core mailing list [email protected]<mailto:[email protected]> http://rubyforge.org/mailman/listinfo/ironruby-core
_______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
