public static interface Messages.TestCaseStarted.PlatformOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCpu()
The CPU architecture
|
com.google.protobuf.ByteString |
getCpuBytes()
The CPU architecture
|
String |
getImplementation()
The runner implementation.
|
com.google.protobuf.ByteString |
getImplementationBytes()
The runner implementation.
|
String |
getOs()
The operating system
|
com.google.protobuf.ByteString |
getOsBytes()
The operating system
|
String |
getVersion()
The version of the runner
|
com.google.protobuf.ByteString |
getVersionBytes()
The version of the runner
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getImplementation()
The runner implementation. For example "SpecFlow", "Cucumber-JVM", "Behat" etc.
string implementation = 1;com.google.protobuf.ByteString getImplementationBytes()
The runner implementation. For example "SpecFlow", "Cucumber-JVM", "Behat" etc.
string implementation = 1;String getVersion()
The version of the runner
string version = 2;com.google.protobuf.ByteString getVersionBytes()
The version of the runner
string version = 2;String getOs()
The operating system
string os = 3;com.google.protobuf.ByteString getOsBytes()
The operating system
string os = 3;String getCpu()
The CPU architecture
string cpu = 4;com.google.protobuf.ByteString getCpuBytes()
The CPU architecture
string cpu = 4;Copyright © 2019. All rights reserved.