- May 09, 2014
-
-
kevmoo@google.com authored
TBR Review URL: https://codereview.chromium.org//275013002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@35957 260f80e4-7a28-3924-810f-c04153c831b5
-
kevmoo@google.com authored
R=sigmund@google.com Review URL: https://codereview.chromium.org//270943002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@35954 260f80e4-7a28-3924-810f-c04153c831b5
-
- Apr 03, 2014
-
-
sigmund@google.com authored
R=blois@google.com Review URL: https://codereview.chromium.org//224663002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@34722 260f80e4-7a28-3924-810f-c04153c831b5
-
- Apr 02, 2014
-
-
kevmoo@google.com authored
R=sigmund@google.com Review URL: https://codereview.chromium.org//218403015 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@34627 260f80e4-7a28-3924-810f-c04153c831b5
-
- Mar 25, 2014
-
-
kevmoo@google.com authored
fixed changelog Moved to triple slash, fixed doc comments whitespace formatting tests: finals, annotating functions R=sigmund@google.com Review URL: https://codereview.chromium.org//208273009 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@34384 260f80e4-7a28-3924-810f-c04153c831b5
-
- Mar 24, 2014
-
-
kevmoo@google.com authored
R=sigmund@google.com Review URL: https://codereview.chromium.org//210413002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@34329 260f80e4-7a28-3924-810f-c04153c831b5
-
- Mar 21, 2014
-
-
kevmoo@google.com authored
R=sigmund@google.com Review URL: https://codereview.chromium.org//208593004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@34268 260f80e4-7a28-3924-810f-c04153c831b5
-
sigmund@google.com authored
this failed for empty test suites (mainly in individual configuration when tests are suppressed when features are not supported) Review URL: https://codereview.chromium.org//207493003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@34221 260f80e4-7a28-3924-810f-c04153c831b5
-
sigmund@google.com authored
getting messages that say: "Warning: Test had 'FAIL' and 'PASS' in stdout." R=jmesserly@google.com Review URL: https://codereview.chromium.org//207373002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@34218 260f80e4-7a28-3924-810f-c04153c831b5
-
- Mar 11, 2014
-
-
kevmoo@google.com authored
Also support for default values in provided functions removed deprecated in most tests whitespace cleanup R=sigmund@google.com Review URL: https://codereview.chromium.org//193643003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@33560 260f80e4-7a28-3924-810f-c04153c831b5
-
- Mar 05, 2014
-
-
https://code.google.com/p/dart/source/detail?r=33346asiva@google.com authored
R=sigmund@google.com Review URL: https://codereview.chromium.org//187653007 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@33353 260f80e4-7a28-3924-810f-c04153c831b5
-
kevmoo@google.com authored
remove calls to deprecated methods in tests whitespace cleanup R=sigmund@google.com Review URL: https://codereview.chromium.org//187323003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@33346 260f80e4-7a28-3924-810f-c04153c831b5
-
sigmund@google.com authored
when tests are passing, I didn't catch the print statements that occur on test failures. BUG= R=rnystrom@google.com Review URL: https://codereview.chromium.org//183013009 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@33317 260f80e4-7a28-3924-810f-c04153c831b5
-
- Mar 04, 2014
-
-
sigmund@google.com authored
purely async (see dartbug.com/17269) R=rnystrom@google.com Review URL: https://codereview.chromium.org//187003003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@33312 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 28, 2014
-
-
kevmoo@google.com authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//177123014 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@33173 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
R=kevmoo@google.com, sigmund@google.com Review URL: https://codereview.chromium.org//184103002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@33164 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 11, 2014
-
-
jmesserly@google.com authored
introduce web_components pkg to replace shadow_dom, html_import, custom_element. This new package is 100% compatible with the polyfills used by http://www.polymer-project.org/ Deletes: pkg/shadow_dom pkg/custom_element (except web_ui stuff) pkg/html_import Adds: pkg/web_components, with README.md and build instructions Changes: pkg/html5lib -- deprecate queryAll/query in favor of *Selector pkg/polymer -- test fixes & a few small changes to work with new polyfills, mostly in build tests/html/custom -- can't load the CE polyfill at runtime, must now be injected statically via an HTML page, similar to the style @blois used for some custom element tests. R=blois@google.com, sigmund@google.com Review URL: https://codereview.chromium.org//158083002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@32533 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 10, 2014
-
-
kevmoo@google.com authored
Flagged a failing test eliminate unused return values in core_matchers remove unused import Locking down Responder a bit adding toString to action more finals more better R=sigmund@google.com Review URL: https://codereview.chromium.org//141713013 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@32507 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 08, 2014
-
-
kevmoo@google.com authored
TBR Review URL: https://codereview.chromium.org//158103002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@32462 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 07, 2014
-
-
kevmoo@google.com authored
add top-level expectAsync and expectAsyncUntil methods which take care of counting arguments R=sigmund@google.com Review URL: https://codereview.chromium.org//137223007 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@32449 260f80e4-7a28-3924-810f-c04153c831b5
-
kevmoo@google.com authored
R=sigmund@google.com Review URL: https://codereview.chromium.org//138383006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@32441 260f80e4-7a28-3924-810f-c04153c831b5
-
kevmoo@google.com authored
Review URL: https://codereview.chromium.org//138383005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@32430 260f80e4-7a28-3924-810f-c04153c831b5
-
kevmoo@google.com authored
Added a changelog to unittest Deprecated a number of methods made extraneous by zone change Fixed related issues in html and html tests BUG= https://code.google.com/p/dart/issues/detail?id=13277 BUG= https://code.google.com/p/dart/issues/detail?id=16541 R=sigmund@google.com Review URL: https://codereview.chromium.org//133313004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@32400 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 04, 2014
-
-
kevmoo@google.com authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//154323002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@32298 260f80e4-7a28-3924-810f-c04153c831b5
-
kevmoo@google.com authored
R=blois@google.com Review URL: https://codereview.chromium.org//135013006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@32288 260f80e4-7a28-3924-810f-c04153c831b5
-
kevmoo@google.com authored
added a change log Deprecate methods with behavior subsumed by runZoned removed rerunTests updated async/future_timeout_test to not assume Zone.ROOT during test run BUG= https://code.google.com/p/dart/issues/detail?id=13277 R=nweiz@google.com Review URL: https://codereview.chromium.org//130173010 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@32284 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 03, 2014
-
-
kevmoo@google.com authored
R=sigmund@google.com Review URL: https://codereview.chromium.org//148213012 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@32260 260f80e4-7a28-3924-810f-c04153c831b5
-
kevmoo@google.com authored
TestCase: cannot set 'enabled' directly. Use enable/disableTest top-level method TestCase: pass, fail, error are now private Tests for protectAsyncN Moved private helper classes into their own files html_enhanced_config: fixed usage of deprecated query apis R=sigmund@google.com Review URL: https://codereview.chromium.org//149573006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@32255 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 01, 2014
-
-
kevmoo@google.com authored
hide and make final a bunch of internal state in TestCase R=sigmund@google.com Review URL: https://codereview.chromium.org//142543005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@32226 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jan 31, 2014
-
-
kevmoo@google.com authored
also fixed a test name R=dgrove@google.com Review URL: https://codereview.chromium.org//132743009 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@32198 260f80e4-7a28-3924-810f-c04153c831b5
-
kevmoo@google.com authored
This is not un-common and makes any future refactoring of unittest more difficult Let's kill it before we rev a v1 R=efortuna@google.com Review URL: https://codereview.chromium.org//142023005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@32188 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jan 30, 2014
-
-
kevmoo@google.com authored
R=efortuna@google.com, sigmund@google.com Review URL: https://codereview.chromium.org//145403005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@32152 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jan 19, 2014
-
-
kevmoo@google.com authored
BUG= https://code.google.com/p/dart/issues/detail?id=16193 R=lrn@google.com Review URL: https://codereview.chromium.org//140783013 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@31947 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jan 13, 2014
-
-
kevmoo@google.com authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//135343002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@31750 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jan 11, 2014
-
-
kevmoo@google.com authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//135333002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@31727 260f80e4-7a28-3924-810f-c04153c831b5
-
kevmoo@google.com authored
Also: fixed analyzer errors BUG= https://code.google.com/p/dart/issues/detail?id=13099 R=sigmund@google.com Review URL: https://codereview.chromium.org//134963002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@31725 260f80e4-7a28-3924-810f-c04153c831b5
-
- Dec 20, 2013
-
-
sigmund@google.com authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//101753006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@31315 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=sigmund@google.com Review URL: https://codereview.chromium.org//116273006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@31314 260f80e4-7a28-3924-810f-c04153c831b5
-
- Dec 17, 2013
-
-
nweiz@google.com authored
Forgot to commit this as part of r31178. Review URL: https://codereview.chromium.org//111873007 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@31179 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
This is like [unorderedEquals], but it instead takes an iterable of matchers and asserts that elements in the actual value match the matchers. R=sigmund@google.com Review URL: https://codereview.chromium.org//112583003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@31178 260f80e4-7a28-3924-810f-c04153c831b5
-