org.squashtest.csp.tm.internal.service.importer
Class ExcelTestCaseParserImpl
java.lang.Object
org.squashtest.csp.tm.internal.service.importer.ExcelTestCaseParserImpl
public class ExcelTestCaseParserImpl
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESCRIPTION_TAG
public static final String DESCRIPTION_TAG
- See Also:
- Constant Field Values
IMPORTANCE_TAG
public static final String IMPORTANCE_TAG
- See Also:
- Constant Field Values
CREATED_ON_TAG
public static final String CREATED_ON_TAG
- See Also:
- Constant Field Values
CREATED_BY_TAG
public static final String CREATED_BY_TAG
- See Also:
- Constant Field Values
PREREQUISITE_TAG
public static final String PREREQUISITE_TAG
- See Also:
- Constant Field Values
ACTION_STEP_TAG
public static final String ACTION_STEP_TAG
- See Also:
- Constant Field Values
ExcelTestCaseParserImpl
public ExcelTestCaseParserImpl()
parseFile
public TestCase parseFile(InputStream stream,
ImportSummaryImpl summary)
throws SheetCorruptedException
- Throws:
SheetCorruptedException
parseFile
public TestCase parseFile(org.apache.poi.ss.usermodel.Workbook workbook,
ImportSummaryImpl summary)
throws SheetCorruptedException
- Throws:
SheetCorruptedException
stripFileExtension
public String stripFileExtension(String fullName)
Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.