All quizzes
Free quiz · 36 questions in the bank

NUnit quiz

Test your NUnit knowledge with a free interactive quiz — 36 questions with answers and explanations. No signup needed to play.

Question 1/12Score 0

What does `Assert.Multiple(() => { ... })` do?

In this round
  1. What does `Assert.Multiple(() => { ... })` do?
  2. What NuGet packages does a typical NUnit test project need for `dotnet test` to work?
  3. How do you assert on string content?
  4. How do you assert on multiple properties of an object at once, readably?
  5. How do you write a parametrized test with inline values?
  6. How do you assert that code throws a specific exception?
  7. How do you skip a test?
  8. How do you assert a floating point comparison with a tolerance?
  9. How do you mark a class as containing tests?
  10. How do you assert a collection contains a specific item?
  11. How do you run setup code before each test in a fixture?
  12. What is the classic assertion syntax for checking equality?
Gaps to close?
Read the curated NUnit notes — core concepts, patterns, interview prep.
NUnit notes

More quizzes

.NETAccessibilityAgileAgile MethodologyAirflowAkka