Unit Test Case for Private Methods and Properties using FakeItEasy -
this question has answer here:
- how unit test private methods? 31 answers
how test private methods , properties using fakeiteasy frame work
fakeiteasy has no knowledge of production class's private methods , properties, , cannot used test them directly.
as @samholder points out, such practice bad idea, private methods implementation details.
Comments
Post a Comment