Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the use of the TestXXXX classes. #2780

Merged
merged 4 commits into from May 15, 2024
Merged

Conversation

ewoutkramer
Copy link
Member

The TestPatient/TestXXXX classes are becoming a burden since they have not been updated (it's quite a bit of work) and they start to diverge from the actually generated poco's. Since we're going to make more changes in 6.0, I have taken the step to remove them from our source code. Our parsing frameworks are now flexible enough that we can just pick STU3 to test against (the TestXXX classes were derived from STU3 anyway).

@ewoutkramer
Copy link
Member Author

Note that I had to jump through a hoop because it turns out we have two classes in STU3 and Base with exactly the same name (JsonSerializerOptionExtensions). This led to ambiguous references, unless I turned one (internal) function into an extension function. But in 6.0 we might want to rename this anyway to avoid such confusions.

@ewoutkramer ewoutkramer merged commit 75a6207 into develop May 15, 2024
16 checks passed
@ewoutkramer ewoutkramer deleted the remove-testclasses branch May 15, 2024 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants