multi_editor_mock 0.1.1 copy "multi_editor_mock: ^0.1.1" to clipboard
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.

0
likes
110
points
94
downloads

Publisher

unverified uploader

Weekly Downloads

Mock implementations for testing MultiEditor - provides in-memory file system, mock repositories, and test utilities for unit and integration testing.

Homepage
Repository (GitHub)
View/report issues

Topics

#editor #testing #mocks #flutter

Documentation

API reference

License

MIT (license)

Dependencies

multi_editor_core

More

Packages that depend on multi_editor_mock