You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <summary>Verifies that the generated source from a <see cref="GeneratorDriverRunResult"/> with a specific file path ending matches the expected source.</summary>
10
+
/// <param name="result">The <see cref="GeneratorDriverRunResult"/> to get the source from.</param>
11
+
/// <param name="filePathEndsWith">The string that the generated source's file path should end with.</param>
12
+
/// <param name="expectedSource">The expected source that the generated source should match.</param>
13
+
/// <param name="assertOnErrors">
14
+
/// <see langword="true"/> to assert on reported errors by the source generator, <see langword="false"/> othwerwise. Defaults to
15
+
/// <see langword="true"/>.
16
+
/// </param>
17
+
/// <exception cref="ArgumentNullException">If <paramref name="result"/> is null.</exception>
/// <summary>Verifies that the generated source from a <see cref="GeneratorDriverRunResult"/> with a specific file path ending matches the expected source.</summary>
31
+
/// <param name="result">The <see cref="GeneratorDriverRunResult"/> to get the source from.</param>
32
+
/// <param name="filePathEndsWith">The string that the generated source's file path should end with.</param>
33
+
/// <param name="expectedSource">The expected source that the generated source should match.</param>
34
+
/// <param name="assertOnErrors">
35
+
/// <see langword="true"/> to assert on reported errors by the source generator, <see langword="false"/> othwerwise. Defaults to
36
+
/// <see langword="true"/>.
37
+
/// </param>
38
+
/// <exception cref="ArgumentNullException">If <paramref name="result"/> is null.</exception>
/// <summary>Verifies that the generated source from a <see cref="GeneratorDriverRunResult"/> with a specific file path ending matches the expected source.</summary>
32
+
/// <param name="result">The <see cref="GeneratorDriverRunResult"/> to get the source from.</param>
33
+
/// <param name="filePathEndsWith">The string that the generated source's file path should end with.</param>
34
+
/// <param name="expectedSource">The expected source that the generated source should match.</param>
35
+
/// <param name="assertOnErrors">
36
+
/// <see langword="true"/> to assert on reported errors by the source generator, <see langword="false"/> othwerwise. Defaults to
37
+
/// <see langword="true"/>.
38
+
/// </param>
39
+
/// <exception cref="ArgumentNullException">If <paramref name="result"/> is null.</exception>
0 commit comments