OLD | NEW |
---|---|
1 # Changelog | 1 # Changelog |
2 | 2 |
3 ## 0.1.0 | |
4 | |
5 - Switched from 'package:unittest' to 'package:test'. | |
6 - Since 'package:test' does not define 'solo_test', in order to keep | |
7 this functionality, `defineReflectiveSuite` must be used to wrap | |
8 all `defineReflectiveTests` invocations. | |
9 | |
3 ## 0.0.4 | 10 ## 0.0.4 |
4 | 11 |
5 - Added @failingTest, @assertFailingTest and @soloTest annotations. | 12 - Added @failingTest, @assertFailingTest and @soloTest annotations. |
6 | 13 |
7 ## 0.0.1 | 14 ## 0.0.1 |
8 | 15 |
9 - Initial version | 16 - Initial version |
OLD | NEW |