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

Added helper function to immediately create an object fixture #99

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

romrell4
Copy link

@romrell4 romrell4 commented Aug 1, 2023

As discussed in #98, it would be nice to have a small helper function that would immediately create a randomized fixture, without having to write:

kotlinFixture().invoke<MyType>()

each time.

This PR adds a new helper function to make ☝️ just look like:

fixture<MyType>()

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

1 participant