summaryrefslogtreecommitdiff
path: root/library/src/test/java/akono/LibraryTest.kt
blob: 1a16e7e6874a9f0ffc4ec76ee21d2ca407282bfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * This Kotlin source file was generated by the Gradle 'init' task.
 */
package akono

import kotlin.test.Test
import kotlin.test.assertTrue
import kotlin.test.assertEquals

import akono.AkonoJni

class LibraryTest {
    @Test fun testSomeLibraryMethod() {
        assertTrue(true)
    }
}