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.