Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 598 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 598 Bytes

Story Tester: Behaviour Driven Development implementation using Java Reflection

This was an assignment part of OOP course. It aims to provide an in-depth knowledge of Java programming, while making use of Reflection mechanisms.

In this exercise we develop a small framework for behavior-oriented development. Behavior-oriented development (Behaviour Driven Development - BDD) is a software development methodology based on Test Driven Development – ​​TDD. In TDD the idea is to write the unit tests before the code they check is written.

Assignment PDF is in Hebrew.

Meme