Validating Filename
Exact Matching and Implicit Scope
<test name="test_fh_1"> <flow>flow5</flow> <description>Check expected FileHandle</description> <inject mod="fwfh"> <fh filename="1"> <content>File content 1</content> </fh> </inject> <expect mod="port1"> <fh filename="1"> <content>File content 1</content> </fh> </expect> </test>
Exact Matching and Explicit Scope
<test name="test_fh_2"> <flow>flow5</flow> <description>Check expected FileHandle</description> <inject mod="fwfh"> <fh filename="1"> <content>File content 1</content> </fh> </inject> <expect mod="port1"> <fh filename="test_fh_2@@1"> <content>File content 1</content> </fh> </expect> </test>
Regexp Matching
<test name="test_fh_1"> <flow>flow5</flow> <description>Check expected FileHandle</description> <inject mod="fwfh"> <fh filename="1"> <content>File content 1</content> </fh> </inject> <expect mod="port1"> <fh reFilename="[0-9]"> <content>File content 1</content> </fh> </expect> </test>
Copyright © Cloud Software Group, Inc. All rights reserved.