"testing the number of users after adding new values",
1,
engine.getUsers().size()
);
String json = (String)new ResetGameEngine().processRequest(null, engine);
assertEquals(
"testing the output json object is not an exception",
"The engine has been reset",
JsonFactory.fromJson(json).message