Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any good open source BDD tools for C/C++? [closed]

Tags:

I love the Ruby RSpec BDD development style. Are there any good tools for doing this with C/C++?

like image 269
srboisvert Avatar asked Oct 11 '08 11:10

srboisvert


People also ask

Is BDD open source?

NET BDD tools like SpecFlow are used to store the requirements as live documentation and to perform functional or acceptance tests. BDDfy is a simple open source .

Is JBehave open source?

Jbehave is a Behavior-driven development tool for JAVA. This is an Open source framework created by Dan North in the year 2003.

Which tool can be used for BDD?

Cucumber. Cucumber is probably the most recognized tool available that supports BDD. It is widely seen as a straightforward tool to learn and is easy to get started with. Cucumber relies on test scenarios that are written in plain text and follow the given/when/then format.


1 Answers

cspec is for C. Presumably it will work with C++. There is a list of tools for various languages on the Behavior Driven Development Wikipedia page.

like image 194
ejgottl Avatar answered Oct 21 '22 01:10

ejgottl