Skip to content

Commit

Permalink
Approve API
Browse files Browse the repository at this point in the history
  • Loading branch information
siewers committed Mar 12, 2024
1 parent a7be412 commit 84bfdf1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2001,7 +2001,9 @@ namespace FluentAssertions.Primitives
public FluentAssertions.AndConstraint<TAssertions> NotBeOfType(System.Type unexpectedType, string because = "", params object[] becauseArgs) { }
public FluentAssertions.AndConstraint<TAssertions> NotBeOfType<T>(string because = "", params object[] becauseArgs) { }
public FluentAssertions.AndConstraint<TAssertions> NotBeSameAs(TSubject unexpected, string because = "", params object[] becauseArgs) { }
public FluentAssertions.AndConstraint<TAssertions> Satisfy<T>(System.Action<T> expected)
public FluentAssertions.AndConstraint<TAssertions> Satisfy<T>(System.Action<T> assertion)
where T : TSubject { }
public FluentAssertions.AndConstraint<TAssertions> Satisfy2<T>(System.Action<T> assertion)
where T : TSubject { }
}
public class SimpleTimeSpanAssertions : FluentAssertions.Primitives.SimpleTimeSpanAssertions<FluentAssertions.Primitives.SimpleTimeSpanAssertions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2085,7 +2085,9 @@ namespace FluentAssertions.Primitives
public FluentAssertions.AndConstraint<TAssertions> NotBeOfType(System.Type unexpectedType, string because = "", params object[] becauseArgs) { }
public FluentAssertions.AndConstraint<TAssertions> NotBeOfType<T>(string because = "", params object[] becauseArgs) { }
public FluentAssertions.AndConstraint<TAssertions> NotBeSameAs(TSubject unexpected, string because = "", params object[] becauseArgs) { }
public FluentAssertions.AndConstraint<TAssertions> Satisfy<T>(System.Action<T> expected)
public FluentAssertions.AndConstraint<TAssertions> Satisfy<T>(System.Action<T> assertion)
where T : TSubject { }
public FluentAssertions.AndConstraint<TAssertions> Satisfy2<T>(System.Action<T> assertion)
where T : TSubject { }
}
public class SimpleTimeSpanAssertions : FluentAssertions.Primitives.SimpleTimeSpanAssertions<FluentAssertions.Primitives.SimpleTimeSpanAssertions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1952,7 +1952,9 @@ namespace FluentAssertions.Primitives
public FluentAssertions.AndConstraint<TAssertions> NotBeOfType(System.Type unexpectedType, string because = "", params object[] becauseArgs) { }
public FluentAssertions.AndConstraint<TAssertions> NotBeOfType<T>(string because = "", params object[] becauseArgs) { }
public FluentAssertions.AndConstraint<TAssertions> NotBeSameAs(TSubject unexpected, string because = "", params object[] becauseArgs) { }
public FluentAssertions.AndConstraint<TAssertions> Satisfy<T>(System.Action<T> expected)
public FluentAssertions.AndConstraint<TAssertions> Satisfy<T>(System.Action<T> assertion)
where T : TSubject { }
public FluentAssertions.AndConstraint<TAssertions> Satisfy2<T>(System.Action<T> assertion)
where T : TSubject { }
}
public class SimpleTimeSpanAssertions : FluentAssertions.Primitives.SimpleTimeSpanAssertions<FluentAssertions.Primitives.SimpleTimeSpanAssertions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2001,7 +2001,9 @@ namespace FluentAssertions.Primitives
public FluentAssertions.AndConstraint<TAssertions> NotBeOfType(System.Type unexpectedType, string because = "", params object[] becauseArgs) { }
public FluentAssertions.AndConstraint<TAssertions> NotBeOfType<T>(string because = "", params object[] becauseArgs) { }
public FluentAssertions.AndConstraint<TAssertions> NotBeSameAs(TSubject unexpected, string because = "", params object[] becauseArgs) { }
public FluentAssertions.AndConstraint<TAssertions> Satisfy<T>(System.Action<T> expected)
public FluentAssertions.AndConstraint<TAssertions> Satisfy<T>(System.Action<T> assertion)
where T : TSubject { }
public FluentAssertions.AndConstraint<TAssertions> Satisfy2<T>(System.Action<T> assertion)
where T : TSubject { }
}
public class SimpleTimeSpanAssertions : FluentAssertions.Primitives.SimpleTimeSpanAssertions<FluentAssertions.Primitives.SimpleTimeSpanAssertions>
Expand Down

0 comments on commit 84bfdf1

Please sign in to comment.