Project class

Constructors

Project(String rootPath, FileSystem fs)

Properties

fs → FileSystem
final
hashCode int
The hash code for this object.
no setterinherited
integrationTesDirPath String
no setter
pubspecFile → File
no setter
rootPath String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tesDirPath String
no setter

Methods

findMatchingTest(String path) Future<TestFileMatch>
getIntegrationTestFiles() Future<List<File>>
hasIntegrationTestDir() Future<bool>
hasTestDir() Future<bool>
isFlutter() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
unitTestFor(String path) Future<String?>

Operators

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