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
Copy file name to clipboardExpand all lines: documents/BreakingChanges.md
+23-14Lines changed: 23 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,23 +9,21 @@ The `SnapshotHelper` API has been significantly reworked with breaking changes t
9
9
#### Key Changes
10
10
-**Moved** from `SoloX.CodeQuality.Test.Helpers.XUnit` to `SoloX.CodeQuality.Test.Helpers` project and namespace.
11
11
12
-
-**Dependency change**: The `SnapshotHelper` class no longer depends on xUnit-specific types, making it more flexible and reusable
12
+
-**Renamed** from `SnapshotHelper` to `SnapshotTest`.
13
+
14
+
-**Dependency change**: The snapshot test classes no longer depends on xUnit-specific types, making it more flexible and reusable
13
15
across different testing frameworks.
14
16
15
-
-**Static to instance**: The `SnapshotHelper` class is no longer static. You must create an instance of `SnapshotHelper` to use its methods.
17
+
-**Static to builder**: The `SnapshotHelper` class is no longer static. You must use the builder to get an instance of `SnapshotTest` to use its methods.
16
18
17
19
-**New asynchronous API**: All snapshot methods are now async (`Task`-based) and must be awaited.
0 commit comments