Description
A helper class for FileContext tests should contain common methods which can be used in many unit tests, so that every unit test doesn't have to re-implement these functionality.
Examples of such methods:
createFile(FileContext fc, Path path, int numBlocks, int blockSize) //To create a file with number of blocks and block-size passed.
getTestRootPath(FileContext fc)
Attachments
Attachments
Issue Links
- is blocked by
-
HDFS-840 Update File Context tests to use FileContextTestHelper
- Closed