pyjnius/tests
Gabriel Pettier ba3f42664c
Merge pull request #515 from cmacdonald/lambdas_v1
Allow passing Python Lambdas as Java lambdas
2021-07-08 23:23:01 +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
java-src/org fix bug for constuctors with variable arguments 2020-10-22 12:10:45 -04:00
test_arraylist.py implements more dunder protocols for Java Collections Framework, Iterators and Comparable 2020-04-11 10:01:29 +01:00
test_assignable.py Removr all use of 'future'. 2015-11-04 17:30:24 -05:00
test_bad_declaration.py fix deprecation warning about Equals vs Equal 2020-04-03 23:48:26 +02:00
test_basics.py fix deprecation warning about Equals vs Equal 2020-04-03 23:48:26 +02:00
test_bytearray.py fix deprecation warning about Equals vs Equal 2020-04-03 23:48:26 +02:00
test_cast.py fix deprecation warning about Equals vs Equal 2020-04-03 23:48:26 +02:00
test_chars_and_strings.py a bit more test cases 2020-06-05 13:23:47 +01:00
test_class_argument.py fix deprecation warning about Equals vs Equal 2020-04-03 23:48:26 +02:00
test_closeable.py addressed comment feedback 2020-04-09 09:51:33 +01:00
test_collections.py address review feedback 2020-04-11 15:25:55 +01:00
test_comparable.py implements more dunder protocols for Java Collections Framework, Iterators and Comparable 2020-04-11 10:01:29 +01:00
test_constructor.py fix constructor tests 2020-10-22 19:01:16 +02:00
test_dir.py sort signatures in test 2019-12-15 11:04:42 +01:00
test_enum.py Refactor test for java.lang.Enum 2019-02-01 02:10:47 +01:00
test_export_class.py Add tests for isinstance, fix edge cases. 2017-12-11 14:04:32 -05:00
test_implementation.py fix deprecation warning about Equals vs Equal 2020-04-03 23:48:26 +02:00
test_inheritance.py dont refer to method that doesnt exist 2020-04-19 18:54:49 +01:00
test_int_vs_long.py fix collection warning errors 2020-04-04 00:09:25 +02:00
test_interface.py Removr all use of 'future'. 2015-11-04 17:30:24 -05:00
test_jnitable_overflow.py Removr all use of 'future'. 2015-11-04 17:30:24 -05:00
test_jnius_config.py Increases jnius_config.py coverage 2020-05-02 23:34:28 +02:00
test_jvm_options.py Fixes #548 JVM options are not correctly set by jnius_config.set_options() 2020-07-10 16:17:41 +01:00
test_lambdas.py remove "holds"; more test cases; detect lambda in signature scoring 2020-04-21 21:04:56 +01:00
test_method_multiple_signatures.py fix bug for constuctors with variable arguments 2020-10-22 12:10:45 -04:00
test_multidimension.py fix deprecation warning about Equals vs Equal 2020-04-03 23:48:26 +02:00
test_object_args.py Fix incorrect test case for bytes as argument 2019-01-05 15:10:49 +01:00
test_output_args.py fix deprecation warning about Equals vs Equal 2020-04-03 23:48:26 +02:00
test_pass_by_reference_or_value.py constructor unit tests 2020-06-12 10:45:33 -04:00
test_proxy.py fix collection warning errors 2020-04-04 00:09:25 +02:00
test_reflect.py expose the class's class attribute 2020-04-26 19:23:46 +01:00
test_signature.py fix collection warning errors 2020-04-04 00:09:25 +02:00
test_simple.py Removr all use of 'future'. 2015-11-04 17:30:24 -05:00
test_static.py do not allow calling non-static methods on classes 2020-10-22 18:08:51 +02:00
test_visibility_all.py consider package protected methods and fields in autoclass 2020-04-25 16:46:34 -04:00
test_visibility_package_protected.py visibility of package_protected methods and fields should follow include_protected or include_private if the class is or is not in the same package as the autoclass start package 2020-04-25 18:48:42 -04:00
test_visibility_public_only.py visibility of package_protected methods and fields should follow include_protected or include_private if the class is or is not in the same package as the autoclass start package 2020-04-25 18:48:42 -04:00
test_visibility_public_protected.py consider package protected methods and fields in autoclass 2020-04-25 16:46:34 -04:00