compile time null checks avaiable for method node

Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
chcurran
2021-07-08 15:08:55 -07:00
parent c287ae83e9
commit b63c9a87db
9 changed files with 1046 additions and 27 deletions
@@ -85,6 +85,16 @@ public:
}
};
TEST_F(ScriptCanvasTestFixture, VerifySCUnitTestsRun)
{
EXPECT_FALSE(true); // just convincing myself that these unit tests run on jenkins
}
TEST_F(ScriptCanvasTestFixture, ParseErrorOnKnownNull)
{
ExpectParseError("LY_SC_UnitTest_ParseErrorOnKnownNull");
}
TEST_F(ScriptCanvasTestFixture, UseBehaviorContextClassConstant)
{
RunUnitTestGraph("LY_SC_UnitTest_UseBehaviorContextClassConstant");