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

10 lines
206 B
Kotlin

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