mirror of https://github.com/kivy/pyjnius.git
add regression tests, start with #465
This commit is contained in:
parent
bf17b1000b
commit
a9e5dbc565
|
@ -0,0 +1,7 @@
|
|||
from jnius import autoclass
|
||||
|
||||
|
||||
def test_465():
|
||||
arraylist = autoclass("java.util.ArrayList")()
|
||||
arraylist.iterator()
|
||||
arraylist.stream()
|
Loading…
Reference in New Issue