C# Class Mono.Test.Data.TestItemSource

ファイルを表示 Open project: mono/gert

Public Methods

Method Description
Add ( TestItem item ) : void
GetAll ( ) : List
SelectCount ( ) : int
TestItemSource ( ) : System

Method Details

Add() public method

public Add ( TestItem item ) : void
item TestItem
return void

GetAll() public method

public GetAll ( ) : List
return List

SelectCount() public method

public SelectCount ( ) : int
return int

TestItemSource() public method

public TestItemSource ( ) : System
return System