multi_editor_mock 0.1.1
multi_editor_mock: ^0.1.1 copied to clipboard
Mock implementations for testing MultiEditor - provides in-memory file system, mock repositories, and test utilities for unit and integration testing.
multi_editor_mock #
Mock implementations for testing MultiEditor applications.
Features #
- In-Memory File System: Mock file storage for tests
- Mock Repositories: Test doubles for repositories
- Test Utilities: Helper functions for testing
Installation #
```yaml dev_dependencies: multi_editor_mock: ^0.1.0 ```
Usage #
```dart import 'package:multi_editor_mock/editor_mock.dart';
final mockRepo = MockProjectRepository(); ```
License #
MIT License - see LICENSE file for details.