useMockitoGeneratedTypes property

bool useMockitoGeneratedTypes
final

if true, no mocks will be generated by this builder but will use the names of classes generated by Mockito.

if false, simple one line mock classes will be generated which can be useful for mocktail.

Implementation

final bool useMockitoGeneratedTypes;