##0.11.8
test
package.##0.11.7
expectAysnc
based on number of callback arguments expectAsync0
, expectAsync1
, ... expectAsync6
.##0.11.6+4
vm_config.dart
and html_config.dart
libraries.##0.11.6+3
##0.11.6+2
##0.11.6+1
##0.11.6
Merge in the last 0.11.x
release of matcher
to allow projects to use both test
and unittest
without conflicts.
Fix running individual tests with HtmlIndividualConfiguration
when the test name contains URI-escaped values and is provided with the group
query parameter.
##0.11.5+4
TestCase
failures in HtmlConfig
.##0.11.5+3
##0.11.5+2
##0.11.5+1
##0.11.5
matcher
.##0.11.4
matcher
.##0.11.3
##0.11.2
##0.11.1+1
##0.11.1
reason
named argument to expectAsync
and expectAsyncUntil
, which has the same definition as expect
's reason
argument.##0.11.0+6
##0.11.0+5
##0.11.0+4
##0.11.0+3
matcher
version.##0.11.0+2
##0.11.0+1
stack_trace
.##0.11.0
expectAsync0
, expectAsync1
, and expectAsync2
- use expectAsync
insteadexpectAsyncUntil0
, expectAsyncUntil1
, and expectAsyncUntil2
- use expectAsyncUntil
insteadguardAsync
- no longer neededprotectAsync0
, protectAsync1
, and protectAsync2
- no longer neededmatcher.dart
and mirror_matchers.dart
have been removed. They are now in the matcher
package.mock.dart
has been removed. It is now in the mock
package.##0.10.1+2
mock
.##0.10.1+1
##0.10.1
matcher.dart
and mirror_matchers.dart
are now in the matcher
package.mock.dart
is now in the mock
package.equals
now allows a nested matcher as an expected list element or map value when doing deep matching.expectAsync
and expectAsyncUntil
now support up to 6 positional arguments and correctly handle functions with optional positional arguments with default values.##0.10.0
Zone
. This ensures that any exceptions that occur is async operations are reported back to the source test case.guardAsync
, protectAsync0
, protectAsync1
, and protectAsync2
Zone
addresses the need for these methods.expectAsync
replaces the now deprecated expectAsync0
, expectAsync1
and expectAsync2
expectAsyncUntil
replaces the now deprecated expectAsyncUntil0
, expectAsyncUntil1
and expectAsyncUntil2
TestCase
:setUp
, tearDown
, testFunction
enabled
is now get-onlypass
, fail
, error
interactive_html_config.dart
has been removed.runTests
, tearDown
, setUp
, test
, group
, solo_test
, and solo_group
now throw a StateError
if called while tests are running.rerunTests
has been removed.