Discussion:
[dart-misc] What happened to SimpleConfiguration in the new test package?
Anders Holmgren
2015-06-16 16:41:17 UTC
Permalink
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?
--
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.
Günter Zöchbauer
2015-06-16 17:37:27 UTC
Permalink
I use Grinder (as already discussed in slack)
You also can add a few +1 to https://github.com/dart-lang/test/issues/18
Post by Anders Holmgren
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?
--
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.
Anders Holmgren
2015-06-16 20:15:58 UTC
Permalink
Done. I will have to look into grinder at some stage but for now I seem to
be getting away with start / stop the server for each test
Post by Günter Zöchbauer
I use Grinder (as already discussed in slack)
You also can add a few +1 to https://github.com/dart-lang/test/issues/18
Post by Anders Holmgren
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?
--
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
--
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.
Loading...