Package io.testomat.junit.methodexporter
Class MethodExportManager
- java.lang.Object
-
- io.testomat.junit.methodexporter.MethodExportManager
-
public class MethodExportManager extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringEXPORT_REQUIRED_PROPERTY_NAME
-
Constructor Summary
Constructors Constructor Description MethodExportManager()MethodExportManager(io.testomat.core.propertyconfig.interf.PropertyProvider provider, FileFinder fileFinder, ExportSender exportSender, FileParser fileParser, MethodCaseExtractor methodCaseExtractor)Constructor for testing
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidloadTestBodyIfRequired(org.junit.jupiter.api.extension.ExtensionContext extensionContext)
-
-
-
Field Detail
-
EXPORT_REQUIRED_PROPERTY_NAME
public static final java.lang.String EXPORT_REQUIRED_PROPERTY_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MethodExportManager
public MethodExportManager()
-
MethodExportManager
public MethodExportManager(io.testomat.core.propertyconfig.interf.PropertyProvider provider, FileFinder fileFinder, ExportSender exportSender, FileParser fileParser, MethodCaseExtractor methodCaseExtractor)Constructor for testing
-
-