dsccommunity / StorageDsc

DSC resource module is used to manage storage on Windows Servers.
https://dsccommunity.org
MIT License
69 stars 51 forks source link

Clean up unit tests for DiskAccessPath - Fixes #199 #201

Closed PlagueHO closed 5 years ago

PlagueHO commented 5 years ago

Pull Request (PR) description

This PR corrects the unit tests for DiskAccessPath to meet current standards and ensure -Exactly is included in all Assert-MockCalled checks.

This Pull Request (PR) fixes the following issues

Task list

@johlju - would you mind reviewing this one?


This change is Reviewable

codecov-io commented 5 years ago

Codecov Report

Merging #201 into dev will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@        Coverage Diff         @@
##           dev   #201   +/-   ##
==================================
  Coverage   94%    94%           
==================================
  Files        8      8           
  Lines      889    889           
==================================
  Hits       837    837           
  Misses      52     52
PlagueHO commented 5 years ago

Hi @johlju - would you mind reviewing this one for me when you have a moment? Just a bit of a cleanup on some tests.