Method | Description | |
---|---|---|
AssertCollectionCountException ( int expectedCount, int actualCount ) : System |
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 |