Category: Testability
Code Testability: A Case Study
[crayon-64236f2184b94618780553/] 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...