79653074

Date: 2025-06-04 15:29:15
Score: 0.5
Natty:
Report link

In nunit3 another approach is needed.

`Exception ex = Assert.Catch<Exception>(() => {...}`

This way one can use the AAA (Arrange/Act/Approve) pattern.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • High reputation (-1):
Posted by: LosManos