Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(650)

Unified Diff: lib/src/frontend/tags.dart

Issue 1691173002: Support tag configuration. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Code review changes Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/src/backend/metadata.dart ('k') | lib/src/runner.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/frontend/tags.dart
diff --git a/lib/src/frontend/tags.dart b/lib/src/frontend/tags.dart
index b71238832878434464dc352d72f37fec5d5fa423..8a7d4dba2832bd88a1fe9cca19b204a78f8c42ad 100644
--- a/lib/src/frontend/tags.dart
+++ b/lib/src/frontend/tags.dart
@@ -3,6 +3,10 @@
// BSD-style license that can be found in the LICENSE file.
/// An annotation for applying a set of user-defined tags to a test suite.
+///
+/// See [the documentation on tagging tests][tagging tests].
+///
+/// [tagging tests]: https://github.com/dart-lang/test/blob/master/README.md#tagging-tests
class Tags {
/// The tags for the test suite.
Set<String> get tags => _tags.toSet();
« no previous file with comments | « lib/src/backend/metadata.dart ('k') | lib/src/runner.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698