Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ceneax committed Oct 25, 2022
1 parent b27e3e5 commit 1dba61a
Showing 1 changed file with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@ package ceneax.app.lib.astatine

import org.junit.Test

/**
* Example local unit test, which will execute on the development machine (host).
*
* See [testing documentation](http://d.android.com/tools/testing).
*/
class ExampleUnitTest {
@Test
fun addition_isCorrect() {
println("======= start ========")
TestA {}()
}
}

class TestA(block: () -> Unit) : () -> Unit {
override fun invoke() {
println("new TestA and execute invoke")
}
}

0 comments on commit 1dba61a

Please sign in to comment.