You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Code/Framework/AtomCore/Tests
Tommy Walton b79c2f385d
Adding a temporary Orphan function to the InstanceDatabase (#4297)
* Adding a temporary Orphan function to the InstanceDatabase, which will remove an instance from the database so it will not be found using Find or FindOrCreate. The instance will still persist until its use-count drops to 0, at which point it will be deleted. This is to enable the model asset to remove existing buffer/modellod/model instances and replace them with new instances that have the up to date data. Added unit tests for testing.

Signed-off-by: amzn-tommy <waltont@amazon.com>

* Fix an incorrect ceil and update ParallelInstance test cases for readability

Signed-off-by: amzn-tommy <waltont@amazon.com>
4 years ago
..
ArrayView.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ConcurrencyCheckerTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
InstanceDatabase.cpp Adding a temporary Orphan function to the InstanceDatabase (#4297) 4 years ago
Main.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
NameSetTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ScopedValueTest.cpp Added a new ScopedValue utility class that simply sets a value when it goes out of scope. This is particularly handy for flags that track whether the callstack is inside a particular scope, like a m_isInitializing flag. 4 years ago
atomcore_tests_files.cmake Added a new ScopedValue utility class that simply sets a value when it goes out of scope. This is particularly handy for flags that track whether the callstack is inside a particular scope, like a m_isInitializing flag. 4 years ago
lru_cache.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
vector_set.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago