Class MethodCaseExtractor
- java.lang.Object
-
- io.testomat.junit.methodexporter.extractors.MethodCaseExtractor
-
public class MethodCaseExtractor extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MethodCaseExtractor()MethodCaseExtractor(MethodInfoExtractor methodInfoExtractor, LabelExtractor labelExtractor, FileFinder fileFinder)Constructor for testing
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ExporterTestCase>extractTestCases(com.github.javaparser.ast.CompilationUnit cu, java.lang.String filepath)
-
-
-
Constructor Detail
-
MethodCaseExtractor
public MethodCaseExtractor()
-
MethodCaseExtractor
public MethodCaseExtractor(MethodInfoExtractor methodInfoExtractor, LabelExtractor labelExtractor, FileFinder fileFinder)
Constructor for testing
-
-
Method Detail
-
extractTestCases
public java.util.List<ExporterTestCase> extractTestCases(com.github.javaparser.ast.CompilationUnit cu, java.lang.String filepath)
-
-