unittestbot/UTBot static code analysis

The GitHub action for generating tests and creating SARIF reports based on UTBotJava

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pushTestsPush generated tests to the repository or not.true
targetClassesClasses for which the SARIF-report will be created. Uses all source classes from the user project if this list is empty.all
generatedTestsRelativeRootRelative path (against repository root) to the root of the generated tests..utbot/test
testFrameworkThe name of the test framework to be used. Options: ['junit4', 'junit5', 'testng'].junit5
generationTimeoutTime budget for generating tests for one class (in milliseconds).60000
codegenLanguageThe language of the generated tests. Options: ['java', 'kotlin'].java
mockStrategyThe mock strategy to be used. Options: ['no-mocks', 'other-packages', 'other-classes'].other-packages
staticsMockingUse static methods mocking or not. Options: ['do-not-mock-statics', 'mock-statics'].mock-statics
forceStaticMockingForces mocking static methods and constructors for classesToMockAlways classes or not. Options: ['force', 'do-not-force'].force
classesToMockAlwaysClasses to force mocking theirs static methods and constructors. By default, some internal classes are used.[]

no outputs