You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A proxy test we could use to validate our log files is to validate the method calls used by our logger. For example, if we expect 0 errors in a porting test, we can assert that ILogger.LogError() was called zero times. Given the isolated and predictable nature of our tests, I think this is a fair and viable assertion.
Should we go this route, here is a partial example of how we could approach it:
Description
We need to add tests to validate the porting report and (if possible) log files.
The text was updated successfully, but these errors were encountered: