8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This phases out the obfuscation of what are really multiline string assertions, using the 'raw string literals' syntax.
Sorry, something went wrong.
Phase out deprecated stack trace normalization step, now that we no l…
901fa6c
…onger target across .NET versions where the "synchronous rethrow marker" text varies.
Change the type of MessagingTests.Output.Console so that all calls to…
877a498
… NormalizeStackTraceLines() are uniformly preceded by a call to Lines(), enabling further refactoring in subsequent commits.
Simplify stack trace assertions by recognizing that NormalizeStackTra…
c5eb1ef
…ceLines() was always preceded by a call to Lines().
The ShouldBeStackTrace custom assertion simplifies asserting on the c…
8acb32c
…ontent of a stack trace.
NormalizeStackTraces no longer converts a multiline string into an ar…
f7aa608
…ray of altered line strings, instead converting the single multiline string to another, so that subsequent commits can more often assert on whole multiline strings instead of on piecemeal line arrays.
Improve readability of multiline string assertions.
8018d2f
Simplify CleanDuration so that it operates on a whole multiline strin…
22050fe
…g instead of on individual lines, so that subsequent commits can more often assert on whole multiline strings instead of on piecemeal line arrays.
09f4aa8
ec51fd8
Change the type of InstrumentedExecutionTests.Output.lifecycle reduci…
7288424
…ng the need for the deprecated Lines() method.
Phase out deprecated Lines() method, improving clarity at the usage s…
12bd79c
…ites.
c0018e0
Successfully merging this pull request may close these issues.