Appearance
Template
Name of C# Test Method: Template_ValidationCase_Test()
Description
This is a template for a Validation Case page.
How To Use this Template
- Create a new Markdown file for your case under
docs/validation-cases/, e.g.docs/validation-cases/my-case.md. (You can start by copying thistemplates.mdfile.) - Add a sidebar link under Validation Cases → User Validation Cases in
docs/.vitepress/config.mts:ts{ text: 'User Validation Cases', items: [ { text: 'My Case Name', link: '/validation-cases/my-case' }, ], },- Omit the
.mdextension in the link.
- Omit the
- Replace "Template" on the first line with the name of the test case.
- Fill in the description.
- Fill in all other details and create new headers as needed, using Markdown syntax.
Validation Process
Explain the validation process here and how the comparison data was determined to be correct. Any references can be linked using this syntax: Reference Title
