AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Classes | Variables
gtest_xml_outfiles_test Namespace Reference

Classes

class  GTestXMLOutFilesTest
 

Variables

string GTEST_OUTPUT_SUBDIR = "xml_outfiles"
 
string GTEST_OUTPUT_1_TEST = "gtest_xml_outfile1_test_"
 
string GTEST_OUTPUT_2_TEST = "gtest_xml_outfile2_test_"
 
string EXPECTED_XML_1
 
string EXPECTED_XML_2
 

Variable Documentation

◆ EXPECTED_XML_1

string gtest_xml_outfiles_test.EXPECTED_XML_1
Initial value:
1 = """<?xml version="1.0" encoding="UTF-8"?>
2 <testsuites tests="1" failures="0" disabled="0" errors="0" time="*" timestamp="*" name="AllTests">
3  <testsuite name="PropertyOne" tests="1" failures="0" disabled="0" errors="0" time="*">
4  <testcase name="TestSomeProperties" status="run" time="*" classname="PropertyOne" SetUpProp="1" TestSomeProperty="1" TearDownProp="1" />
5  </testsuite>
6 </testsuites>
7 """

◆ EXPECTED_XML_2

string gtest_xml_outfiles_test.EXPECTED_XML_2
Initial value:
1 = """<?xml version="1.0" encoding="UTF-8"?>
2 <testsuites tests="1" failures="0" disabled="0" errors="0" time="*" timestamp="*" name="AllTests">
3  <testsuite name="PropertyTwo" tests="1" failures="0" disabled="0" errors="0" time="*">
4  <testcase name="TestSomeProperties" status="run" time="*" classname="PropertyTwo" SetUpProp="2" TestSomeProperty="2" TearDownProp="2" />
5  </testsuite>
6 </testsuites>
7 """

◆ GTEST_OUTPUT_1_TEST

string gtest_xml_outfiles_test.GTEST_OUTPUT_1_TEST = "gtest_xml_outfile1_test_"

◆ GTEST_OUTPUT_2_TEST

string gtest_xml_outfiles_test.GTEST_OUTPUT_2_TEST = "gtest_xml_outfile2_test_"

◆ GTEST_OUTPUT_SUBDIR

string gtest_xml_outfiles_test.GTEST_OUTPUT_SUBDIR = "xml_outfiles"

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0