Uses of Class
io.testomat.junit.model.ExporterTestCase
-
Packages that use ExporterTestCase Package Description io.testomat.junit.methodexporter io.testomat.junit.methodexporter.extractors io.testomat.junit.methodexporter.sender -
-
Uses of ExporterTestCase in io.testomat.junit.methodexporter
Method parameters in io.testomat.junit.methodexporter with type arguments of type ExporterTestCase Modifier and Type Method Description java.lang.StringExporterRequestBodyBuilder. buildRequestBody(java.util.List<ExporterTestCase> exporterTestCases)Builds a JSON request body from a list of test cases. -
Uses of ExporterTestCase in io.testomat.junit.methodexporter.extractors
Methods in io.testomat.junit.methodexporter.extractors that return types with arguments of type ExporterTestCase Modifier and Type Method Description java.util.List<ExporterTestCase>MethodCaseExtractor. extractTestCases(com.github.javaparser.ast.CompilationUnit cu, java.lang.String filepath) -
Uses of ExporterTestCase in io.testomat.junit.methodexporter.sender
Method parameters in io.testomat.junit.methodexporter.sender with type arguments of type ExporterTestCase Modifier and Type Method Description voidExportSender. sendTestCases(java.util.List<ExporterTestCase> exporterTestCases)
-