AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Represents a condition that is evaluated.

Inheritance Hierarchy

System.Object
  Amazon.DeviceFarm.Model.Test

Namespace: Amazon.DeviceFarm.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class Test : Object

The Test type exposes the following members

Constructors

NameDescription
Public Method Test()

Properties

NameTypeDescription
Public Property Arn System.String Gets and sets the property Arn.

The test's ARN.

Public Property Counters Amazon.DeviceFarm.Model.Counters Gets and sets the property Counters.

The test's result counters.

Public Property Created System.DateTime Gets and sets the property Created.

When the test was created.

Public Property DeviceMinutes Amazon.DeviceFarm.Model.DeviceMinutes Gets and sets the property DeviceMinutes.

Represents the total (metered or unmetered) minutes used by the test.

Public Property Message System.String Gets and sets the property Message.

A message about the test's result.

Public Property Name System.String Gets and sets the property Name.

The test's name.

Public Property Result Amazon.DeviceFarm.ExecutionResult Gets and sets the property Result.

The test's result.

Allowed values include:

  • ERRORED: An error condition.

  • FAILED: A failed condition.

  • SKIPPED: A skipped condition.

  • STOPPED: A stopped condition.

  • PASSED: A passing condition.

  • PENDING: A pending condition.

  • WARNED: A warning condition.

Public Property Started System.DateTime Gets and sets the property Started.

The test's start time.

Public Property Status Amazon.DeviceFarm.ExecutionStatus Gets and sets the property Status.

The test's status.

Allowed values include:

  • COMPLETED: A completed status.

  • PENDING: A pending status.

  • PROCESSING: A processing status.

  • RUNNING: A running status.

  • SCHEDULING: A scheduling status.

Public Property Stopped System.DateTime Gets and sets the property Stopped.

The test's stop time.

Public Property Type Amazon.DeviceFarm.TestType Gets and sets the property Type.

The test's type.

Must be one of the following values:

  • BUILTIN_FUZZ: The built-in fuzz type.

  • BUILTIN_EXPLORER: For Android, an app explorer that will traverse an Android app, interacting with it and capturing screenshots at the same time.

  • APPIUM_JAVA_JUNIT: The Appium Java JUnit type.

  • APPIUM_JAVA_TESTNG: The Appium Java TestNG type.

  • APPIUM_PYTHON: The Appium Python type.

  • CALABASH: The Calabash type.

  • INSTRUMENTATION: The Instrumentation type.

  • UIAUTOMATION: The uiautomation type.

  • UIAUTOMATOR: The uiautomator type.

  • XCTEST: The XCode test type.

  • APPIUM_WEB_JAVA_JUNIT: The Appium Java JUnit type for Web apps.

  • APPIUM_WEB_JAVA_TESTNG: The Appium Java TestNG type for Web apps.

  • APPIUM_WEB_PYTHON: The Appium Python type for Web apps.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5