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.
36 lines
1.7 KiB
XML
36 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<ScriptCanvas Include="Include/ScriptCanvas/Libraries/UnitTesting/ExpectGreaterThanEqual.h" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<Class Name="ExpectGreaterThanEqual"
|
|
QualifiedName="ScriptCanvas::Nodes::UnitTesting::ExpectGreaterThanEqual"
|
|
PreferredClassName="Expect Greater Than Equal"
|
|
Uuid="{8EB4E313-1479-4428-AE0C-75F233C5F5EB}"
|
|
Base="ScriptCanvas::Node"
|
|
Icon="Icons/ScriptCanvas/ExpectGreaterThanEqual.png"
|
|
Version="1"
|
|
VersionConverter="ScriptCanvas::UnitTesting::ExpectComparisonVersioner"
|
|
GeneratePropertyFriend="True"
|
|
DeprecationUUID="{C1E3C9D0-42E3-4D00-AE73-2A881E7E76A8}"
|
|
ReplacementClassName="Unit Testing"
|
|
ReplacementMethodName="Expect Greater Than Equal"
|
|
Description="Expects lhs to be greater than rhs">
|
|
<In Name="In" Description="Input signal"/>
|
|
<Out Name="Out" Description=""/>
|
|
<DynamicDataSlot Name="Candidate"
|
|
Description="left of >="
|
|
DynamicGroup="DynamicGroup"
|
|
ConnectionType="ConnectionType::Input"
|
|
DynamicType="DynamicDataType::Any" />
|
|
<DynamicDataSlot Name="Reference"
|
|
Description="right of >"
|
|
DynamicGroup="DynamicGroup"
|
|
ConnectionType="ConnectionType::Input"
|
|
DynamicType="DynamicDataType::Any" />
|
|
<Property Name="Report"
|
|
Description="additional notes for the test report"
|
|
Type="AZStd::string"
|
|
IsInput="True"
|
|
IsOutput="False" />
|
|
</Class>
|
|
</ScriptCanvas>
|