swig/Examples/test-suite/java
William S Fulton e3092a6150 Remove java specifics from testcase
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12212 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2010-09-10 06:40:42 +00:00
..
aggregate_runme.java
allprotected_runme.java remove svn:executable property where applied incorrectly 2008-11-26 21:54:49 +00:00
apply_signed_char_runme.java
apply_strings_runme.java
array_member_runme.java
arrays_global_twodim_runme.java
char_strings_runme.java More string tests: char const*const 2010-05-01 10:01:26 +00:00
cpp_typedef_runme.java
default_args_runme.java
default_constructor_runme.java
director_abstract_runme.java
director_basic_runme.java Fix director typemaps for pointers so that NULL pointers are correctly marshalled to C#/Java null in director methods 2008-07-14 21:09:23 +00:00
director_classes_runme.java
director_classic_runme.java remove svn:executable property where applied incorrectly 2008-11-26 21:54:49 +00:00
director_default_runme.java
director_enum_runme.java
director_exception_runme.java
director_frob_runme.java
director_ignore_runme.java remove svn:executable property where applied incorrectly 2008-11-26 21:54:49 +00:00
director_primitives_runme.java
director_protected_runme.java
director_string_runme.java
director_thread_runme.java
director_unroll_runme.java
director_wombat_runme.java
dynamic_cast_runme.java
enum_thorough_proper_runme.java remove perl specific modifications to the enum_thorough test 2009-06-16 20:26:28 +00:00
enum_thorough_runme.java remove perl specific modifications to the enum_thorough test 2009-06-16 20:26:28 +00:00
enum_thorough_simple_runme.java remove perl specific modifications to the enum_thorough test 2009-06-16 20:26:28 +00:00
enum_thorough_typeunsafe_runme.java remove perl specific modifications to the enum_thorough test 2009-06-16 20:26:28 +00:00
extend_default_runme.java
extern_declaration_runme.java
global_namespace_runme.java Fix classLookup and enumLookup when the global scope operator is used on objects passed by value 2009-01-28 18:45:13 +00:00
ignore_parameter_runme.java
imports_runme.java
inctest_runme.java
inherit_target_language_runme.java Add test for notderived attribute in csbase/javabase typemap 2009-05-01 06:26:42 +00:00
intermediary_classname_runme.java reverse merge last commit - 11348 2009-07-02 22:40:49 +00:00
java_constants_runme.java
java_director_runme.java Fix for %%javaexception and directors so that all the appropriate throws clauses are generated 2009-12-23 01:05:17 +00:00
java_enums_runme.java
java_jnitypes_runme.java fix overloading of jboolean with other JNI types at the c++ level for some platforms (64bit Linux) 2009-09-02 20:49:55 +00:00
java_lib_arrays_dimensionless_runme.java
java_lib_arrays_runme.java
java_lib_various_runme.java
java_pgcpp_runme.java
java_pragmas_runme.java
java_prepost_runme.java
java_throws_runme.java Fix testcase comment 2009-08-16 00:09:43 +00:00
java_typemaps_proxy_runme.java
java_typemaps_typewrapper_runme.java
li_boost_intrusive_ptr_runme.java Add boost::intrusive_ptr wrappers from Mike Rowbotham 2008-12-28 20:32:44 +00:00
li_boost_shared_ptr_bits_runme.java Fix #3024875 - shared_ptr of classes with non-public destructors. This also fixes the 'unref' feature when used on classes with non-public destructors. 2010-07-07 18:19:01 +00:00
li_boost_shared_ptr_runme.java add test for inheritance of 3 classes deep which exposes a problem in the python shared_ptr wrappers. Manually added the %types for now. 2008-12-06 17:10:53 +00:00
li_carrays_runme.java
li_std_except_runme.java
li_std_string_runme.java
li_std_vector_runme.java
li_typemaps_runme.java
long_long_runme.java
Makefile.in Restore in source and out of source builds for the test-suite. Note that configure must be invoked using a relative path for out of source builds 2010-07-28 05:53:17 +00:00
member_pointer_runme.java
memberin_extend_runme.java add test for %extend on member variable 2009-07-09 19:56:47 +00:00
minherit2_runme.java
multiple_inheritance_runme.java
nested_class_runme.java Improved C++ nested class support - nested typedef'd classes now parsed and treated as forward class declaration 2009-11-23 23:02:01 +00:00
nested_structs_runme.java Fix multiple declarations of nested structs (C code) 2009-11-18 20:24:06 +00:00
nested_workaround_runme.java add missing nested_workaround runtime test 2009-11-17 19:28:29 +00:00
nspace_extend_runme.java Test %extend and nspace feature 2010-03-08 23:02:53 +00:00
nspace_runme.java nspace fixes and adding in missing symbols in language symbol tables for Java and C# 2010-03-13 00:05:31 +00:00
operator_overload_runme.java
overload_complicated_runme.java remove svn:executable property where applied incorrectly 2008-11-26 21:54:49 +00:00
overload_template_runme.java Rename max() to maximum() as max() is a built-in function in PHP. 2009-08-14 01:33:23 +00:00
pointer_reference_runme.java
preproc_line_file_runme.java Remove java specifics from testcase 2010-09-10 06:40:42 +00:00
primitive_ref_runme.java
profiletest_runme.java
README
rename1_runme.java
rename2_runme.java
rename3_runme.java
rename4_runme.java
rename_pcre_enum_runme.java Add support for "[not]regexmatch" and "regextarget" to %rename. 2010-07-22 17:02:10 +00:00
ret_by_value_runme.java
rname_runme.java
sizet_runme.java
special_variable_macros_runme.java fix $typemap() when the type contains template parameters 2009-08-05 21:40:49 +00:00
special_variables_runme.java Fix test for the extra whitespace in template parameter lists 2008-02-13 23:59:01 +00:00
template_classes_runme.java
template_default_arg_runme.java
template_default_class_parms_runme.java
template_methods_runme.java Fix %template seg fault on some cases of overloading the templated method. 2009-08-15 10:40:19 +00:00
template_nested_runme.java Fix nested template classes within a namespace generating uncompileable code by incorrectly adding in symbols into the symbol tables and not setting the scope correctly after the nested template was parsed 2009-11-08 00:14:47 +00:00
template_nested_typemaps_runme.java minor improvement to testcase 2009-10-24 21:58:06 +00:00
template_partial_specialization_runme.java Fix partial specialization and explicit specialization lookup 2009-10-20 17:50:36 +00:00
template_partial_specialization_typedef_runme.java Fix partial specialization and explicit specialization lookup 2009-10-20 17:50:36 +00:00
template_template_parameters_runme.java
typemap_namespace_runme.java
typemap_out_optimal_runme.java add test for optimal attribute in out typemap 2009-04-30 06:12:32 +00:00
unions_runme.java
using_pointers_runme.java
varargs_runme.java
virtual_poly_runme.java
wallkw_runme.java rename custom_wallkw to wallkw - custom commandline tests needn't start with custom_ 2009-07-03 22:28:07 +00:00

See ../README for common README file.

The Java implementation of the test-suite is a little different to the other languages in that all of SWIGs output goes into a subdirectory named after the individual test case. This is so that all the shadow classes can be compiled as Java classes have to go into separate files. Otherwise the Makefile wouldn't know which .java files would be relevant to the testcase. For this to work the testcase must go into a Java package.

Any testcases which have _runme.java appended after the testcase name will be detected and run.