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