Category: Testability
Code Testability: A Case Study
September 1, 2021 2 minutes read [crayon-670cc9c6a9775775197368/] This method is untestable because its logic depends on NdpOperatingSystem.Kind which returns an OSPlatform object. Notice the usage of the attribute UncoverableByTest that...