Hi Alexey! This sounds like it should be thought of and perhaps shipped together with the Streams Testkit once we get to implementing it. Feel free to add your ideas to this ticket: https://github.com/akka/akka/issues/15748 in which we’re tracking ideas on what a Streams TestKit should look like.
Thanks for the feedback / interest and ideas :-) -- Konrad 'ktoso’ Malawski Akka @ Typesafe On 19 January 2015 at 17:54:05, Alexey Romanchuk ([email protected]) wrote: Hey hakkers! I am currently updating old application built on akka-streams 0.4 to 1.0-MX API. I used Transformers and now migrate it to PullPushStages. In general migration is pretty easy, but I can not figure out how should I rewrite unit test for custom stages? In 0.4 transformers had simple external API and I use unit test to test them. There is context in 1.0 stages API and unit testing is not so straightforward. I found that most of prebuild stages test by building simple streams, but looks like it is too much testing environment for stage testing. Could you advise right approach to test streams and custom stages especially? Thanks! -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout. -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
