dart-pad icon indicating copy to clipboard operation
dart-pad copied to clipboard

Add support for `mocktail` package

Open mousedownmike opened this issue 3 years ago • 2 comments

Please add support for the mocktail package.

Mock library for Dart inspired by mockito.

Mocktail focuses on providing a familiar, simple API for creating mocks in Dart (with null-safety) without the need for manual mocks or code generation.

Having DartPad access would assist with creating interactive documentation for the project.

mousedownmike avatar Dec 31 '21 03:12 mousedownmike

This depends on the test package, which DartPad doesn't support right now.

johnpryan avatar Jul 20 '22 21:07 johnpryan

Thanks for the update, relates to #1348

mousedownmike avatar Jul 20 '22 21:07 mousedownmike