package org.squirrelframework.foundation.fsm; public enum TestEvent { Started, ToEnd, ToA, InternalA, ToB, ToC, ToD, Finished, Terminated }