forked from hamcrest/JavaHamcrest
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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: ggalmazor/JavaHamcrest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: hamcrest/JavaHamcrest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 89 files changed
- 4 contributors
Commits on Oct 12, 2024
-
Migrate all tests to JUnit Jupiter (hamcrest#424)
This change migrates all tests to use JUnit Jupiter, so that is all tests are now annotated with `org.junit.jupiter.api.Test`. In most cases, this is a simple change of imports, with a few exceptions: * Uses of `assertTrue` have been adjusted to allow for the description being the last parameter * `org.hamcrest.AbstractMatcherTest` has been moved to `org.hamcrest.test.AbstractMatcherTest` * Static assertion methods in `AbstractMatcherTest` have been moved to `org.hamcrest.test.MatcherAssertions`
Configuration menu - View commit details
-
Copy full SHA for 581d6ba - Browse repository at this point
Copy the full SHA 581d6baView commit details
Commits on Oct 22, 2024
-
Bump org.junit.jupiter:junit-jupiter from 5.11.2 to 5.11.3 (hamcrest#425
) Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.11.2 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.2...r5.11.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1bed2f5 - Browse repository at this point
Copy the full SHA 1bed2f5View commit details
Commits on Nov 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1e4230f - Browse repository at this point
Copy the full SHA 1e4230fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff2c25b - Browse repository at this point
Copy the full SHA ff2c25bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 544a4cf - Browse repository at this point
Copy the full SHA 544a4cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0545a5 - Browse repository at this point
Copy the full SHA f0545a5View commit details
Commits on Nov 17, 2024
-
Restore public constructors for compatibility (hamcrest#428)
Restore public constructors for compatibility CoreMatchers, MatcherAssert, and Matchers had private contructors added to fix javadoc warnings. Unfortunately, this can break existig users of the classes. Fixes hamcrest#427
Configuration menu - View commit details
-
Copy full SHA for 5dc0112 - Browse repository at this point
Copy the full SHA 5dc0112View commit details -
Configuration menu - View commit details
-
Copy full SHA for f089c7e - Browse repository at this point
Copy the full SHA f089c7eView commit details
Commits on Nov 30, 2024
-
Make
hasProperty(),hasPropertyAtPath(),samePropertyValuesAs()…… work for Java Records (hamcrest#426) Make hasProperty(), hasPropertyAtPath(), samePropertyValuesAs() work for Java Records Resolves hamcrest#392
Configuration menu - View commit details
-
Copy full SHA for 3d58e99 - Browse repository at this point
Copy the full SHA 3d58e99View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master