Class MigrationToolTests
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Tests.EditMode
Assembly: cs.temp.dll.dll
Syntax
public class MigrationToolTests
Methods
ButtonMigrationTest()
Tests that the Button Migration tool works properly
Declaration
public void ButtonMigrationTest()
GameObjectCanBeMigrated()
Checks if MigrationTool can process migration on a game object containing a deprecated component with a compatible migration handler.
Declaration
public void GameObjectCanBeMigrated()
MigrationKeepObjectAndComponentActiveState()
Checks if MigrationTool can process migration on a inactive scene root game object that contains an inactive deprecated component with a compatible migration handler. Active state of both game object and component must be kept.
Declaration
public void MigrationKeepObjectAndComponentActiveState()
PrefabCanBeMigrated()
Checks if MigrationTool can process migration on a prefab containing a deprecated component with a compatible migration handler.
Declaration
public void PrefabCanBeMigrated()
SceneCanBeMigrated()
Checks if MigrationTool can process migration on a scene root game object that contains a deprecated component with a compatible migration handler.
Declaration
public void SceneCanBeMigrated()
Setup()
Declaration
public void Setup()
TearDown()
Deletes all assets created during tests
Declaration
public void TearDown()