dotmemory Questions

2

Solved

I have a unit test where I try to verify that I have disposed of a document that was once attached to the main user interface. The unit test has to be async in that everything needs to be run under...
Concha asked 5/12, 2016 at 6:52

3

So, I have a following piece of code in my Main() method for (int x = 0; x < 100; x++) // to mimic BenchmarkDotnet runs for (int y = 0; y < 10000; y++) LogicUnderTest(); Next, I have the...
Juryrigged asked 7/9, 2018 at 13:33
1

© 2022 - 2024 — McMap. All rights reserved.