Skip to content

Instantly share code, notes, and snippets.

@BenjaminLaschkar
Created June 2, 2022 09:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BenjaminLaschkar/415db862d254442a39414f9cf284b657 to your computer and use it in GitHub Desktop.
Save BenjaminLaschkar/415db862d254442a39414f9cf284b657 to your computer and use it in GitHub Desktop.
MultiplicationTests.kt
import org.junit.jupiter.api.Test
import org.openqa.selenium.By
import kotlin.test.assertEquals
class MultiplicationTests : AppiumSetup() {
@Test
fun `Simple multiplication gives correct result`() {
// Let's implement this !
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment