Class RemoveRangeExtensionsTests
Inheritance
RemoveRangeExtensionsTests
Assembly: Unity.RenderPipelines.Core.Editor.Tests.dll
Syntax
public class RemoveRangeExtensionsTests
Methods
ExceptionsAreCorrectForList(int[], int, int)
Declaration
[Test]
[TestCaseSource("s_ListTestsCaseDatasExceptions")]
public Type ExceptionsAreCorrectForList(int[] ints, int startIndex, int count)
Parameters
Type |
Name |
Description |
int[] |
ints |
|
int |
startIndex |
|
int |
count |
|
Returns
ExceptionsAreCorrectForSimpleList(int[], int, int)
Declaration
[Test]
[TestCaseSource("s_ListTestsCaseDatasExceptions")]
public Type ExceptionsAreCorrectForSimpleList(int[] ints, int startIndex, int count)
Parameters
Type |
Name |
Description |
int[] |
ints |
|
int |
startIndex |
|
int |
count |
|
Returns
ItemInRangeAreRemovedAfterRemoveRangeForList(int[], int, int)
Declaration
[Test]
[TestCaseSource("s_ListTestsCaseDatas")]
public void ItemInRangeAreRemovedAfterRemoveRangeForList(int[] ints, int startIndex, int count)
Parameters
Type |
Name |
Description |
int[] |
ints |
|
int |
startIndex |
|
int |
count |
|
ItemInRangeAreRemovedAfterRemoveRangeForSimpleList(int[], int, int)
Declaration
[Test]
[TestCaseSource("s_ListTestsCaseDatas")]
public void ItemInRangeAreRemovedAfterRemoveRangeForSimpleList(int[] ints, int startIndex, int count)
Parameters
Type |
Name |
Description |
int[] |
ints |
|
int |
startIndex |
|
int |
count |
|
Extension Methods