package org.squirrelframework.foundation.fsm; public enum TestState { A, B, C, D, E, Final }