swig/Examples/test-suite/java
William S Fulton b7b24a1e11 contract assertion test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5344 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-11-18 23:19:47 +00:00
..
.cvsignore *** empty log message *** 2003-09-20 16:07:12 +00:00
aggregate_runme.java contract assertion test 2003-11-18 23:19:47 +00:00
array_member_runme.java Array member runtime test 2003-06-01 13:56:02 +00:00
arrays_global_twodim_runme.java The great merge 2002-11-30 22:01:28 +00:00
cpp_typedef_runme.java The great merge 2002-11-30 22:01:28 +00:00
director_abstract_runme.java added check that pure virtual method is handled by throwing an exception if Java derived class does not provide an implementation 2003-11-10 22:33:17 +00:00
director_basic_runme.java test fix 2003-09-12 23:50:41 +00:00
director_exception_runme.java Some director runtime tests 2003-09-16 20:54:14 +00:00
director_unroll_runme.java Some director runtime tests 2003-09-16 20:54:14 +00:00
director_wombat_runme.java Enhanced to check typedef'd parameters in directors - Scott Michel contribution. 2003-11-01 20:06:09 +00:00
dynamic_cast_runme.java The great merge 2002-11-30 22:01:28 +00:00
ignore_parameter_runme.java The great merge 2002-11-30 22:01:28 +00:00
imports_runme.java The great merge 2002-11-30 22:01:28 +00:00
java_constants_runme.java The great merge 2002-11-30 22:01:28 +00:00
java_enums_runme.java Modifications to testcase to test the enums and constants in a separate Java interface. 2003-04-03 12:30:26 +00:00
java_jnitypes_runme.java Test fixes 2003-05-07 18:56:21 +00:00
java_lib_arrays_runme.java The great merge 2002-11-30 22:01:28 +00:00
java_lib_various_runme.java Java specific test to test the various.i typemap library. 2003-11-08 21:02:37 +00:00
java_pragmas_runme.java The great merge 2002-11-30 22:01:28 +00:00
java_throws_runme.java Added javain, javout and newfree throws attributes tests 2003-06-27 13:17:20 +00:00
java_typemaps_proxy_runme.java The great merge 2002-11-30 22:01:28 +00:00
java_typemaps_typewrapper_runme.java The great merge 2002-11-30 22:01:28 +00:00
lib_std_string_runme.java std::string runtime tests 2003-09-12 21:17:13 +00:00
lib_typemaps_runme.java The great merge 2002-11-30 22:01:28 +00:00
long_long_runme.java The great merge 2002-11-30 22:01:28 +00:00
Makefile.in Java specific test to test the various.i typemap library. 2003-11-08 21:02:37 +00:00
primitive_ref_runme.java Fixed bug in test 2003-05-11 21:52:19 +00:00
README The great merge 2002-11-30 22:01:28 +00:00
ret_by_value_runme.java The great merge 2002-11-30 22:01:28 +00:00
template_classes_runme.java The great merge 2002-11-30 22:01:28 +00:00
unions_runme.java The great merge 2002-11-30 22:01:28 +00:00
varargs_runme.java varargs runtime test 2003-03-19 20:50:05 +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.