Package de.hsh.graja.core.regression
Class ConverterService
java.lang.Object
de.hsh.graja.core.regression.ConverterService
A ConverterService allows to convert internally used Graja objects into the domain model of the regression testing system.
-
Method Summary
Modifier and TypeMethodDescriptionstatic TransformedEntityconvertResult(String sampleSolution, BigDecimal scoreMax, Result result) Convert a result object into aRegressionTestingRecordedBehaviorTOentity
-
Method Details
-
convertResult
public static TransformedEntity convertResult(String sampleSolution, BigDecimal scoreMax, Result result) Convert a result object into aRegressionTestingRecordedBehaviorTOentity- Parameters:
sampleSolution- of the recovered resultresult- object- Returns:
- converted entity
-