@return {boolean}
()
| 15 | |
| 16 | /** @return {boolean} */ |
| 17 | isBDD() { |
| 18 | if (this.actor && this.actor.match && this.actor.match(/^(Given|When|Then|And|But)/)) { |
| 19 | return true |
| 20 | } |
| 21 | return false |
| 22 | } |
| 23 | |
| 24 | toCliStyled() { |
| 25 | return this.toString() |
no outgoing calls
no test coverage detected