Rafał Grądziel
Results
1
comments of
Rafał Grądziel
`Moq` have also `Moq.Protected` to access protected methods by name (in a string). To mimic that in `NSubstitute` one can use this simple helper class/method: ``` public static class MockHelper...