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

Type pool #158

Merged
merged 22 commits into from
Aug 11, 2023
Merged

Type pool #158

merged 22 commits into from
Aug 11, 2023

Conversation

dstallenberg
Copy link
Contributor

@dstallenberg dstallenberg commented Jul 31, 2023

This PR does the following:

  • change the encoding structure from constructor -> methods to method -> constructor
  • create a statement pool per encoding such that constants, return values, and constructor instances can be reused
  • create a type pool that is used by the sampler to sample constructor instances over mocked objects
  • move some of the functionality of the sampler into generator classes

@dstallenberg dstallenberg requested a review from a team as a code owner July 31, 2023 12:14
@dstallenberg dstallenberg changed the title Feat type pool Type pool Aug 2, 2023
@dstallenberg dstallenberg merged commit 44d9386 into main Aug 11, 2023
4 of 6 checks passed
@dstallenberg dstallenberg deleted the feat-type-pool branch August 11, 2023 18:58
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