-
Notifications
You must be signed in to change notification settings - Fork 114
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
Tests with Mockk #334
Milestone
Comments
i think it's already working, i did some test but i'm not sure that all the features work perfectly. |
Hi Claire,
I don't think we will have time to add support for Mockk. But we would be
glad to add a PR to support it if you feel like contributing to TP.
Le mer. 5 juin 2019 à 08:58, ClaireGizard <notifications@github.com> a
écrit :
… i think it's already working, i did some test but i'm not sure that all
the features work perfectly.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#334?email_source=notifications&email_token=AAN7PXKCHI5LOMQ4PDAZTELPY6Z7NA5CNFSM4HTW6VCKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODW7TX4Y#issuecomment-499071987>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAN7PXMJE6YJTKEPFSBBTMLPY6Z7NANCNFSM4HTW6VCA>
.
|
Looking at the TP test implementation, it should already work for the annotations: Is there any feature that you found missing @ClaireGizard ? |
Hi, it works too with @InjectedMock, but not with @spyk.
Le sam. 20 juil. 2019 à 23:58, Daniel Molinero <notifications@github.com> a
écrit :
… Looking at the TP test implementation, it should already work for the
annotations: @mockk and @RelaxedMockK.
Is there any feature that you found missing @ClaireGizard
<https://github.com/ClaireGizard> ?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#334?email_source=notifications&email_token=ABSAEWLIGSXWYIXVISGPMK3QAOC6RA5CNFSM4HTW6VCKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2NWXIY#issuecomment-513502115>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABSAEWPFCUHJDBBPHCXOKZLQAOC6RANCNFSM4HTW6VCA>
.
|
TP works out of the box for all annotations containing 'Mock' in their
names.
We have added mockk support for TP 3 specs IIRC.
Le lun. 22 juil. 2019 à 01:35, Faucogney Anthony <notifications@github.com>
a écrit :
… Hi, it works too with @InjectedMock, but not with @spyk.
Le sam. 20 juil. 2019 à 23:58, Daniel Molinero ***@***.***>
a
écrit :
> Looking at the TP test implementation, it should already work for the
> annotations: @mockk and @RelaxedMockK.
>
> Is there any feature that you found missing @ClaireGizard
> <https://github.com/ClaireGizard> ?
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <
#334?email_source=notifications&email_token=ABSAEWLIGSXWYIXVISGPMK3QAOC6RA5CNFSM4HTW6VCKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2NWXIY#issuecomment-513502115
>,
> or mute the thread
> <
https://github.com/notifications/unsubscribe-auth/ABSAEWPFCUHJDBBPHCXOKZLQAOC6RANCNFSM4HTW6VCA
>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#334?email_source=notifications&email_token=AAN7PXLZKTNBRBJSPPMBZMLQAVWOVA5CNFSM4HTW6VCKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2PGHFY#issuecomment-513696663>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAN7PXLKPARDYNRTVDTJ2DTQAVWOVANCNFSM4HTW6VCA>
.
|
We will add support |
This is getting closed as it has been released in version 3.0.0. |
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello !
Is it possible to add a support for the library Mockk like you did for Mockito and EasyMock ?
Thank's
The text was updated successfully, but these errors were encountered: