swig/SWIG/Examples/test-suite/java
William S Fulton 2cdf0a051f add setter into test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6971 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2005-02-17 22:23:37 +00:00
..
.cvsignore *** empty log message *** 2004-12-14 21:43:06 +00:00
aggregate_runme.java
array_member_runme.java
arrays_global_twodim_runme.java
char_strings_runme.java char strings runtime test 2004-08-29 20:42:25 +00:00
cpp_typedef_runme.java
default_args_runme.java *** empty log message *** 2004-11-09 21:24:57 +00:00
default_constructor_runme.java
director_abstract_runme.java
director_basic_runme.java new directorconnect and directorconnect_derived typemaps (Java) 2004-12-07 23:08:04 +00:00
director_default_runme.java test for default argument in director virtual methods and constructors 2004-10-06 21:12:37 +00:00
director_enum_runme.java member enum in director method test 2004-12-02 21:22:17 +00:00
director_exception_runme.java
director_frob_runme.java
director_protected_runme.java
director_string_runme.java runtime test (currently crashes) 2004-12-15 00:23:33 +00:00
director_unroll_runme.java
director_wombat_runme.java
dynamic_cast_runme.java
enum_thorough_proper_runme.java const enum SWIGTYPE & typemap tests 2004-11-28 19:20:22 +00:00
enum_thorough_runme.java const enum SWIGTYPE & typemap tests 2004-11-28 19:20:22 +00:00
enum_thorough_simple_runme.java const enum SWIGTYPE & typemap tests 2004-11-28 19:20:22 +00:00
enum_thorough_typeunsafe_runme.java const enum SWIGTYPE & typemap tests 2004-11-28 19:20:22 +00:00
extend_default_runme.java mod to work on java-1.4 2004-11-06 00:13:48 +00:00
ignore_parameter_runme.java
imports_runme.java
java_constants_runme.java
java_enums_runme.java
java_jnitypes_runme.java
java_lib_arrays_dimensionless_runme.java dimensionless arrays tests marshalling with proper Java arrays 2004-12-08 22:52:07 +00:00
java_lib_arrays_runme.java
java_lib_various_runme.java add setter into test 2005-02-17 22:23:37 +00:00
java_pragmas_runme.java
java_throws_runme.java features for constructor fixes 2004-10-05 22:33:28 +00:00
java_typemaps_proxy_runme.java
java_typemaps_typewrapper_runme.java
li_std_string_runme.java lib_xxx to li_xxx name change fixes 2004-11-02 22:31:12 +00:00
li_typemaps_runme.java lib_xxx to li_xxx name change fixes 2004-11-02 22:31:12 +00:00
long_long_runme.java
Makefile.in test java arrays wrapping for dimensionless arrays 2005-02-15 22:41:52 +00:00
overload_complicated_runme.java
overload_template_runme.java runtime tests for templated functions in a namespace added (overloading and default arg tests) 2004-10-20 21:07:53 +00:00
primitive_ref_runme.java
profiletest_runme.java
README
ret_by_value_runme.java
rname_runme.java %rename runtime tests added 2004-11-09 21:25:51 +00:00
template_classes_runme.java
template_default_arg_runme.java runtime tests for templated functions in a namespace added (overloading and default arg tests) 2004-10-20 21:07:53 +00:00
unions_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.