getAppsTestPath static method

String getAppsTestPath(
  1. String appsName
)

Gets the path for an app test directory.

Implementation

static String getAppsTestPath(String appsName) {
  return join(current, 'apps', '${appsName}_test');
}