Class OccurrencesCounterTests
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: MoreStructures.Tests.Lists.Counting
Assembly: MoreStructures.Tests.dll
Syntax
public abstract class OccurrencesCounterTests
Constructors
| Improve this Doc View SourceOccurrencesCounterTests(IOccurrencesCounter)
Declaration
protected OccurrencesCounterTests(IOccurrencesCounter counter)
Parameters
Type | Name | Description |
---|---|---|
IOccurrencesCounter | counter |
Properties
| Improve this Doc View SourceCounter
Declaration
protected IOccurrencesCounter Counter { get; }
Property Value
Type | Description |
---|---|
IOccurrencesCounter |
Methods
| Improve this Doc View SourceCount_IsCorrect(OccurrencesCounterTests.TestCaseId)
Declaration
public void Count_IsCorrect(OccurrencesCounterTests.TestCaseId testCaseId)
Parameters
Type | Name | Description |
---|---|---|
OccurrencesCounterTests.TestCaseId | testCaseId |