Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: thomhurst/TUnit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.71.4
Choose a base ref
...
head repository: thomhurst/TUnit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.72.0
Choose a head ref
  • 11 commits
  • 34 files changed
  • 2 contributors

Commits on Oct 14, 2025

  1. chore(deps): update dependency microsoft.templateengine.authoring.tem…

    …plateverifier to 9.0.306 (#3384)
    
    Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
    thomhurst and renovate-bot authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    17609d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfb1177 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency system.commandline to 2.0.0-rc.2.25502…

    ….107 (#3385)
    
    Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
    thomhurst and renovate-bot authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    4d04cd1 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update microsoft.aspnetcore to 9.0.10 (#3388)

    Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
    thomhurst and renovate-bot authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    8166524 View commit details
    Browse the repository at this point in the history
  5. feat(docs): update extensibility documentation for chaining and retur…

    …ning values in assertions
    thomhurst committed Oct 14, 2025
    Configuration menu
    Copy the full SHA
    115f280 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4316252 View commit details
    Browse the repository at this point in the history
  7. feat(docs): update assertion documentation to reflect changes in meth…

    …od signatures and improve clarity
    thomhurst committed Oct 14, 2025
    Configuration menu
    Copy the full SHA
    0dc901c View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2025

  1. Configuration menu
    Copy the full SHA
    51b5b5a View commit details
    Browse the repository at this point in the history
  2. Add IsOrderedBy(Descending) and fix IsTypeOf<T> assertion (#3396)

    * Add IsOrderedBy(Descending) and fix IsTypeOf<T> assertion
    
    * refactor(assertions): simplify CollectionAssertion and DictionaryAssertion by inheriting from ValueAssertion
    
    * feat(assertions): add IsAssignableTo and IsNotAssignableTo methods for fluent type assertions
    
    * feat(assertions): add Throws and ThrowsExactly methods for async and delegate assertions
    thomhurst authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    73b2b47 View commit details
    Browse the repository at this point in the history
  3. Fix Assertion Nullability warnings (#3397)

    * fix: update assertion methods to accept nullable types for improved flexibility
    
    * refactor: remove redundant custom method comments from assertion classes
    thomhurst authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    86b3b9a View commit details
    Browse the repository at this point in the history
  4. feat: add collection count assertions for GreaterThan, LessThan, Less…

    …ThanOrEqualTo, Between, Zero, and NotEqualTo (#3398)
    thomhurst authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    aff75b3 View commit details
    Browse the repository at this point in the history
Loading