relativeTestFilePath static method

String relativeTestFilePath(
  1. String filePath
)

Implementation

static String relativeTestFilePath(String filePath) =>
    p.relative(filePath, from: testPath);