Skip to content

Instantly share code, notes, and snippets.

View delabassee's full-sized avatar
👇
Don't raise your voice. Improve your argument.

David Delabassée delabassee

👇
Don't raise your voice. Improve your argument.
View GitHub Profile
import com.fnproject.fn.testing.*
import org.junit.*
import kotlin.test.assertEquals
class HelloFunctionTest {
@Rule @JvmField
val fn = FnTestingRule.createDefault()
@Test