pathScreenTest method
Returns the path for the specified screen test class name.
Implementation
List<String> pathScreenTest(String screenName, AFUIControlSettings control) {
final filename = "${convertMixedToSnake(screenName)}_tests.dart";
return _createPath(control.prototypesPath, filename);
}