Load execution ID from file
Compare changes
Files
2- Benedikt Wetzel authored
@@ -2,10 +2,14 @@ package theodolite.util
@@ -13,7 +17,7 @@ const val FOLDER_URL = "Test-Folder"
@@ -73,4 +77,44 @@ internal class IOHandlerTest {
This MR introduces a new class IOHandler
that encapsulates the most common I/O operations within the Theodolite framework. In order to do this, this MR also includes some restructuring/refactoring. With this handler, Theodolite uses a file expID.txt
to store and load the execution ID for the next experiment.