Class RawTestCaseMapper
- java.lang.Object
-
- com.chutneytesting.scenario.api.raw.mapper.RawTestCaseMapper
-
public class RawTestCaseMapper extends Object
-
-
Constructor Summary
Constructors Constructor Description RawTestCaseMapper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GwtTestCasefromDto(RawTestCaseDto dto)static GwtTestCasefromRaw(RawTestCase testCase)static RawTestCaseDtotoDto(GwtTestCase testCase)static RawTestCaseDtotoDto(RawTestCase testCase)static RawTestCaseDtotoDto(TestCase testCase)
-
-
-
Method Detail
-
fromRaw
public static GwtTestCase fromRaw(RawTestCase testCase)
-
fromDto
public static GwtTestCase fromDto(RawTestCaseDto dto)
-
toDto
public static RawTestCaseDto toDto(TestCase testCase)
-
toDto
public static RawTestCaseDto toDto(RawTestCase testCase)
-
toDto
public static RawTestCaseDto toDto(GwtTestCase testCase)
-
-