Skip to content
Snippets Groups Projects

cleanup

Merged Rosen Georgiev requested to merge connectionManager into main
7 files
+ 160
70
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -20,10 +20,7 @@ package core;
import java.util.HashMap;
import java.util.Map;
/**
* The purpose of this class is to store data that needs to be passed between scenario steps. For RID is used only for
* scenarios steps that are from different packages.
*/
public class DataContainer {
private Map<String, Object> objectMap;
Loading