IntegrationGenerator class

Constructors

IntegrationGenerator({required DartServerRepository dartServerRepository})

Properties

astElementExecutor ↔ AstElementExecutor
latefinal
dartServerRepository → DartServerRepository
final
fixerExecutor ↔ FixerExecutor
Executors
latefinal
generationRepository → GenerationRepository
latefinal
hashCode int
The hash code for this object.
no setterinherited
integrationExecutor → IntegrationExecutor
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unitTestExecutor ↔ IntegrationExecutor
latefinal
writerExecutor ↔ WriterExecutor
latefinal
writerRepository ↔ WriterRepository
latefinal

Methods

generateForFlow({required IntegrationTestInput testInput, required List<IntegrationTestInput> allTests, required int index, required PubspecData pubspecData, required AnalysisContextCollection collection, required TestRunInfo testRunInfo}) Future<void>
init() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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