3940414243444546
/** * @throws java.lang.Exception */ @Before public void setUp() throws Exception { reader = new PartitionReader(new File("src/test/resources/partitions.xml")); reader1 = new PartitionReader(new File("src/test/resources/partition.xml")); }