Re: [akka-user] [akka-stream] Stages unit testing

2015-01-20 Thread Endre Varga
Hi, On Mon, Jan 19, 2015 at 5:54 PM, Alexey Romanchuk alexey.romanc...@gmail.com 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

Re: [akka-user] [akka-stream] Stages unit testing

2015-01-20 Thread Alexey Romanchuk
Hi, looks very interesting and very useful especially for stages testing. Thanks! On Tue, Jan 20, 2015 at 5:26 PM, Endre Varga endre.va...@typesafe.com wrote: Hi, On Mon, Jan 19, 2015 at 5:54 PM, Alexey Romanchuk alexey.romanc...@gmail.com wrote: Hey hakkers! I am currently updating

Re: [akka-user] [akka-stream] Stages unit testing

2015-01-19 Thread Konrad Malawski
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

[akka-user] [akka-stream] Stages unit testing

2015-01-19 Thread Alexey Romanchuk
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