IBranchConfigurator Interface

Represents a branch configurator.
public interface IBranchConfigurator

Methods

abstract IBranchConfigurator WithAlias(string)
Adds an alias (an alternative name) to the branch being configured.

Extension Methods

T And<IBranchConfigurator>(Action<IBranchConfigurator>)
Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.