WidgetSaver class

Constructors

WidgetSaver({required DartServerRepository dartServerRepository, required CacheManager cacheManager})

Properties

cacheManager → CacheManager
final
dartServerRepository → DartServerRepository
final
fixerExecutor ↔ FixerExecutor
Executors
latefinal
generationRepository ↔ GenerationRepository
latefinal
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widgetTestExecutor ↔ WidgetTestExecutor
latefinal

Methods

init() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveTestsForWidget({required ClassDeclaration widget, required String widgetName, required CompilationUnit compilationUnit, required String fileImport, required File subjectFile, required TestRunInfo testRunInfo, ClassDeclaration? classAstNode, ExtensionDeclaration? extAstNode, String? className, Map<String, MethodDeclaration>? methodAstNodes}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited