The information in this topic may be out of date. The current SDK reference guide has moved here.
BatchInfo class
Platform: ImagesAppKitLanguage: Objective-C SDK:
Set the
[Configuration batch] property or [Eyes batch] property with an object of this class to configure the batch for one or more tests.
See How to group tests into batches using the SDK
for details and an example.
Import statement
@import EyesImagesAppKit
Constructor
- initWithName()
- The constructor for the BatchInfo class.
Properties
- nameType:NSString*
- Use this property to retrieve and set the name of the batch.
- startedAtStringType:NSString*
- Use this property to retrieve and set the date and time that will be displayed in the Test Manager as the start time of the batch.
- batchIdType:NSString*
- Use this property to set and retrieve the unique id of the batch.
- sequenceNameType:NSString*
- Use this property to set and retrieve the batch sequence name for a batch.
- notifyOnCompletionType:BOOL
- Enable informing the Eyes server that the batch has completed.
- isNotifyOnCompletionType:BOOL
- Use this property to retrieve if the SDK will inform the Eyes server that the batch has completed.