| Modifier and Type | Method and Description |
|---|---|
TestConfiguration.TestConfigurationBuilder |
TestConfiguration.TestConfigurationBuilder.setFailureImpact(int failureImpact)
Sets the number of points to increase or decrease the score if a test has failed.
|
TestConfiguration.TestConfigurationBuilder |
TestConfiguration.TestConfigurationBuilder.setMaxScore(int maxScore) |
TestConfiguration.TestConfigurationBuilder |
TestConfiguration.TestConfigurationBuilder.setPassedImpact(int passedImpact)
Sets the number of points to increase or decrease the score if a test has passed.
|
TestConfiguration.TestConfigurationBuilder |
TestConfiguration.TestConfigurationBuilder.setSkippedImpact(int skippedImpact)
Sets the number of points to increase or decrease the score if a test is skipped.
|
Copyright © 2016–2020. All rights reserved.