Project class abstract

Constructors

Project(String rootPath, FileSystem fs)
factory

Properties

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

Methods

allIntegrationTestFile() → File
findMatchingTest(String path) Future<TestFileMatch>
getDir(String path) → Directory
getIntegrationTestFiles() Future<List<File>>
getRelativePath(String path, {required String from}) String
hasIntegrationTestDir() Future<bool>
hasTestDir() Future<bool>
ignoredPaths() Future<List<String>>
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