Anders Holmgren
2015-06-16 16:41:17 UTC
I have some integration tests of a REST api that start up my server then
execute a bunch of tests against the api and shutdown the server when
complete.
With the unittest package I used the SimpleConfiguration class to detect
when the tests have finished so that I can shutdown the server. How do I do
something similar with the test package?
execute a bunch of tests against the api and shutdown the server when
complete.
With the unittest package I used the SimpleConfiguration class to detect
when the tests have finished so that I can shutdown the server. How do I do
something similar with the test package?
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.