Index: tests/objparametertest.xotcl =================================================================== diff -u -r3300590b6a62f2bc22bada01ebf191753d88aa08 -r451f2500c760ad9c4af58670c40d61c540a2ef0b --- tests/objparametertest.xotcl (.../objparametertest.xotcl) (revision 3300590b6a62f2bc22bada01ebf191753d88aa08) +++ tests/objparametertest.xotcl (.../objparametertest.xotcl) (revision 451f2500c760ad9c4af58670c40d61c540a2ef0b) @@ -230,7 +230,19 @@ "a b c {end 100}" \ "query instparams with default, no paramdefs needed" +? {Class info instparams instproc} \ + "name args body precondition postcondition" \ + "query instparams for C-defined 'instproc' method" +? {Object info instparams forward} \ + "method -default -earlybinding -methodprefix -objscope -onerror -verbose target args" \ + "query instparams for C-defined 'forward' method" + +# TODO: how to query the params/instparams of info subcommands? +#? {::xotcl::objectInfo info params params} \ +# "xxx" \ +# "query instparams for info method 'params' method" + ## TODO regression test for type checking, parameter options (initcmd, ## substdefault, combinations with defaults, ...), etc.