Class ModificationEventTests
Inheritance
System.Object
ModificationEventTests
Syntax
public class ModificationEventTests : AddressableAssetTestBase
Properties
KeyDb
Declaration
public KeyDatabase KeyDb { get; set; }
Property Value
Methods
AddLocale_DoesNotSendEvents_WhenLocaleIsAlreadyAdded()
Declaration
public void AddLocale_DoesNotSendEvents_WhenLocaleIsAlreadyAdded()
AddLocale_SendsEvent()
Declaration
public void AddLocale_SendsEvent()
AddTable_SendsEvent(Type)
Declaration
public void AddTable_SendsEvent(Type tableType)
Parameters
Type |
Name |
Description |
System.Type |
tableType |
|
GetAssetTables_DoesNotIncludeRemovedTable_DuringTableRemovedCall(Type)
Declaration
public void GetAssetTables_DoesNotIncludeRemovedTable_DuringTableRemovedCall(Type tableType)
Parameters
Type |
Name |
Description |
System.Type |
tableType |
|
OnCleanup()
Declaration
protected override void OnCleanup()
Overrides
OnInit()
Declaration
protected override void OnInit()
Overrides
RemoveLocale_DoesNotSendEvents_WhenLocaleIsNotAdded()
Declaration
public void RemoveLocale_DoesNotSendEvents_WhenLocaleIsNotAdded()
RemoveLocale_SendsEvent()
Declaration
public void RemoveLocale_SendsEvent()
RemoveTable_SendsEvent(Type)
Declaration
public void RemoveTable_SendsEvent(Type tableType)
Parameters
Type |
Name |
Description |
System.Type |
tableType |
|
Setup()
Declaration