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
Accelerator
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
Type
/
to 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 }}
Garciat
/
java-type-classes
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
3
Code
Issues
1
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Add test coverage for TypeClasses witness resolution
- #7
#7
Merged
Garciat
merged 12 commits into
main
Garciat/java-type-classes:main
from
copilot/write-tests-for-type-classes
Garciat/java-type-classes:copilot/write-tests-for-type-classes
Copy head branch name to clipboard
Dec 14, 2025
Conversation
Commits
12
(12)
Checks
Files changed
Merged
Add test coverage for TypeClasses witness resolution
#7
Garciat
merged 12 commits into
main
Garciat/java-type-classes:main
from
copilot/write-tests-for-type-classes
Garciat/java-type-classes:copilot/write-tests-for-type-classes
Copy head branch name to clipboard
Commits
Commits on Dec 14, 2025
Initial plan
Copilot
committed
699b3d7
View commit details
Copy full SHA for 699b3d7
Browse repository at this point
Add unit tests for ParsedType, FuncType, and Unification
Show description for fd7d704
Copilot
and
Garciat
committed
fd7d704
View commit details
Copy full SHA for fd7d704
Browse repository at this point
Add comprehensive tests for TypeClasses.witness() behavior
Show description for 8514093
Copilot
and
Garciat
committed
8514093
View commit details
Copy full SHA for 8514093
Browse repository at this point
Format test files with google-java-format
Show description for 8891085
Copilot
and
Garciat
committed
8891085
View commit details
Copy full SHA for 8891085
Browse repository at this point
Address PR feedback: use Ty<T> from api package and assertEquals for Maybe types
Show description for 68b29ba
Copilot
and
Garciat
committed
68b29ba
View commit details
Copy full SHA for 68b29ba
Browse repository at this point
Address PR feedback: use custom test type classes, simplify FuncType assertions, add generic method test, remove format tests
Show description for c2456dc
Copilot
and
Garciat
committed
c2456dc
View commit details
Copy full SHA for c2456dc
Browse repository at this point
Switch from JUnit assertions to AssertJ assertions
Show description for 69e136b
Copilot
and
Garciat
committed
69e136b
View commit details
Copy full SHA for 69e136b
Browse repository at this point
Add test cases for type variables, wildcards, and inline unnecessary variables in UnificationTest
Show description for b64d0d4
Copilot
and
Garciat
committed
b64d0d4
View commit details
Copy full SHA for b64d0d4
Browse repository at this point
Inline expected variables and import ParsedType subtypes in FuncTypeTest
Show description for d167c72
Copilot
and
Garciat
committed
d167c72
View commit details
Copy full SHA for d167c72
Browse repository at this point
Import ParsedType subtypes in ParsedTypeTest and UnificationTest
Show description for ced34aa
Copilot
and
Garciat
committed
ced34aa
View commit details
Copy full SHA for ced34aa
Browse repository at this point
Replace wildcard imports with explicit imports and inline expected variables in ParsedTypeTest
Show description for 43a45e3
Copilot
and
Garciat
committed
43a45e3
View commit details
Copy full SHA for 43a45e3
Browse repository at this point
Inline remaining variables in ParsedTypeTest (listType, mapType, nestedType, types, fieldType)
Show description for 72a4ec6
Copilot
and
Garciat
committed
72a4ec6
View commit details
Copy full SHA for 72a4ec6
Browse repository at this point
You can’t perform that action at this time.