Class StringUtilitiesTests
Inheritance
System.Object
StringUtilitiesTests
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.Utilities
Assembly: MoreStructures.Tests.dll
Syntax
public class StringUtilitiesTests
Methods
| Improve this Doc View SourceLongestCommonPrefix_IsCorrect(String, String, Int32)
Declaration
public void LongestCommonPrefix_IsCorrect(string first, string second, int expected)
Parameters
Type | Name | Description |
---|---|---|
System.String | first | |
System.String | second | |
System.Int32 | expected |
LongestCommonPrefix_RaisesExceptionWithInvalidIndexes()
Declaration
public void LongestCommonPrefix_RaisesExceptionWithInvalidIndexes()