public static class CalabashTest.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CalabashTest |
build()
Build method
|
CalabashTest.Builder |
withFeatures(String features)
Features setter.
|
CalabashTest.Builder |
withProfile(String profile)
Profile setter.
|
CalabashTest.Builder |
withTags(String tags)
Tags setter.
|
public CalabashTest.Builder withFeatures(String features)
features - The path to the Calabash features file.public CalabashTest.Builder withTags(String tags)
tags - The tags to use.public CalabashTest.Builder withProfile(String profile)
profile - The profile to use.public CalabashTest build()
Copyright © 2016–2025. All rights reserved.