On Sun, Apr 26, 2009 at 7:06 AM, Phlip <phlip2...@gmail.com> wrote:

> Brandon Olivares wrote:
>
>  I know this is slightly off topic, but I'm having trouble finding
>> something,
>> and wondered if anyone here had experience with any BDD frameworks
>> for C#.
>>
>
> Why not replicate Cucumber in C#?
>

Cucumber has been working with .NET for a while:
http://wiki.github.com/aslakhellesoy/cucumber/ironruby-and-net

IronRuby was really slow last time I tried (4-5 months ago), so unless it
has improved its speed it will be too slow for practical use. On the other
hand, if IronRuby matures, Cucumber should work well with .NET. It already
does for Java (using JRuby).

I recently added pure java support to Cucumber, meaning steps can be written
in Java instead of Ruby.
http://github.com/aslakhellesoy/cucumber_java/tree/master

This obviously makes it easier to use for Java programmers. It should be
fairly easy to implement similar pure C# support. But a quicker IronRuby is
still needed.

Aslak


>
> Not port or link, replicate. It's only like ~10 features, right? I don't
> know C#, but I could do it in C++ in a couple days.
>
> --
>  Phlip
>  http://flea.sourceforge.net/resume.html
>
>
> _______________________________________________
> rspec-users mailing list
> rspec-users@rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users
>
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to