private Stack stack;
@Before
public void setUp() {
underTest = new ClusterCreationSuccessHandler();
MockitoAnnotations.initMocks(this);
clusterCreationSuccess = new ClusterCreationSuccess(1L, 20L, "1.1.1.1");
event = new Event<>(clusterCreationSuccess);
cluster = new Cluster();
cluster.setEmailNeeded(false);