pyjnius/tests
Mathieu Virbel 60ee14ed6f add the previous tests from python-for-android/javawrapper branch.
+ fix findclass (need cleaning)
+ fix array return with chars
+ export reflect module by default (it's already used in jnius so..)
2012-08-18 12:59:15 +02:00
..
android/testhardware little fixes for android, remove the recursive part in autoclass for the moment 2012-08-14 17:21:55 +02:00
org/jnius add the previous tests from python-for-android/javawrapper branch. 2012-08-18 12:59:15 +02:00
test_bad_declaration.py add support for multiple signatures on constructors and methods. 2012-08-15 19:16:39 +02:00
test_basics.py add the previous tests from python-for-android/javawrapper branch. 2012-08-18 12:59:15 +02:00
test_cast.py add the previous tests from python-for-android/javawrapper branch. 2012-08-18 12:59:15 +02:00
test_implementation.py fix System.out.println('hello') crash due to a race condition: the instancatied JavaClass for "out" was deallocated before the __call__ of the println. >_< 2012-08-18 04:14:53 +02:00
test_jnitable_overflow.py raise exception correctly now + add more unittests 2012-08-15 16:31:22 +02:00
test_method_multiple_signatures.py add support for multiple signatures on constructors and methods. 2012-08-15 19:16:39 +02:00
test_reflect.py raise exception correctly now + add more unittests 2012-08-15 16:31:22 +02:00
test_simple.py add the previous tests from python-for-android/javawrapper branch. 2012-08-18 12:59:15 +02:00