isTest method

  1. @protected
bool isTest(
  1. String content
)

Checks if content is a test file.

Returns true if the content imports the test package.

Implementation

@protected
bool isTest(String content) => RuntimeUtils.isTest(content);