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.73.19
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.74.0
Choose a head ref
  • 11 commits
  • 132 files changed
  • 4 contributors

Commits on Oct 18, 2025

  1. chore(deps): update tunit to 0.73.19 (#3444)

    Co-authored-by: Renovate Bot <[email protected]>
    thomhurst and renovate-bot authored Oct 18, 2025
    Configuration menu
    Copy the full SHA
    a75cd17 View commit details
    Browse the repository at this point in the history
  2. Playwright | additional constructor for page testing (#3418)

    * Playwright | additional constructor for page testing
    
    * remove redundant base
    
    * Public Api Snapshot Files
    AdemCatamak authored Oct 18, 2025
    Configuration menu
    Copy the full SHA
    450e32a View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2025

  1. Configuration menu
    Copy the full SHA
    351242b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe0b795 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fabfc23 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2025

  1. Configuration menu
    Copy the full SHA
    2555928 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11f63bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2faacb5 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update dependency verify to 31.0.3 (#3455)

    Co-authored-by: Renovate Bot <[email protected]>
    thomhurst and renovate-bot authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    ca6d80f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db4447a View commit details
    Browse the repository at this point in the history
  6. +semver:minor - refactor(assertions): enhance collection assertion ty…

    …pes for improved type inference and chaining (#3417)
    
    * +semver:minor - refactor(assertions): enhance collection assertion types for improved type inference and chaining
    
    * refactor(assertions): implement ComparerBasedAssertion and ToleranceBasedEqualsAssertion for improved flexibility
    
    * refactor(assertions): simplify assertion linking and enhance type safety in collection assertions
    
    * refactor(assertions): introduce ICollectionAssertionSource for enhanced collection assertion methods and type preservation
    
    * refactor(assertions): introduce ContinuationBase for common logic in And/Or continuations and enhance ICollectionAssertionSource integration
    
    * feat(assertions): introduce dictionary assertions with And/Or chaining and collection methods
    
    * refactor(assertions): enhance collection assertion classes for better type inference and chaining
    
    * feat(assertions): add collection assertion methods for improved type inference and usability
    
    * fix(assertions): update assertions to use IsNotEmpty and HasCount for clarity
    
    * fix(assertions): streamline HasCount assertions for clarity and consistency
    
    * fix(tests): improve assertions in DictionaryCollectionTests for clarity and consistency
    
    * fix(tests): add assertions for CustomCollection and enhance collection count assertions
    
    * feat(assertions): add HasCount method for fluent count assertions on collections and dictionaries
    
    * feat(assertions): add MapAsync method for asynchronous value transformations
    
    ---------
    
    Co-authored-by: Claude <[email protected]>
    thomhurst and claude authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    4935900 View commit details
    Browse the repository at this point in the history
Loading