KT-34770 JS. Configurable properties. Test
This commit is contained in:
committed by
Zalim Bashorov
parent
103fd093e1
commit
79bec82430
+8
-1
@@ -6479,7 +6479,9 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
}
|
||||
|
||||
public void testAllFilesPresentInPropertyAccess() throws Exception {
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("js/js.translator/testData/box/propertyAccess"), Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.JS_IR, true);
|
||||
KotlinTestUtils
|
||||
.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("js/js.translator/testData/box/propertyAccess"),
|
||||
Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.JS_IR, true);
|
||||
}
|
||||
|
||||
@TestMetadata("classUsesPackageProperties.kt")
|
||||
@@ -6487,6 +6489,11 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/propertyAccess/classUsesPackageProperties.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("configurable.kt")
|
||||
public void testConfigurable() throws Exception {
|
||||
runTest("js/js.translator/testData/box/propertyAccess/configurable.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("customGetter.kt")
|
||||
public void testCustomGetter() throws Exception {
|
||||
runTest("js/js.translator/testData/box/propertyAccess/customGetter.kt");
|
||||
|
||||
+8
-1
@@ -6504,7 +6504,9 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
|
||||
}
|
||||
|
||||
public void testAllFilesPresentInPropertyAccess() throws Exception {
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("js/js.translator/testData/box/propertyAccess"), Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.JS, true);
|
||||
KotlinTestUtils
|
||||
.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("js/js.translator/testData/box/propertyAccess"),
|
||||
Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.JS, true);
|
||||
}
|
||||
|
||||
@TestMetadata("classUsesPackageProperties.kt")
|
||||
@@ -6512,6 +6514,11 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/propertyAccess/classUsesPackageProperties.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("configurable.kt")
|
||||
public void testConfigurable() throws Exception {
|
||||
runTest("js/js.translator/testData/box/propertyAccess/configurable.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("customGetter.kt")
|
||||
public void testCustomGetter() throws Exception {
|
||||
runTest("js/js.translator/testData/box/propertyAccess/customGetter.kt");
|
||||
|
||||
Reference in New Issue
Block a user