swig/Examples/test-suite/java
Marcelo Matus 9a711d866f add new tests
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8875 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-02-23 07:16:26 +00:00
..
.cvsignore add new tests 2006-02-23 07:16:26 +00:00
aggregate_runme.java
array_member_runme.java
arrays_global_twodim_runme.java
char_strings_runme.java
cpp_typedef_runme.java
default_args_runme.java
default_constructor_runme.java
director_abstract_runme.java Fix for the imports testcase breaking - many of the tests have classes with the same names and so these were being compiled as .class files in this directory. Solved this by giving these classes unique names based on the test name. 2005-04-28 22:13:32 +00:00
director_basic_runme.java Fix for the imports testcase breaking - many of the tests have classes with the same names and so these were being compiled as .class files in this directory. Solved this by giving these classes unique names based on the test name. 2005-04-28 22:13:32 +00:00
director_default_runme.java Fix for the imports testcase breaking - many of the tests have classes with the same names and so these were being compiled as .class files in this directory. Solved this by giving these classes unique names based on the test name. 2005-04-28 22:13:32 +00:00
director_enum_runme.java Fix for the imports testcase breaking - many of the tests have classes with the same names and so these were being compiled as .class files in this directory. Solved this by giving these classes unique names based on the test name. 2005-04-28 22:13:32 +00:00
director_exception_runme.java Fix for the imports testcase breaking - many of the tests have classes with the same names and so these were being compiled as .class files in this directory. Solved this by giving these classes unique names based on the test name. 2005-04-28 22:13:32 +00:00
director_frob_runme.java
director_protected_runme.java Fix for the imports testcase breaking - many of the tests have classes with the same names and so these were being compiled as .class files in this directory. Solved this by giving these classes unique names based on the test name. 2005-04-28 22:13:32 +00:00
director_string_runme.java remove for now this test that causes stack overflow due to recursive calls 2005-05-25 21:18:18 +00:00
director_unroll_runme.java Fix for the imports testcase breaking - many of the tests have classes with the same names and so these were being compiled as .class files in this directory. Solved this by giving these classes unique names based on the test name. 2005-04-28 22:13:32 +00:00
director_wombat_runme.java test directors with classes passed by value, ref and pointer 2005-09-13 21:02:21 +00:00
dynamic_cast_runme.java
enum_thorough_proper_runme.java Java/C# - test extra constructor to handle enum items initialised by another enum item for %javaconst(1)/%csconst(1) 2005-11-26 08:37:20 +00:00
enum_thorough_runme.java Java/C# - test extra constructor to handle enum items initialised by another enum item for %javaconst(1)/%csconst(1) 2005-11-26 08:37:20 +00:00
enum_thorough_simple_runme.java Java/C# - test extra constructor to handle enum items initialised by another enum item for %javaconst(1)/%csconst(1) 2005-11-26 08:37:20 +00:00
enum_thorough_typeunsafe_runme.java Java/C# - test extra constructor to handle enum items initialised by another enum item for %javaconst(1)/%csconst(1) 2005-11-26 08:37:20 +00:00
extend_default_runme.java
extern_declaration_runme.java new test to test windows calling conventions with extern functions 2005-06-27 21:15:55 +00:00
ignore_parameter_runme.java
imports_runme.java
intermediary_classname_runme.java test changing the intermediary classname from default 2005-12-21 22:50:08 +00:00
java_constants_runme.java
java_director_runme.java Fix for the imports testcase breaking - many of the tests have classes with the same names and so these were being compiled as .class files in this directory. Solved this by giving these classes unique names based on the test name. 2005-04-28 22:13:32 +00:00
java_enums_runme.java
java_jnitypes_runme.java
java_lib_arrays_dimensionless_runme.java
java_lib_arrays_runme.java add in check for array inputs 2006-01-20 22:18:44 +00:00
java_lib_various_runme.java
java_pragmas_runme.java
java_throws_runme.java
java_typemaps_proxy_runme.java
java_typemaps_typewrapper_runme.java
li_std_except_runme.java check std::exception typemaps are working correctly and throwing the correct Java exceptions. 2006-01-03 23:28:19 +00:00
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 vector wrapper runtime tests 2005-12-26 23:31:28 +00:00
li_typemaps_runme.java
long_long_runme.java More robust BigInteger runtime test 2006-01-09 23:11:17 +00:00
Makefile.in Specify classpath which is needed should the CLASSPATH env variable be set 2006-01-07 19:54:27 +00:00
multiple_inheritance_runme.java multiple inheritance and ignored base classes test 2005-10-08 11:36:16 +00:00
operator_overload_runme.java call the sanity_check function to check the C++ operators are implemented correctly 2006-01-07 01:09:33 +00:00
overload_complicated_runme.java
overload_template_runme.java
pointer_reference_runme.java pointer reference runtime test 2005-12-26 23:13:27 +00:00
primitive_ref_runme.java
profiletest_runme.java
README
ret_by_value_runme.java
rname_runme.java
template_classes_runme.java
template_default_arg_runme.java
typemap_namespace_runme.java runtime test for Java added 2005-12-29 23:58:17 +00:00
unions_runme.java
using_pointers_runme.java test using declaration for methods with an exception specification 2005-05-25 21:17:17 +00:00
varargs_runme.java %varargs tests for Java 2005-03-21 22:04:19 +00:00
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.