为Hadoop编写Junit TestCase

时间:2012-08-07 13:32:15

标签: java junit hadoop mapreduce junit4

请您提供有关如何为私有函数

编写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 类相似。

由于我之前没有编写过任何测试用例,因此在这方面还有一个问题是我们需要解决这里的大数据集。

0 个答案:

没有答案