Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
hamcrest
/
JavaHamcrest
Public
Notifications
You must be signed in to change notification settings
Fork
385
Star
2.2k
Code
Issues
90
Pull requests
38
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Implement matchers for thrown exceptions in
Runnable
- #423
#423
Merged
tumbarumba
merged 16 commits into
hamcrest:master
hamcrest/JavaHamcrest:master
from
ggalmazor:matcher/throwsException
ggalmazor/JavaHamcrest:matcher/throwsException
Copy head branch name to clipboard
Nov 3, 2024
Conversation
Commits
16
(16)
Checks
Files changed
Merged
Implement matchers for thrown exceptions in
Runnable
#423
tumbarumba
merged 16 commits into
hamcrest:master
hamcrest/JavaHamcrest:master
from
ggalmazor:matcher/throwsException
ggalmazor/JavaHamcrest:matcher/throwsException
Copy head branch name to clipboard
Commits
Commits on Oct 27, 2024
Change: create base matcher for Runnables throwing exceptions
Show description for e3a78a3
ggalmazor
committed
e3a78a3
View commit details
Copy full SHA for e3a78a3
Browse repository at this point
Change: match exception subtypes
Show description for d22e522
ggalmazor
committed
d22e522
View commit details
Copy full SHA for d22e522
Browse repository at this point
Change: make the matcher composable
ggalmazor
committed
39dc013
View commit details
Copy full SHA for 39dc013
Browse repository at this point
Change: add composable exception message matcher
Show description for b6d7137
ggalmazor
committed
b6d7137
View commit details
Copy full SHA for b6d7137
Browse repository at this point
Change: fix composition chain.
Show description for 384ed57
ggalmazor
committed
384ed57
View commit details
Copy full SHA for 384ed57
Browse repository at this point
Change: Port Throwable matchers to `TypeSafeDiagnosingMatcher`
ggalmazor
committed
d1da83d
View commit details
Copy full SHA for d1da83d
Browse repository at this point
Change: support junit style, matching against type matching of exceptions.
Show description for e0221d7
ggalmazor
committed
e0221d7
View commit details
Copy full SHA for e0221d7
Browse repository at this point
Change: add alias to new matchers in org.hamcrest.Matchers
ggalmazor
committed
4cd878a
View commit details
Copy full SHA for 4cd878a
Browse repository at this point
Change: fix factory type names
ggalmazor
committed
bdcc5b5
View commit details
Copy full SHA for bdcc5b5
Browse repository at this point
Change: migrate tests to junit5
ggalmazor
committed
d928bdf
View commit details
Copy full SHA for d928bdf
Browse repository at this point
Cleanup: reformat to 2 spaces
ggalmazor
committed
7cd5c4e
View commit details
Copy full SHA for 7cd5c4e
Browse repository at this point
Change: fix matcher factories and expand examples test
ggalmazor
committed
a2d3269
View commit details
Copy full SHA for a2d3269
Browse repository at this point
Cleanup: add empty line at the end of the file
ggalmazor
committed
5161c76
View commit details
Copy full SHA for 5161c76
Browse repository at this point
Commits on Nov 2, 2024
Change: applied suggestions from https://github.com/tumbarumba/JavaHamcrest/blob/throws-exception/hamcrest/src/main/java/org/hamcrest/exception/ThrowsException.java
ggalmazor
committed
00fb99e
View commit details
Copy full SHA for 00fb99e
Browse repository at this point
Cleanup: remove unused classes
ggalmazor
committed
d5cfa9c
View commit details
Copy full SHA for d5cfa9c
Browse repository at this point
Commits on Nov 3, 2024
Cleanup: revert unwanted reformatting
ggalmazor
committed
ed8fab0
View commit details
Copy full SHA for ed8fab0
Browse repository at this point
You can’t perform that action at this time.