Category: Testability
Code Testability: A Case Study
[crayon-650fb813ed15c351482530/] This method is untestable because its logic depends on NdpOperatingSystem.Kind which returns an OSPlatform object. Notice the usage of the attribute UncoverableByTest that lets code reviewers and tools like...