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

commonTest.com.genesys.cloud.messenger.transport.DeliberateFailureTest.kt Maven / Gradle / Ivy

Go to download

This library provides methods for connecting to Genesys Cloud Messenger chat APIs and WebSockets from mobile applications.

There is a newer version: 2.8.0
Show newest version
package com.genesys.cloud.messenger.transport

import kotlin.test.Ignore
import kotlin.test.Test
import kotlin.test.assertEquals

@Ignore
class DeliberateFailureTest {

    @Test
    fun itShouldFailDeliberately() {
        assertEquals(11, 1 + 1)
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy