}
fail("missing method did not throw class cast exception");
}
public void testPrimitiveParams() throws IllegalArgumentException, NoSuchMethodException, InvocationTargetException, IllegalAccessException {
NSSelectable target = new TestSelectable();
NSSelector<Object> selector;
Object obj = null;
selector = new NSSelector<Object>("testBoolean", new Class[] { boolean.class });
obj = selector.invoke(target, new Object[] { Boolean.valueOf(false) });