How a test is put togetherbeginner
A [Fact], a name that says what broke, one Act, and an assertion that can actually fail — a test with an if in it can skip its own assertion and pass forever.
A [Fact], a name that says what it checks, and an assertion that can fail.
AssumesYour first real testThe same ideas in a second language. Neither surface says whether it supersedes the other, complements it, or repeats it.
Three named [Fact] tests, each asserting one thing, with no logic in the body.
Published in full, before you start — every point is one of these and there is nothing else.
A [Fact], a name that says what broke, one Act, and an assertion that can actually fail — a test with an if in it can skip its own assertion and pass forever.