C# Class Samples.Fixtures.InvoiceDetailFixture

Inheritance: Fixture
显示文件 Open project: storyteller/Storyteller

Public Methods

Method Description
TheDetailIs ( double amount, System.DateTime date, string name, string part ) : void

Method Details

TheDetailIs() public method

public TheDetailIs ( double amount, System.DateTime date, string name, string part ) : void
amount double
date System.DateTime
name string
part string
return void