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 TransformedEntity
convertResult
(String sampleSolution, BigDecimal scoreMax, Result result) Convert a result object into aRegressionTestingRecordedBehaviorTO
entity
-
Method Details
-
convertResult
public static TransformedEntity convertResult(String sampleSolution, BigDecimal scoreMax, Result result) Convert a result object into aRegressionTestingRecordedBehaviorTO
entity- Parameters:
sampleSolution
- of the recovered resultresult
- object- Returns:
- converted entity
-