Class: Mutant::CLI::Command::Environment::Run Private
- Inherits:
-
Mutant::CLI::Command::Environment
- Object
- Mutant::CLI::Command
- Mutant::CLI::Command::Environment
- Mutant::CLI::Command::Environment::Run
- Defined in:
- lib/mutant/cli/command/environment/run.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Constant Summary collapse
- NAME =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
'run'
- SHORT_DESCRIPTION =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
'Run code analysis'
- SUBCOMMANDS =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
EMPTY_ARRAY
- UNLICENSED =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
"You are using mutant unlicensed.\n\nSee https://github.com/mbj/mutant#licensing to aquire a license.\nNote: Its free for opensource use, which is recommended for trials.\n".lines.freeze
- NO_TESTS_MESSAGE =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
"===============\nMutant found no tests available for mutation testing.\nMutation testing cannot be started.\n\nThis can have various reasons:\n\n* You did not setup an integration, see:\n https://github.com/mbj/mutant/blob/main/docs/configuration.md#integration\n* You set environment variables like RSPEC_OPTS that filter out all tests.\n* You set configuration optiosn like `config.filter_run :focus` which do\n make rspec to not report any test.\n===============\n"