absouteTestFilePath static method

String absouteTestFilePath(
  1. String relativePath
)

Implementation

static String absouteTestFilePath(String relativePath) =>
    p.join('$testPath/$relativePath');