Class NativeListDeferredArrayTests
Inheritance
NativeListDeferredArrayTests
Assembly: Unity.Collections.Tests.dll
Syntax
public class NativeListDeferredArrayTests
Methods
AliasArrayThrows()
Declaration
[Test]
public void AliasArrayThrows()
DeferredArrayCantBeAccessedOnMainthread()
Declaration
[Test]
public void DeferredArrayCantBeAccessedOnMainthread()
DeferredListCantBeDeletedWhileJobIsRunning()
Declaration
[Test]
public void DeferredListCantBeDeletedWhileJobIsRunning()
DeferredListMustExistInJobData()
Declaration
[Test]
public void DeferredListMustExistInJobData()
DeferredParallelForFromIntPtr()
Declaration
[Test]
public void DeferredParallelForFromIntPtr()
ResizeListBeforeSchedule(int)
Declaration
[Test]
public void ResizeListBeforeSchedule(int length)
Parameters
Type |
Name |
Description |
int |
length |
|
ResizeListWhileJobIsRunning()
Declaration
[Test]
public void ResizeListWhileJobIsRunning()
ResizedListToDeferredJobArray()
Declaration
[Test]
public void ResizedListToDeferredJobArray()
ResizedListToDeferredJobArray(int)
Declaration
[Test]
public void ResizedListToDeferredJobArray(int length)
Parameters
Type |
Name |
Description |
int |
length |
|
Setup()
Declaration
[SetUp]
public void Setup()
TearDown()
Declaration
[TearDown]
public void TearDown()