swig/Examples/test-suite/java
2007-04-17 22:48:38 +00:00
..
aggregate_runme.java
apply_signed_char_runme.java %apply signed char test added 2006-08-10 21:22:12 +00:00
apply_strings_runme.java ensure %apply with char*, unsigned char* and signed char* works 2006-05-03 20:58:19 +00:00
array_member_runme.java
arrays_global_twodim_runme.java
char_strings_runme.java
cpp_typedef_runme.java update to use proxy terminology 2006-06-29 21:17:30 +00:00
default_args_runme.java
default_constructor_runme.java
director_abstract_runme.java
director_basic_runme.java
director_classes_runme.java Fix for some older jdks 2006-10-24 20:47:36 +00:00
director_classic_runme.java director base method call tests to check recursive director method problem has gone away 2006-09-13 20:58:09 +00:00
director_default_runme.java
director_enum_runme.java
director_exception_runme.java
director_frob_runme.java unsigned long long test added 2006-10-11 22:36:15 +00:00
director_ignore_runme.java %ignore director fixes 2006-09-22 23:29:34 +00:00
director_primitives_runme.java comprehensive director runtime tests based on C# version 2006-07-07 10:09:46 +00:00
director_protected_runme.java
director_string_runme.java test multiple calls for const string& return values 2006-11-03 21:55:24 +00:00
director_thread_runme.java disable this test case for now - it doesn't work as the fix in director.swg breaks directors on some machines. 2006-11-13 22:14:54 +00:00
director_unroll_runme.java
director_wombat_runme.java
dynamic_cast_runme.java
enum_thorough_proper_runme.java
enum_thorough_runme.java
enum_thorough_simple_runme.java
enum_thorough_typeunsafe_runme.java
extend_default_runme.java
extern_declaration_runme.java
ignore_parameter_runme.java
imports_runme.java
inctest_runme.java test include within a structure - #1162194 2006-10-06 22:59:22 +00:00
intermediary_classname_runme.java
java_constants_runme.java
java_director_runme.java
java_enums_runme.java
java_jnitypes_runme.java
java_lib_arrays_dimensionless_runme.java
java_lib_arrays_runme.java test %apply pointer to ARRAYSOFCLASSES 2007-03-19 21:29:48 +00:00
java_lib_various_runme.java
java_pragmas_runme.java
java_prepost_runme.java pre, post, cshin, pgcppname attribute tests for javain/csin typemap 2007-04-17 22:48:38 +00:00
java_throws_runme.java
java_typemaps_proxy_runme.java Add premature garbage collection prevention parameter test 2006-10-29 22:06:35 +00:00
java_typemaps_typewrapper_runme.java
li_carrays_runme.java add in global array variable 2007-04-02 21:37:13 +00:00
li_std_except_runme.java
li_std_string_runme.java add in const std::string variable tests 2006-01-29 14:47:38 +00:00
li_std_vector_runme.java
li_typemaps_runme.java
long_long_runme.java
Makefile.in pre, post, cshin, pgcppname attribute tests for javain/csin typemap 2007-04-17 22:48:38 +00:00
minherit2_runme.java runtime test for turning multiple inherited classes into Java interfaces 2006-10-31 22:10:34 +00:00
multiple_inheritance_runme.java
operator_overload_runme.java test virtual operators 2006-09-25 20:15:24 +00:00
overload_complicated_runme.java
overload_template_runme.java
pointer_reference_runme.java
primitive_ref_runme.java
profiletest_runme.java
README
ret_by_value_runme.java
rname_runme.java
sizet_runme.java size_t tests 2006-10-17 21:41:39 +00:00
template_classes_runme.java update to use proxy terminology 2006-06-29 21:17:30 +00:00
template_default_arg_runme.java
typemap_namespace_runme.java
unions_runme.java
using_pointers_runme.java
varargs_runme.java
virtual_poly_runme.java

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.