compile time null checks avaiable for method node
Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user