请您提供有关如何为私有函数
编写JUnit测试用例的宝贵意见 private int readCustomLine(Text str, int maxLineLength, int maxBytesToConsume)
throws IOException {
在hadoop。
该函数从以下公共函数调用 -
public int readLine(Text str, int maxLineLength,
int maxBytesToConsume) throws IOException {
与 org.apache.hadoop.util 包中的 LineReader 类相似。
由于我之前没有编写过任何测试用例,因此在这方面还有一个问题是我们需要解决这里的大数据集。