Class MethodExportManager


  • public class MethodExportManager
    extends java.lang.Object
    • 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
    • Method Detail

      • loadTestBodyIfRequired

        public void loadTestBodyIfRequired​(org.junit.jupiter.api.extension.ExtensionContext extensionContext)