Discussion:
[dart-misc] matcher to validate generated output
Michael Maier
2015-08-11 14:50:34 UTC
Permalink
Hi,
I use source_gen <https://pub.dartlang.org/packages/source_gen> to generate
Dart <https://www.dartlang.org/> code and would like to test the output of
my generator. Does anybody encounter this problem? How did you address this
problem?

I currently try to write a matcher for analyzer
<https://pub.dartlang.org/packages/analyzer> elements and could use your
help:
http://stackoverflow.com/questions/31922523/test-generated-dart-code

Thanks,
Michael

Ps: I posted this
<https://groups.google.com/a/dartlang.org/forum/#!topic/analyzer-discuss/Cio7XVYZzhE>
mail first at Dart Analyzer Discussion and was directed to this mailing
list.
--
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...