Skip to content
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>
Expansion <Title>XUnit Theory</Title> xtheory Code snippet for an XUnit theory method XUnit UnitOfWork Unit Of Work UnitOfWork StateUnderTest State Under Test StateUnderTest ExpectedBehavior Expected Behavior ExpectedBehavior TheoryMethod SimpleTypeName(global::Xunit.Theory) end //Act //Assert }]]> </Code> </Snippet>
Clone this wiki locally