コード例 #1
0
        public void WhenMySourceBranchIsAndTargetBranchIs(string source, string target)
        {
            int sourceIndex = GetIndex(source);
            int targetIndex = GetIndex(target);

            _actionsAndPageObject.SelectTargetBranch(targetIndex);
            _actionsAndPageObject.SelectSourceBranch(sourceIndex);
        }