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

10 lines
196 B
Kotlin

package propertyDelegationExercise1
import org.junit.Test
import util.unimplementedTest
class TestPropertyDelegationExercise1 {
@Test fun testSolution() {
unimplementedTest()
}
}