-
Notifications
You must be signed in to change notification settings - Fork 179
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
Running (spring) integration speks? #50
Comments
+1 for this issue. Maybe there is some lessons that could be learned from: https://github.com/dam5s/kspec/tree/master/libraries/kspec-spring |
Any updates on this? |
No plans yet, going to push |
We can revisit this after the 1.0 release. |
+1 here guys. |
Please let us (the Spring Boot team) know if there's anything we can do to help |
I have implemented a runner for my own library (Aspen) that uses the SpringContextManager. It's actually pretty simple to get a runner working, the Spring team has done a great job at abstracting the way to run tests using Spring. You can find the runner I implemented there: https://github.com/dam5s/aspen/blob/master/libraries/aspen-spring/src/main/kotlin/io/damo/aspen/spring/SpringTestTreeRunner.kt |
@wilkinsona @dam5s Thanks Andy, Damien. We really would like to get 1.0 out the door with as much as the planned functionality and there's still quite a bit to do. As soon as that happens I think we can pick this up and start work on it. |
So, we have 1.0 out. Any plans for Spring Integration once you have the Spek API stabilized? |
Not a Spring user: please don't include Spring support to the core On 4 Sep 2016 1:07 pm, "Rafal Glowinski" [email protected] wrote:
|
@artem-zinnatullin We won't be doing that. |
I'm still working on a spec for extension which can be found here (#115), feedback is very much welcomed. |
Any progress on this? |
hey guys, |
Hey guys, been looking into Spring's |
Here's the POC https://github.com/spekframework/spek-spring-extension. It's very hackish, but it will be a good starting point. I'm closing this issue, feel free to file feature requests on that repo. |
@raniejade Please create an issue on https://jira.spring.io/browse/SPR/ with more details about what changes you would need in |
thanks @sdeleuze! I'll find sometime later today 👍 |
@wilkinsona or @sdeleuze: any word on https://jira.spring.io/browse/SPR-15143? It's been |
Hi everybody, I don't foresee any easy way to support testing frameworks based on lambda expressions or closures with the Spring TestContext Framework, simply because the two programming models are completely different with regard to registration (and more importantly lookup) of metadata as well as test execution lifecycle. I'll post something similar on the related JIRA issue for Spring and will seek feedback there. Regards, Sam |
hi guys, I'm looking for the function used in the sample but seems like the sample is based on spek version |
@jffiorillo I think you can still salvage the POC and re-use it (with some modifications) in Spek 2.x. LifecycleListener is still present in 2.x. |
@raniejade thank you for you answer but I found the following issues when attempting to migrate your example to spek2:
I'm guessing that I need to somehow use the
I guess that I need to somehow use the Can you give me some hints about how to solve those issues? Thank you |
|
Is there an equivalent for the following JUnit?
The text was updated successfully, but these errors were encountered: