Exemple #1
0
        public void ThenIsACoordinatorForEvent(string coordinatorName, string eventName)
        {
            coordinatorName += uniqueStamp;
            eventName       += uniqueStamp;

            if (!EventPanel.CoordinatorExists(coordinatorName))
            {
                throw new ArgumentException("Current event panel does not have the coordinator " + coordinatorName);
            }
        }