示例#1
0
        public void GivenAdditionalRoleSpecification(string role)
        {
            if (TheDirector == null)
            {
                TheDirector = new SaladDirector();
            }

            if (Primary.IsUndefined())
            {
                Primary = role;
            }

            SetActor(role, new Actor(role, TheDirector));
        }