17181920212223242526
User user = new User(); user.set("email", "john@doe.net"); SystemStreamUtil.replaceOut(); user.saveIt(); //this is tested manually, for some reason, Maven does something stupid with streams, can't catch them } }