smith-chem-wisc / MetaMorpheus

Proteomics search software with integrated calibration, PTM discovery, bottom-up, top-down and LFQ capabilities
MIT License
91 stars 46 forks source link

Eliminate legacy nunit assertions #2435

Closed trishorts closed 2 weeks ago

trishorts commented 3 weeks ago

Some time in the last few months we updated the NUNIT nuget package, which eliminated some assertions that we had used frequently, such as Assert.AreEqual. To get around the problem of changing all those lines of code in our unit tests we used a "Legacy" option that allowed us to retain the old terms for a while. This PR eliminates all of the legacy assertions bringing us up to date with the current NUNIT nuget package