https://github.com/mmcc007/tool_base_test
Flutter tools' base test support
https://github.com/mmcc007/tool_base_test
Last synced: 2 months ago
JSON representation
Flutter tools' base test support
- Host: GitHub
- URL: https://github.com/mmcc007/tool_base_test
- Owner: mmcc007
- License: mit
- Created: 2019-09-07T16:51:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-11T20:57:23.000Z (over 3 years ago)
- Last Synced: 2025-04-10T13:06:34.205Z (6 months ago)
- Language: Dart
- Size: 33.2 KB
- Stars: 2
- Watchers: 1
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/mmcc007/tool_base_test)
A library for Dart developers.
## Usage
A simple usage example:
```dart
import 'package:test/test.dart';
import 'package:tool_base_test/tool_base_test.dart';import 'context_runner.dart';
main() {
testUsingContext('test in context', () {
expect(true, isTrue);
});testUsingContext('test in app context', () {
expect(true, isTrue);
}, runInAppContext: runInContext);
}```
## Features and bugs
Please file feature requests and bugs at the [issue tracker][tracker].
[tracker]: http://example.com/issues/replaceme