mirror of
https://github.com/Microsoft/calculator.git
synced 2025-07-16 02:02:51 -07:00
Convert CopyPasteManager to runtime class (#766)
* Convert CopyPasteManager to runtime class * merge AssertUtils and Helpers.h * update onpastemanager
This commit is contained in:
parent
a217e0534b
commit
b9b0e068cd
15 changed files with 604 additions and 360 deletions
|
@ -24,7 +24,9 @@ namespace CalculatorUnitTests
|
|||
void CompareVector(IVector<T> ^ vecA, IVector<T> ^ vecB)
|
||||
{
|
||||
if (vecA->Size != vecB->Size)
|
||||
{
|
||||
Assert::Fail();
|
||||
}
|
||||
|
||||
for (unsigned int i = 0; i < vecA->Size; ++i)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue