주 메뉴 열기

wwiki β

바뀜

XUnit.net

232 바이트 추가됨, 2021년 6월 14일 (월) 12:19
편집 요약 없음
Record.Exception
|xUnit.net has done away with the ExpectedException attribute in favor of Assert.Throws. See [[Note 1]]
|-
|[SetUp]
public string Name { get; }
}
</syntaxhighlight>테스트 코드<syntaxhighlight lang="csharp">[TestMethod, ExpectedException(typeof(ArgumentNullException))]public void NullNameShouldThrowTest(){ var person = new Person(null!);}</syntaxhighlight> ===== Note 3 =====<br />
{{DEFAULTSORT:xUnit.net}}
편집
2,431