pyjnius/tests
Andre Miras 8c940ddacd Increases jnius_config.py coverage
Covers new functions:
- add_options
- get_options
- set_classpath
- add_classpath

Not yet covered:
- get_classpath
- expand_classpath
2020-05-02 23:34:28 +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 remove <char> cast for character arrays and strings 2020-05-01 10:26:46 -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 remove <char> cast for character arrays and strings 2020-05-01 10:26:46 -04: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 change method arg to signature 2020-02-09 20:42:45 +00: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_method_multiple_signatures.py fix deprecation warning about Equals vs Equal 2020-04-03 23:48:26 +02: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_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_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