Package io.cucumber.messages.types
Class Meta
java.lang.Object
io.cucumber.messages.types.Meta
Represents the Meta message in Cucumber's message protocol
This message contains meta information about the environment. Consumers can use this for various purposes.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Meta
-
-
Method Details
-
getProtocolVersion
The [SEMVER](https://semver.org/) version number of the protocol -
getImplementation
SpecFlow, Cucumber-JVM, Cucumber.js, Cucumber-Ruby, Behat etc. -
getRuntime
Java, Ruby, Node.js etc -
getOs
Windows, Linux, MacOS etc -
getCpu
386, arm, amd64 etc -
getCi
-
equals
-
hashCode
public int hashCode() -
toString
-