IUnsafeConfigurator Interface

Represents an unsafe configurator.
public interface IUnsafeConfigurator

Methods

abstract IBranchConfigurator AddBranch(string, Type, Action<IUnsafeBranchConfigurator>)
Adds a command branch.
abstract ICommandConfigurator AddCommand(string, Type)
Adds a command.

Extension Methods

T And<IUnsafeConfigurator>(Action<IUnsafeConfigurator>)
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.
IConfigurator SafetyOn()
Converts an IUnsafeConfigurator to a configurator with type safety.