Created
June 2, 2022 09:40
-
-
Save BenjaminLaschkar/415db862d254442a39414f9cf284b657 to your computer and use it in GitHub Desktop.
MultiplicationTests.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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