2020-11-17 21:48:49 +03:00
|
|
|
package propertyDelegationToolsExercise2
|
2020-09-27 01:27:15 +03:00
|
|
|
|
|
|
|
import org.junit.Test
|
|
|
|
import util.unimplementedTest
|
|
|
|
|
2020-11-17 21:48:49 +03:00
|
|
|
class TestPropertyDelegationToolsExercise2 {
|
2020-09-27 01:27:15 +03:00
|
|
|
@Test fun testSolution() {
|
|
|
|
unimplementedTest()
|
|
|
|
}
|
|
|
|
}
|