Search code examples
ccucumberbdd

Bindings to use Cucumber with C


Are their any bindings to use Cucumber with C? Google keeps telling me about vegetables when I ask.


Solution

  • It's possible to make Ruby bindings to a C application, but I haven't heard of any C binding for a Ruby application. It seems quite hard to make something like that.

    BTW, cucumber docs lists all available ports and way to use their technology in an other langage.

    There is :

    • Java Virtual Machine: JRuby and Java
    • .NET (Microsoft.NET and Mono):
    • IronRuby and .NET, IronRuby and Mono
    • Adobe Flex: FunFX, Melomel
    • Python
    • Erlang: cucumberl
    • Web apps in any language, using web browser and/or Javascript.