C# Class StoryTeller.Workspace.LazyTestPartCollection

Inheritance: ITestPartCollection
Exibir arquivo Open project: adymitruk/storyteller

Private Properties

Property Type Description
IEnumerable IEnumerator

Public Methods

Method Description
Add ( ITestPart testPart ) : void
AddRange ( IEnumerable parts ) : void
Clear ( ) : void
Find ( Predicate func ) : ITestPart
GetEnumerator ( ) : IEnumerator
GetList ( ) : IList
LazyTestPartCollection ( string fileName ) : System
RemoveAll ( Predicate filter ) : void

Private Methods

Method Description
IEnumerable ( ) : IEnumerator

Method Details

Add() public method

public Add ( ITestPart testPart ) : void
testPart ITestPart
return void

AddRange() public method

public AddRange ( IEnumerable parts ) : void
parts IEnumerable
return void

Clear() public method

public Clear ( ) : void
return void

Find() public method

public Find ( Predicate func ) : ITestPart
func Predicate
return ITestPart

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

GetList() public method

public GetList ( ) : IList
return IList

LazyTestPartCollection() public method

public LazyTestPartCollection ( string fileName ) : System
fileName string
return System

RemoveAll() public method

public RemoveAll ( Predicate filter ) : void
filter Predicate
return void