Skip to content

Commit

Permalink
Add documentation to XUnit2TestFramework
Browse files Browse the repository at this point in the history
  • Loading branch information
lg2de committed Jan 14, 2023
1 parent 9ccf044 commit aae64b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Src/FluentAssertions/Execution/XUnit2TestFramework.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

namespace FluentAssertions.Execution;

/// <summary>
/// Implements the XUnit (version 2) test framework adapter.
/// </summary>
internal class XUnit2TestFramework : ITestFramework
{
private Assembly assembly;
Expand Down

0 comments on commit aae64b2

Please sign in to comment.