Pre-release of GreenPepper for C++ is available!
We are proud to announce that a pre-release of GreenPepper for C++ developers is available! This release supports both Atlassian Confluence and XWiki wikis.
So C++ comes today to enhance the existing list of software development platforms supported by GreenPepper (Java, PHP, .NET, Ruby). This pre-release has been developped in 2 months in C++ using full test-driven approach thanks to the GoogleTest framework.
Compiled langages (like C++) are pretty challenging regarding the lack of mechanism like runtime type informations (or reflection). Our team took the challenge and got inspired by the same solutions as those retained by Google.
Our team hid complexity as much as possible, to allow GreenPepper C++ users to program with a simple source code (hum… although “simple” with C++ does not mean the same with other langages
)
Want to see what a fixture source code looks like? Below a C++ header file sample :
| CalculatorFixture.h
using namespace greenpepper; CLASS_FIXTURE_BEGIN(CalculatorFixture) public: CalculatorFixture(void); REGISTER_METHODS_BEGIN() CLASS_FIXTURE_END(CalculatorFixture) |
If you want to start using it within you projects, just tell us! Please contact us at grenoble@greenpeppersoftware.com. Download the package here.
Kind regards.