Skip to content

reiugit/xUnitWithVerify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xUnit with Verify (Snapshot Testing)

public class UnitTestWithVerify
{
    [Fact]
    public Task TestWithVerify()
    {
        var johnDoe = ClassBeingTested.GetJohnDoe();
        
        return Verify(johnDoe);    // Verify is a method from Verify.Xunit
    }
}

About

xUnit with Verify (Snapshot Testing)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages