- Apr 14, 2015
-
-
Natalie Weizenbaum authored
This also reverts the MultiChannel commits that were causing timeouts. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1062943005
-
- Apr 13, 2015
-
-
Natalie Weizenbaum authored
This is a step towards Dartium support. Rather than only serving the compiled JS and the HTML necessary to run it, the entire package is now served with the compiled JS and HTML wrappers overlayed on top. This will allow Dartium to load all necessary sources from the server, and incidentally also allows tests to access assets. See #60 Closes #27 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1076803003
-
- Apr 03, 2015
-
-
Natalie Weizenbaum authored
Closes #26 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1056733002
-
- Apr 01, 2015
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1053443002
-
- Mar 26, 2015
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1034303003
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1036943002
-
- Mar 03, 2015
-
-
Natalie Weizenbaum authored
See #5 R=kevmoo@google.com Review URL: https://codereview.chromium.org//971103002
-
Natalie Weizenbaum authored
This is necessary to avoid an IO dependency in lib/unittest.dart, which would prevent browser tests from running. R=kevmoo@google.com Review URL: https://codereview.chromium.org//971123002
-
- Feb 19, 2015
-
-
Natalie Weizenbaum authored
This preserves the shape of the previous API, but stubs out the functionality. This is a temporary measure designed to make it easier for users to try the runner out on their existing tests. R=kevmoo@google.com Closes #2 Review URL: https://codereview.chromium.org//934413002
-
Natalie Weizenbaum authored
This is still extremely bare-bones and won't work with tests that actually import "package:unittest/unittest.dart", but it's something. R=kevmoo@google.com See #2 Review URL: https://codereview.chromium.org//933083002
-
- Feb 11, 2015
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com See #2 Review URL: https://codereview.chromium.org//891493004
-
Natalie Weizenbaum authored
R=kevmoo@google.com See #2 Review URL: https://codereview.chromium.org//916533003
-
- Jan 13, 2015
-
-
Kevin Moore authored
also updated codereview url R=nweiz@google.com Review URL: https://codereview.chromium.org//846143003
-
- May 09, 2014
-
-
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
-
- 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
-
- 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
-
- Dec 11, 2013
-
-
blois@google.com authored
BUG= R=sigmund@google.com Review URL: https://codereview.chromium.org//99053003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@31084 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jul 18, 2013
-
-
nweiz@google.com authored
This reverts r25135, and rolls forward r25131, r25132, and r25133. R=rnystrom@google.com Review URL: https://codereview.chromium.org//19540015 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@25169 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jul 17, 2013
-
-
nweiz@google.com authored
This reverts r25131, r25132, and r25133. R=rnystrom@google.com Review URL: https://codereview.chromium.org//19684006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@25135 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
This reverts r24669 and rolls forward r24652, r24659, and r24661. BUG=11649 R=asiva@google.com, vsm@google.com Review URL: https://codereview.chromium.org//18892003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@25131 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jul 01, 2013
-
-
nweiz@google.com authored
This reverts r24652, r24659, and r24661. r24652 triggered a crashing bug in all the Dartium tests, so it's being reverted until that bug is fixed. BUG=11649 R=asiva@google.com Review URL: https://codereview.chromium.org//18400002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@24669 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=gram@google.com Review URL: https://codereview.chromium.org//18052029 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@24652 260f80e4-7a28-3924-810f-c04153c831b5
-
- May 17, 2013
-
-
nweiz@google.com authored
This adds a prettyPrint function that knows to respect line lengths and avoid printing too much of very large objects. Because that function has built-in guards against over-printing, the default error formatter is changed to print the actual value by default. This also tweaks the output of some matchers to take advantage of the assumption that the full actual value will always be printed. R=gram@google.com Review URL: https://codereview.chromium.org//14600029 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@22873 260f80e4-7a28-3924-810f-c04153c831b5
-