-
Notifications
You must be signed in to change notification settings - Fork 0
Home
setenum edited this page Jul 27, 2021
·
1 revision
Expansion <Title>XUnit Test</Title> xfact Code snippet for a fact method Xunit UnitOfWork Unit Of Work UnitOfWork StateUnderTest State Under Test StateUnderTest ExpectedBehavior Expected Behavior ExpectedBehavior FactMethod SimpleTypeName(global::Xunit.Fact) end
<![CDATA[[$FactMethod$]
public void $UnitOfWork$$StateUnderTest$$ExpectedBehavior$()
{
//Arrange
$end$
//Act
//Assert
}]]>
</Code>
</Snippet>
//Act
//Assert
}]]>
</Code>
</Snippet>