C# (CSharp) TestHelper 네임스페이스

클래스들

이름 설명
CodeFixVerifier Superclass of all Unit tests made for diagnostics with codefixes. Contains methods used to verify correctness of codefixes
DiagnosticResult Struct that stores information about a Diagnostic appearing in a source
DiagnosticResultLocation Location where the diagnostic appears, as determined by path, line number, and column number.
DiagnosticVerifier Superclass of all Unit Tests for DiagnosticAnalyzers