C# Class StoryTeller.Domain.PartHolderExtensions

Show file Open project: adymitruk/storyteller

Public Methods

Method Description
Add ( this holder, ITestPart part ) : void
AddComment ( this holder ) : Comment
AddSection ( this holder, string fixtureName ) : Section
AddStep ( this holder, string grammarKey ) : Step
AllSteps ( this holder ) : IList
MoveDown ( this holder, ITestPart part ) : void
MoveToBottom ( this holder, ITestPart part ) : void
MoveToTop ( this holder, ITestPart part ) : void
MoveUp ( this holder, ITestPart part ) : void
Remove ( this holder, ITestPart part ) : void
RemoveParts ( this holder, bool>.Func filter ) : void

Method Details

Add() public static method

public static Add ( this holder, ITestPart part ) : void
holder this
part ITestPart
return void

AddComment() public static method

public static AddComment ( this holder ) : Comment
holder this
return Comment

AddSection() public static method

public static AddSection ( this holder, string fixtureName ) : Section
holder this
fixtureName string
return Section

AddStep() public static method

public static AddStep ( this holder, string grammarKey ) : Step
holder this
grammarKey string
return Step

AllSteps() public static method

public static AllSteps ( this holder ) : IList
holder this
return IList

MoveDown() public static method

public static MoveDown ( this holder, ITestPart part ) : void
holder this
part ITestPart
return void

MoveToBottom() public static method

public static MoveToBottom ( this holder, ITestPart part ) : void
holder this
part ITestPart
return void

MoveToTop() public static method

public static MoveToTop ( this holder, ITestPart part ) : void
holder this
part ITestPart
return void

MoveUp() public static method

public static MoveUp ( this holder, ITestPart part ) : void
holder this
part ITestPart
return void

Remove() public static method

public static Remove ( this holder, ITestPart part ) : void
holder this
part ITestPart
return void

RemoveParts() public static method

public static RemoveParts ( this holder, bool>.Func filter ) : void
holder this
filter bool>.Func
return void