This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<script xmlns="http://dtf.org/v1" name="parallelloop_usage"> | |
<info> | |
<author> | |
<name>Rodney Gomes</name> | |
<email>rlgomes@yahoo-inc.com</email> | |
</author> | |
<description> | |
</description> | |
</info> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<script xmlns="http://dtf.org/v1" name="for_loop_usage"> | |
<info> | |
<author> | |
<name>Rodney Gomes</name> | |
<email>rlgomes@yahoo-inc.com</email> | |
</author> | |
<description> | |
</description> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<script xmlns="http://dtf.org/v1" name="remote_storages"> | |
<info> | |
<author> | |
<name>Rodney Gomes</name> | |
<email>rlgomes@yahoo-inc.com</email> | |
</author> | |
<description> | |
</description> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<script xmlns="http://dtf.org/v1" name="ranges_and_components.xml"> | |
<info> | |
<author> | |
<name>Rodney Gomes</name> | |
<email>rlgomes@yahoo-inc.com</email> | |
</author> | |
<description> | |
</description> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<script xmlns="http://dtf.org/v1" name="thread_property_usage"> | |
<info> | |
<author> | |
<name>Rodney Gomes</name> | |
<email>rlgomes@yahoo-inc.com</email> | |
</author> | |
<description> | |
Simple for threaded property test used in the Language Basics |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<script xmlns="http://dtf.org/v1" name="recursive_property_resolution"> | |
<info> | |
<author> | |
<name>Rodney Gomes</name> | |
<email>rlgomes@yahoo-inc.com</email> | |
</author> | |
<description> | |
Simple for recursive property resolution test used in the Language |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<script xmlns="http://dtf.org/v1" name="simple_for_test"> | |
<info> | |
<author> | |
<name>Rodney Gomes</name> | |
<email>rlgomes@yahoo-inc.com</email> | |
</author> | |
<description> | |
Simple for loop test used in the Language Basics documentation section. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<script xmlns="http://dtf.org/v1" name="simple_term_search"> | |
<info> | |
<author> | |
<name>Rodney Gomes</name> | |
<email>rlgomes@yahoo-inc.com</email> | |
</author> | |
<description> | |
A simple term search test that will try to look up a few simple terms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<ResultSet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xmlns="urn:yahoo:srch" | |
xsi:schemaLocation="urn:yahoo:srch http://api.search.yahoo.com/WebSearchService/V1/WebSearchResponse.xsd" | |
type="web" | |
totalResultsAvailable="16500289" | |
totalResultsReturned="1" | |
firstResultPosition="1" | |
moreSearch="/WebSearchService/V1/webSearch?query=github&appid=dtftest&region=us"> | |
<Result> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<script xmlns="http://dtf.org/v1" name="validate_result_count"> | |
<info> | |
<author> | |
<name>Rodney Gomes</name> | |
<email>rlgomes@yahoo-inc.com</email> | |
</author> | |
<description> | |
This test validates that the result count returned is the same as the | |
one specified with the query parameter 'result' for values between 1 and |
NewerOlder