Number rename: xxxValue() --> toXxx(), test

This commit is contained in:
Mikhail Glukhikh
2015-10-13 10:26:35 +03:00
parent c6a1bd7df3
commit d4a1a469b7
4 changed files with 41 additions and 0 deletions
@@ -77,6 +77,12 @@ public class BlackBoxWithJavaCodegenTestGenerated extends AbstractBlackBoxCodege
doTestWithJava(fileName);
}
@TestMetadata("number")
public void testNumber() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/boxWithJava/number/");
doTestWithJava(fileName);
}
@TestMetadata("platformName")
public void testPlatformName() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/boxWithJava/platformName/");