add a new method

I add a method for manipulation individual fields.
This commit is contained in:
Christian Bender
2017-12-16 15:44:33 +01:00
committed by GitHub
parent bd45b3b891
commit 140b8e852f
5 changed files with 32 additions and 1 deletions

View File

@ -121,5 +121,13 @@ public class TestCSVFile {
// test successful
}
@Test
public void testSet() {
// CSVFile testObj = new CSVFile("testData4.csv",',');
// testObj.set(6, 2, "80");
// testObj.updateFile();
// test succesfull
}
}