We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, i'm trying to create a mock class that implements an abastract class, and this abstract class extends one state, that's the code.
Abstract class abstract class WidgetTesteViewModel extends State {}
Mock class WidgetTestSpy extends Mock implements WidgetTesteViewModel{}
Error: 'Mock.toString' ('String Function()') isn't a valid override of 'Diagnosticable.toString' ('String Function({DiagnosticLevel minLevel})')
The text was updated successfully, but these errors were encountered:
Thanks for opening an issue. This has been discussed at #233. See the solution.
Sorry, something went wrong.
Duplicate of #233
No branches or pull requests
Hello, i'm trying to create a mock class that implements an abastract class, and this abstract class extends one state, that's the code.
Abstract class
abstract class WidgetTesteViewModel extends State {}
Mock
class WidgetTestSpy extends Mock implements WidgetTesteViewModel{}
Error:
'Mock.toString' ('String Function()') isn't a valid override of 'Diagnosticable.toString' ('String Function({DiagnosticLevel minLevel})')
The text was updated successfully, but these errors were encountered: