redstone-dart / redstone

A metadata driven microframework for Dart.
http://redstone-dart.github.io/redstone
MIT License
342 stars 42 forks source link

Improve documentation: Add example of unittest with DI #59

Open skoky opened 9 years ago

skoky commented 9 years ago

Hello

could you please add an example of service unit test with DI on service initialization? I have a service with DI but I don't know how to test it. Thank you.

luizmineo commented 9 years ago

Thanks, I'll try to include a more complete example in the docs. Meanwhile, take a look at issue #23. If you have problems or doubts, please let me know.

skoky commented 9 years ago

Yes, this was useful and my tests works now. Thank you.

luizmineo commented 9 years ago

Ok. I'll let this issue open, so I won't forget to update the docs.