com.github.iskrenyp.slackreporter.exception.SlackReporterExceptionMessages.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spock-slack-reporter Show documentation
Show all versions of spock-slack-reporter Show documentation
A simple annotation driven local extension for Spock framework, which enables you to screen record your Specifications
package com.github.iskrenyp.slackreporter.exception
class SlackReporterExceptionMessages {
static final String CONNECTING_TO_SLACK_FAILED = 'There was an error while trying to connect to Slack'
static final String DISCONNECTING_FROM_SLACK_FAILED = 'There was an error while trying to disconnect from Slack'
static final String SLACK_CHANNEL_NOT_FOUND = "The requested Slack channel was not found"
}