public void testArrayObjectAssertWithResults() throws Exception {
StatelessSession session = getSession();
// notice I don't export Cheessery
session.setGlobalExporter( new CopyIdentifiersGlobalExporter( new String[]{"list"} ) );
final Cheese stilton = new Cheese( "stilton",
5 );
StatelessSessionResult result = session.executeWithResults( new Object[]{stilton} );