mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-13 12:37:13 +00:00
Implementing stub tests
This commit is contained in:
parent
be7126cb09
commit
cde619bc31
2 changed files with 15 additions and 3 deletions
|
|
@ -10,7 +10,9 @@ namespace ICD.Common.Utils.Tests.Extensions
|
|||
[Test]
|
||||
public void IndexOfTest()
|
||||
{
|
||||
Assert.Inconclusive();
|
||||
string first;
|
||||
Assert.AreEqual(5, "test1test3test2".IndexOf(new string[] { "test2", "test3" }, out first));
|
||||
Assert.AreEqual("test3", first);
|
||||
}
|
||||
|
||||
[TestCase(true, "12345", '1')]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue