[DevExpress Support Team: CLONED FROM T612663: Howto: Create a test execution documentation]
Hi George
I just realized that there's a new Option of the test runner to include the XML comments in the Export file.
This is just great.
One Problem is that the Export crashes as soon as there's a Test which has a badly formed XML comment like follows:
C#///// <summary>
/// Deletes all assets.
/// </summary>
[TestMethod()]
[Ignore]
public void DeleteAllAssets()
{
If so the creation Fails with "An error occured during Export".
best regards,
Alex
Hello Alex,
Thank you for providing the code sample.
I have reproduced this issue on my side.
We will research it and notify you of our progress.