..
aggregate_runme.java
contract assertion test
2003-11-18 23:19:47 +00:00
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
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
char_strings_runme.java
char strings runtime test
2004-08-29 20:42:25 +00:00
cpp_typedef_runme.java
update to use proxy terminology
2006-06-29 21:17:30 +00:00
default_args_runme.java
*** empty log message ***
2004-11-09 21:24:57 +00:00
default_constructor_runme.java
test non-public destructors
2003-11-29 00:31:24 +00:00
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_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
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
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
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
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
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
The great merge
2002-11-30 22:01:28 +00:00
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
mod to work on java-1.4
2004-11-06 00:13:48 +00:00
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
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
inctest_runme.java
test include within a structure - #1162194
2006-10-06 22:59:22 +00:00
intermediary_classname_runme.java
test changing the intermediary classname from default
2005-12-21 22:50:08 +00:00
java_constants_runme.java
The great merge
2002-11-30 22:01:28 +00:00
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
New default Java enum wrapping approach which uses the type safe enum pattern
2004-05-24 19:58:10 +00:00
java_jnitypes_runme.java
Test fixes
2003-05-07 18:56:21 +00:00
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
test %apply pointer to ARRAYSOFCLASSES
2007-03-19 21:29:48 +00:00
java_lib_various_runme.java
add setter into test
2005-02-17 22:23:37 +00:00
java_pragmas_runme.java
The great merge
2002-11-30 22:01:28 +00:00
java_throws_runme.java
features for constructor fixes
2004-10-05 22:33:28 +00:00
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
The great merge
2002-11-30 22:01:28 +00:00
li_carrays_runme.java
add in global array variable
2007-04-02 21:37:13 +00:00
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
lib_xxx to li_xxx name change fixes
2004-11-02 22:31:12 +00:00
long_long_runme.java
More robust BigInteger runtime test
2006-01-09 23:11:17 +00:00
Makefile.in
Fixes for autoconf-2.59d (2.60 beta)
2006-06-13 20:49:15 +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
multiple inheritance and ignored base classes test
2005-10-08 11:36:16 +00:00
operator_overload_runme.java
test virtual operators
2006-09-25 20:15:24 +00:00
overload_complicated_runme.java
overloading when SWIG cannot disambiguate parameters tests added
2004-02-12 21:45:11 +00:00
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
pointer_reference_runme.java
pointer reference runtime test
2005-12-26 23:13:27 +00:00
primitive_ref_runme.java
Fixed bug in test
2003-05-11 21:52:19 +00:00
profiletest_runme.java
added profile test
2004-06-14 18:11:38 +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
rname_runme.java
%rename runtime tests added
2004-11-09 21:25:51 +00:00
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
runtime tests for templated functions in a namespace added (overloading and default arg tests)
2004-10-20 21:07:53 +00:00
typemap_namespace_runme.java
runtime test for Java added
2005-12-29 23:58:17 +00:00
unions_runme.java
The great merge
2002-11-30 22:01:28 +00:00
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
added a reference polymorphic return type case, and
2003-12-24 06:53:47 +00:00