Removes ThreadDrillerEvents, replaces handlers with TreadEventBus

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-12-02 12:40:39 -08:00
parent 8bde44d5fb
commit 19ddeeded9
8 changed files with 14 additions and 46 deletions
+2 -2
View File
@@ -37,7 +37,7 @@ namespace AZ
using namespace AZ;
// Handle asserts
class TraceDrillerHook
class TestEnvironmentHook
: public AZ::Test::ITestEnvironment
, public UnitTest::TraceBusRedirector
{
@@ -57,5 +57,5 @@ public:
}
};
AZ_UNIT_TEST_HOOK(new TraceDrillerHook());
AZ_UNIT_TEST_HOOK(new TestEnvironmentHook());