mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-27 06:23:08 +08:00
add a new method
I add a method for manipulation individual fields.
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user