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
Our provider tests are supposed to call mockProvider.VerifyAll after every test. But the code to do so is decorated with a SetUp attribute instead of a TearDown attribute, which never fires. Here is an example:
Our provider tests are supposed to call
mockProvider.VerifyAll
after every test. But the code to do so is decorated with aSetUp
attribute instead of aTearDown
attribute, which never fires. Here is an example:Gravity/Gravity/Gravity.Test.Unit/RsapiDaoInsertTests.cs
Lines 41 to 46 in a4874bc
Flipping this value shows that 10 tests are not written to meet the verification criterion:
In the process of fixing this, we should create a base unit test class to handle the
mockProvider
setup and verification.The text was updated successfully, but these errors were encountered: