AWS SDK for C++  0.14.3
AWS SDK for C++
Namespaces | Enumerations | Functions
TestType.h File Reference
#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>

Go to the source code of this file.

Namespaces

 Aws
 JSON (JavaScript Object Notation).
 
 Aws::DeviceFarm
 
 Aws::DeviceFarm::Model
 
 Aws::DeviceFarm::Model::TestTypeMapper
 

Enumerations

enum  Aws::DeviceFarm::Model::TestType {
  Aws::DeviceFarm::Model::TestType::NOT_SET, Aws::DeviceFarm::Model::TestType::BUILTIN_FUZZ, Aws::DeviceFarm::Model::TestType::BUILTIN_EXPLORER, Aws::DeviceFarm::Model::TestType::APPIUM_JAVA_JUNIT,
  Aws::DeviceFarm::Model::TestType::APPIUM_JAVA_TESTNG, Aws::DeviceFarm::Model::TestType::APPIUM_PYTHON, Aws::DeviceFarm::Model::TestType::APPIUM_WEB_JAVA_JUNIT, Aws::DeviceFarm::Model::TestType::APPIUM_WEB_JAVA_TESTNG,
  Aws::DeviceFarm::Model::TestType::APPIUM_WEB_PYTHON, Aws::DeviceFarm::Model::TestType::CALABASH, Aws::DeviceFarm::Model::TestType::INSTRUMENTATION, Aws::DeviceFarm::Model::TestType::UIAUTOMATION,
  Aws::DeviceFarm::Model::TestType::UIAUTOMATOR, Aws::DeviceFarm::Model::TestType::XCTEST, Aws::DeviceFarm::Model::TestType::XCTEST_UI
}
 

Functions

AWS_DEVICEFARM_API TestType Aws::DeviceFarm::Model::TestTypeMapper::GetTestTypeForName (const Aws::String &name)
 
AWS_DEVICEFARM_API Aws::String Aws::DeviceFarm::Model::TestTypeMapper::GetNameForTestType (TestType value)