Here's a C# example that adds some additional information. Other languages will have different syntax, of course.
using fitlibrary;
namespace fitSharp.Samples {
public class SummarySample: DoFixture {
public void AddLink() {
TestStatus.Summary["mylink"] = "<a href=\"somewhere\">somewhere</a>";
}
}
}
Here's our FitNesse test page:
!|fitSharp.Samples.SummarySample|
|add link|
|summary|
No comments:
Post a Comment