C# Class XunitShould.Sdk.AssertCollectionCountException

Inheritance: XunitException
ファイルを表示 Open project: EddieGarmon/XunitShould

Public Methods

Method Description
AssertCollectionCountException ( int expectedCount, int actualCount ) : System

Initializes a new instance of the SingleException class.

Method Details

AssertCollectionCountException() public method

Initializes a new instance of the SingleException class.
public AssertCollectionCountException ( int expectedCount, int actualCount ) : System
expectedCount int The expected number of items in the collection.
actualCount int The actual number of items in the collection.
return System