Inheritance
MatchCollectionTests
public class MatchCollectionTests
Methods
Declaration
public void ContainsKey_ShouldReturnFalse_WhenCalledWithInvalidKey()
Declaration
public void ContainsKey_ShouldReturnTrue_WhenCalledWithValidKey()
Declaration
public void Count_ShouldReturnTheRightNumber()
Declaration
public void GetEnumerator_ShouldReturnEnumeratorContainingMatches()
Declaration
Declaration
public void SquareBracketOperator_ShouldReturnMetadataObject_WhenCalledWithValidKey()
Declaration
public void SquareBracketOperator_ShouldThrowKeyNotFoundException_WhenCalledWithInvalidKey()
Declaration
public void TryGetValue_ShouldReturnFalseAndNoOutValue_WhenCalledWithInvalidKey()
Declaration
public void TryGetValue_ShouldReturnTrueAndOutValue_WhenCalledWithValidKey()
Declaration
public void Values_ShouldReturnTheMetadataObjects()