All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.iskrenyp.slackreporter.exception.SlackReporterExceptionMessages.groovy Maven / Gradle / Ivy

Go to download

A simple annotation driven local extension for Spock framework, which enables you to screen record your Specifications

There is a newer version: 1.0.4
Show newest version
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"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy