Skip to content

Commit

Permalink
* d explain the removal of EnvironmentAwareReporter
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsEckart committed Oct 2, 2023
1 parent a426a5c commit 5442577
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<a id="top"></a>
# Removing EnvironmentAwareReporter

toc

Before October 2023 "ApprovalTests 19.0.0" and before,

```mermaid
classDiagram
interface EnvironmentAwareReporter{
+isWorkingInThisEnvironment(String forFile): boolean
}
interface ApprovalFailureReporter{
+report(String received, String approved): void
}
EnvironmentAwareReporter <|.. ApprovalFailureReporter
```


0 comments on commit 5442577

Please sign in to comment.