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.
31 lines
1.3 KiB
XML
31 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<ScriptCanvas Include="Include/ScriptCanvas/Libraries/UnitTesting/ExpectTrue.h" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<Class Name="ExpectTrue"
|
|
QualifiedName="ScriptCanvas::Nodes::UnitTesting::ExpectTrue"
|
|
PreferredClassName="Expect True"
|
|
Uuid="{88F9BE2D-F591-45AD-9682-FBB67C39C504}"
|
|
Base="ScriptCanvas::Node"
|
|
Icon="Icons/ScriptCanvas/ExpectTrue.png"
|
|
Version="1"
|
|
VersionConverter="ScriptCanvas::UnitTesting::ExpectBooleanVersioner"
|
|
GeneratePropertyFriend="True"
|
|
DeprecationUUID="{E42861BD-1956-45AE-8DD7-CCFC1E3E5ACF}"
|
|
ReplacementClassName="Unit Testing"
|
|
ReplacementMethodName="Expect True"
|
|
Description="Expects a value to be true">
|
|
<In Name="In" Description="Input signal"/>
|
|
<Out Name="Out" Description=""/>
|
|
<Property Name="Candidate"
|
|
Description="a value that must be true"
|
|
Type="bool"
|
|
IsInput="True"
|
|
IsOutput="False" />
|
|
<Property Name="Report"
|
|
Description="additional notes for the test report"
|
|
Type="AZStd::string"
|
|
IsInput="True"
|
|
IsOutput="False" />
|
|
</Class>
|
|
</ScriptCanvas>
|