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

Test helpers #1792

Merged
merged 1 commit into from
May 28, 2016
Merged

Test helpers #1792

merged 1 commit into from
May 28, 2016

Conversation

dsarfati
Copy link
Contributor

Added a grain creator class that further enables unit testing grains without the need for a full silo. This enables the same behavior of the test only constructor protected Grain(IGrainIdentity identity, IGrainRuntime runtime) , but doesnt force developers to add test specific code to their production grains. I plan to add Grain as well, but I wanted to get the discussion started.

…non silo) tests the same way they are created within the full Orleans runtime.
@dnfclas
Copy link

dnfclas commented May 26, 2016

Hi @dsarfati, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution!
You've already signed the contribution license agreement. Thanks!

The agreement was validated by .NET Foundation and real humans are currently evaluating your PR.

TTYL, DNFBOT;

@jthelin
Copy link
Member

jthelin commented May 27, 2016

Nice!. LGTM.

@sergeybykov sergeybykov merged commit e3419e1 into dotnet:master May 28, 2016
@sergeybykov
Copy link
Contributor

Thank you, @dsarfati!

@github-actions github-actions bot locked and limited conversation to collaborators Dec 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants