-
Notifications
You must be signed in to change notification settings - Fork 14
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
Support JUnit5 #12
Comments
Hi,
Thank you for your interest in Ekstazi. Although we do have plans to
support JUnit5, this is unlikely to happen before Fall 2019 as many people
are out of town.
Milos
…On Wed, Jul 3, 2019 at 9:52 PM azl ***@***.***> wrote:
I'm using ekstazi to test jpetstore
<https://github.com/mybatis/jpetstore-6>. But it uses JUnit Jupiter(JUnit
5) to write tests. So ekstazi doesn't record any tests. It seems that
ekstazi's JUitCTF doesn't instrument the Test Class.
Are you planning to support JUnit5?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#12?email_source=notifications&email_token=AAMRQWROAO72JOLOQ3H36ALP5VQYPA5CNFSM4H5QTSP2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G5ITRCA>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAMRQWTRIGYZVUKUIHR73ULP5VQYPANCNFSM4H5QTSPQ>
.
|
You can send me a private email if this is urgent, so we can chat more.
…On Wed, Jul 3, 2019 at 9:52 PM azl ***@***.***> wrote:
I'm using ekstazi to test jpetstore
<https://github.com/mybatis/jpetstore-6>. But it uses JUnit Jupiter(JUnit
5) to write tests. So ekstazi doesn't record any tests. It seems that
ekstazi's JUitCTF doesn't instrument the Test Class.
Are you planning to support JUnit5?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#12?email_source=notifications&email_token=AAMRQWROAO72JOLOQ3H36ALP5VQYPA5CNFSM4H5QTSP2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G5ITRCA>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAMRQWTRIGYZVUKUIHR73ULP5VQYPANCNFSM4H5QTSPQ>
.
|
I'm wondering about this feature and the status of #41 |
Thanks for your interest in this feature @mleegwt . At the moment, there is nobody working on this particular issue. There were quite a bit of people that expressed interest in both this feature and contributing the feature (or revising the PR we have). |
@gliga The topic of test selection is a preliminary investigation for us. Since most of our software repos contain JUnit 5 now, tools that only support JUnit 4 get easily disqualified in these kinds of investigations. |
I'm using ekstazi to test jpetstore. But it uses JUnit Jupiter(JUnit 5) to write tests. So ekstazi doesn't record any tests. It seems that ekstazi's JUitCTF doesn't instrument the Test Class.
Are you planning to support JUnit5?
The text was updated successfully, but these errors were encountered: