The "Naming" documentation entry for "Extension" states:
The default file extension is .txt. So the resulting verified file will be TestClass.TestMethod.verified.txt.
It can be overridden at two levels:
- Method: Change the extension for the current test method.
- Class: Change the extension all verifications in all test methods for a test class.
However there's no sample provided for changing the extension at the Class level. How can this be achieved?
The "Naming" documentation entry for "Extension" states:
The default file extension is .txt. So the resulting verified file will be TestClass.TestMethod.verified.txt.
It can be overridden at two levels:
However there's no sample provided for changing the extension at the Class level. How can this be achieved?