JS backend: added tests that checks constructing ArrayList with capacity.
This commit is contained in:
@@ -68,4 +68,12 @@ public final class ArrayListTest extends JavaClassesTest {
|
||||
public void testMisc() throws Exception {
|
||||
fooBoxTest();
|
||||
}
|
||||
|
||||
public void testConstructWithCapacity() throws Exception {
|
||||
fooBoxTest();
|
||||
}
|
||||
|
||||
public void testConstructWithSideEffectParam() throws Exception {
|
||||
fooBoxTest();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user