We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee60e4 commit f13a134Copy full SHA for f13a134
Sources/SnapshotTesting/AssertInlineSnapshot.swift
@@ -17,6 +17,7 @@ import XCTest
17
/// - timeout: The amount of time a snapshot must be generated in.
18
/// - reference: The expected output of snapshotting.
19
/// - file: The file in which failure occurred. Defaults to the file name of the test case in which this function was called.
20
+/// - testName: The name of the test in which failure occurred. Defaults to the function name of the test case in which this function was called.
21
/// - line: The line number on which failure occurred. Defaults to the line number on which this function was called.
22
public func _assertInlineSnapshot<Value>(
23
matching value: @autoclosure () throws -> Value,
0 commit comments