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

Unified Diff: pkg/analyzer-experimental/lib/src/generated/java_junit.dart

Issue 12253009: Fresh drop of analyzer-experimental. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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
Index: pkg/analyzer-experimental/lib/src/generated/java_junit.dart
===================================================================
--- pkg/analyzer-experimental/lib/src/generated/java_junit.dart (revision 18469)
+++ pkg/analyzer-experimental/lib/src/generated/java_junit.dart (working copy)
@@ -34,6 +34,9 @@
static void assertEqualsMsg(String msg, expected, actual) {
expect(actual, equalsMsg(msg, expected));
}
+ static void assertSame(expected, actual) {
+ expect(actual, same(expected));
+ }
}
runJUnitTest(testInstance, Function testFunction) {

Powered by Google App Engine
This is Rietveld 408576698