After analysing the integration tests for our little software, just have a look at the result.
Previously we said that the Behaviour Driven Development is used, like TDD, to develop only the code we need and to design our classes in a way closer to the final use.
Just for example, let’s see how the method OnCreate() was developed between the several steps.
Back to: Unity Integration Test 04 | Read next: Test 01 |