Open equiman opened 6 years ago
Can you share the ArabicTest.cs code as an example? if so just paste it in here.
@janaka I have this TDD Exercise on this repo: https://github.com/equiman/tdd_roman
Test File: https://github.com/equiman/tdd_roman/blob/master/Number.Tests/ArabicTest.cs
Totally agree with this point. In big project test are unreadable due to the redundancy.
I think when use Theory, tree view can be repetitive:
Is there a way to group Theory on this way?