Class SwapExtensionsTests
Inheritance
SwapExtensionsTests
Assembly: Unity.RenderPipelines.Core.Editor.Tests.dll
Syntax
public class SwapExtensionsTests
Methods
ExceptionsAreCorrect(int[], int, int)
Declaration
[Test]
[TestCaseSource("s_ListTestsCaseDatasExceptions")]
public Type ExceptionsAreCorrect(int[] ints, int from, int to)
Parameters
Type |
Name |
Description |
int[] |
ints |
|
int |
from |
|
int |
to |
|
Returns
TrySwap(int[], int, int)
Declaration
[Test]
[TestCaseSource("s_ListTestsCaseDatas")]
public int[] TrySwap(int[] ints, int from, int to)
Parameters
Type |
Name |
Description |
int[] |
ints |
|
int |
from |
|
int |
to |
|
Returns
Extension Methods