Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 481 Bytes

debug.md

File metadata and controls

10 lines (7 loc) · 481 Bytes

Debug

When a test fails, a message is displayed describing what went wrong and for which input. You can also use the fact that any console output will be shown too. You can write to the console using:

Console.WriteLine("Debug message");