public class Behavior extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static Collection<Object[]> |
getExampleCollection(String excelPath,
String worksheetName,
int headerRow,
char parameterNameColumn) |
static List<Map<String,String>> |
getExampleList(String excelPath) |
static List<Map<String,String>> |
getExampleList(String excelPath,
String worksheetName) |
static List<Map<String,String>> |
getExampleList(String excelPath,
String worksheetName,
int headerRow,
char parameterNameColumn) |
static List<Map<String,String>> |
getExampleList(String excelPath,
String worksheetName,
int headerRow,
char parameterNameColumn,
String headerMatcher) |
static List<Map<String,String>> |
getExampleList(String excelPath,
String worksheetName,
int headerRow,
char parameterNameColumn,
String headerMatcher,
String headerUnmatcher) |
static List<Map<String,String>> |
getExampleList(String excelPath,
String worksheetName,
int headerRow,
char parameterNameColumn,
String headerMatcher,
String headerUnmatcher,
String columnType) |
static List<Map<String,String>> |
getExampleList(String excelPath,
String worksheetName,
String headerMatcher) |
static List<Map<String,String>> |
getExampleList(String excelPath,
String worksheetName,
String headerMatcher,
String headerUnmatcher) |
static List<Map<String,String>> |
getExampleListWithExpected(String excelPath,
String worksheetName,
int headerRow,
char parameterNameColumn) |
static List<Map<String,String>> |
getExampleListWithExpected(String excelPath,
String worksheetName,
int headerRow,
char parameterNameColumn,
String headerMatcher) |
static List<Map<String,String>> |
getExampleListWithExpected(String excelPath,
String worksheetName,
int headerRow,
char parameterNameColumn,
String headerMatcher,
String headerUnmatcher) |
static List<Map<String,String>> |
getExampleListWithTestResult(String excelPath,
String worksheetName,
int headerRow,
char parameterNameColumn) |
static List<Map<String,String>> |
getExampleListWithTestResult(String excelPath,
String worksheetName,
int headerRow,
char parameterNameColumn,
String headerMatcher) |
static List<Map<String,String>> |
getExampleListWithTestResult(String excelPath,
String worksheetName,
int headerRow,
char parameterNameColumn,
String headerMatcher,
String headerUnmatcher) |
protected static org.apache.poi.xssf.usermodel.XSSFSheet |
getExampleSheet(String worksheetName,
FileInputStream excelFile,
org.apache.poi.xssf.usermodel.XSSFWorkbook workbook) |
static Stream<Map<String,String>> |
getExampleStream(String excelPath) |
static Stream<Map<String,String>> |
getExampleStream(String excelPath,
String worksheetName) |
static Stream<Map<String,String>> |
getExampleStream(String excelPath,
String worksheetName,
int headerRow,
char parameterNameColumn) |
static Stream<Map<String,String>> |
getExampleStream(String excelPath,
String worksheetName,
int headerRow,
char parameterNameColumn,
String headerMatcher) |
static Stream<Map<String,String>> |
getExampleStream(String excelPath,
String worksheetName,
int headerRow,
char parameterNameColumn,
String headerMatcher,
String headerUnmatcher) |
static Stream<Map<String,String>> |
getExampleStream(String excelPath,
String worksheetName,
String headerMatcher) |
static Stream<Map<String,String>> |
getExampleStream(String excelPath,
String worksheetName,
String headerMatcher,
String headerUnmatcher) |
protected static boolean |
hasInputGrid(org.apache.poi.xssf.usermodel.XSSFRow rowCurrent,
int iCol) |
protected static boolean |
hasTestResultGrid(org.apache.poi.xssf.usermodel.XSSFRow rowCurrent,
int iCol) |
public static List<Map<String,String>> getExampleList(String excelPath) throws IOException
IOExceptionpublic static Stream<Map<String,String>> getExampleStream(String excelPath) throws IOException
IOExceptionpublic static List<Map<String,String>> getExampleList(String excelPath, String worksheetName) throws IOException
excelPath - worksheetName - IOExceptionpublic static Stream<Map<String,String>> getExampleStream(String excelPath, String worksheetName) throws IOException
IOExceptionpublic static List<Map<String,String>> getExampleList(String excelPath, String worksheetName, String headerMatcher) throws IOException
IOExceptionpublic static Stream<Map<String,String>> getExampleStream(String excelPath, String worksheetName, String headerMatcher) throws IOException
IOExceptionpublic static List<Map<String,String>> getExampleList(String excelPath, String worksheetName, String headerMatcher, String headerUnmatcher) throws IOException
IOExceptionprotected static boolean hasInputGrid(org.apache.poi.xssf.usermodel.XSSFRow rowCurrent,
int iCol)
protected static boolean hasTestResultGrid(org.apache.poi.xssf.usermodel.XSSFRow rowCurrent,
int iCol)
protected static org.apache.poi.xssf.usermodel.XSSFSheet getExampleSheet(String worksheetName, FileInputStream excelFile, org.apache.poi.xssf.usermodel.XSSFWorkbook workbook) throws IOException
IOExceptionpublic static Stream<Map<String,String>> getExampleStream(String excelPath, String worksheetName, String headerMatcher, String headerUnmatcher) throws IOException
IOExceptionpublic static List<Map<String,String>> getExampleList(String excelPath, String worksheetName, int headerRow, char parameterNameColumn) throws IOException
IOExceptionpublic static Stream<Map<String,String>> getExampleStream(String excelPath, String worksheetName, int headerRow, char parameterNameColumn) throws IOException
IOExceptionpublic static List<Map<String,String>> getExampleList(String excelPath, String worksheetName, int headerRow, char parameterNameColumn, String headerMatcher) throws IOException
excelPath - worksheetName - headerRow - parameterNameColumn - headerMatcher - IOExceptionpublic static Stream<Map<String,String>> getExampleStream(String excelPath, String worksheetName, int headerRow, char parameterNameColumn, String headerMatcher) throws IOException
excelPath - worksheetName - headerRow - parameterNameColumn - headerMatcher - IOExceptionpublic static List<Map<String,String>> getExampleList(String excelPath, String worksheetName, int headerRow, char parameterNameColumn, String headerMatcher, String headerUnmatcher) throws IOException
IOExceptionpublic static Stream<Map<String,String>> getExampleStream(String excelPath, String worksheetName, int headerRow, char parameterNameColumn, String headerMatcher, String headerUnmatcher) throws IOException
IOExceptionpublic static Collection<Object[]> getExampleCollection(String excelPath, String worksheetName, int headerRow, char parameterNameColumn) throws IOException
IOExceptionpublic static List<Map<String,String>> getExampleListWithExpected(String excelPath, String worksheetName, int headerRow, char parameterNameColumn) throws IOException
IOExceptionpublic static List<Map<String,String>> getExampleListWithExpected(String excelPath, String worksheetName, int headerRow, char parameterNameColumn, String headerMatcher) throws IOException
IOExceptionpublic static List<Map<String,String>> getExampleListWithExpected(String excelPath, String worksheetName, int headerRow, char parameterNameColumn, String headerMatcher, String headerUnmatcher) throws IOException
IOExceptionpublic static List<Map<String,String>> getExampleListWithTestResult(String excelPath, String worksheetName, int headerRow, char parameterNameColumn) throws IOException
IOExceptionpublic static List<Map<String,String>> getExampleListWithTestResult(String excelPath, String worksheetName, int headerRow, char parameterNameColumn, String headerMatcher) throws IOException
IOExceptionpublic static List<Map<String,String>> getExampleListWithTestResult(String excelPath, String worksheetName, int headerRow, char parameterNameColumn, String headerMatcher, String headerUnmatcher) throws IOException
IOExceptionCopyright © 2021 ExcelBDD. All rights reserved.