commonTest.com.genesys.cloud.messenger.transport.DeliberateFailureTest.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of messenger-transport-mobile-sdk Show documentation
Show all versions of messenger-transport-mobile-sdk Show documentation
This library provides methods for connecting to Genesys Cloud Messenger chat APIs and WebSockets from mobile applications.
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)
}
}