1
1
Fork 0
AtomicKotlinCourse/Power Tools/Property Delegation Tools/Exercise 3/test/Tests.kt

10 lines
206 B
Kotlin
Raw Normal View History

2020-11-17 22:00:10 +03:00
package propertyDelegationToolsExercise3
import org.junit.Test
import util.unimplementedTest
2020-11-17 22:00:10 +03:00
class TestPropertyDelegationToolsExercise3 {
@Test fun testSolution() {
unimplementedTest()
}
}