test_core 0.2.1+1
test_core: ^0.2.1+1 copied to clipboard
A basic library for writing tests and running them on the VM.
0.2.1+1 #
- Allow
analyzerversion0.35.x.
0.2.1 #
- Require Dart SDK
>=2.1.0. - Require latest
test_api.
0.2.0 #
- Remove
remote_listener.dartandsuite_channel_manager.dartfrom runner and depend on them fromtest_api.
0.1.0 #
- Initial release of
test_core. Provides the basic API for writing and running tests on the VM.