Byte, Float, Short conversions.

This commit is contained in:
Pavel V. Talanov
2012-07-18 15:10:23 +04:00
parent c363d54d0a
commit bd6f38021f
5 changed files with 77 additions and 4 deletions
@@ -37,4 +37,8 @@ public final class NumberTest extends SingleFileTranslationTest {
public void testNumberConversions() throws Exception {
fooBoxTest();
}
public void testByteAndShortConversions() throws Exception {
fooBoxTest();
}
}