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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to