Tag: <span>Test-Driven Development (TDD)</span>

GenerateTestCases IntelliJ IDEA Plugin

This GenerateTestCases IntelliJ IDEA plugin aims to make Behavior Driven Development easier with a really cool and easy approach that consist in annotating interface method with desired behaviors. It generates your unit test methods, so you don’t think about how you will call your unit test methods. The plugin allows …