menu
analyzer package
documentation
workspace/workspace.dart
WorkspacePackage
isInTestDirectory abstract method
isInTestDirectory abstract method
dark_mode
light_mode
isInTestDirectory
abstract method
bool
isInTestDirectory
(
File
file
)
Whether
file
is in a "test" directory of this package.
Implementation
bool isInTestDirectory(File file);
analyzer package
documentation
workspace/workspace
WorkspacePackage
isInTestDirectory abstract method
WorkspacePackage class