Since project is a collection of classes (and other items, yes, but we're talking about classes here) the flow would be something like that:
- Get project name
- Project name to class list
- Get unit tests for class list
- Run unit tests
I'm just saying that 3rd step can have more callers (alternative routes to 3rd step if you will), for example:
- Package to class list
- Wildcard expression to class list
- Namespace to class list
- Log in to post comments