[java-dev] Unit testing Java externals that call outlet()
topher lafata
topher at topher.com
Sun Aug 12 05:32:50 MDT 2007
- Previous message: [java-dev] Re: Re: Re: Unit testing Java externals that call outlet()
- Next message: [java-dev] Re: Unit testing Java externals that call outlet()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
You don't even have to make a jni stub.just make your own version of MaxObject that implements any of the methods your mxj class might be calling.Include this class in your project instead of max.jar.
- Previous message: [java-dev] Re: Re: Re: Unit testing Java externals that call outlet()
- Next message: [java-dev] Re: Unit testing Java externals that call outlet()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
