| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
Every parameterised case should have a unique file name with the parameters appended to the file name. This happens automatically for NUnit; xUnit and MSTest require the use of UseParameters() (see below).
The appending format is _ParamName=ParamValue repeated for each parameter.
A test with two parameters param1 + param2, and called twice with the values value1a + value2a and value1b + value2b would have the following file names:
Characters that cannot be used for a file name are replaced with a dash (-).
Parameterised test usage differs based on the test framework used.
| Back | FazBrowse Home | New Git URL |