I've tried a few alternatives such as:
expecting(function ():void {
expect(list.getItemAt(0)).returns("Item1").inSequence(seq);
expect(list.getItemAt(0)).returns("Item2").inSequence(seq);
expect(list.getItemAt(0)).returns("Item3").inSequence(seq);
});
and others to no avail. Surely I'm missing something simple here. This
seems like something that should be easy.
Thanks guys,
Theo.
Theo
unread,
Jul 7, 2012, 7:32:29 AM7/7/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mock...@googlegroups.com
This was also driving me crazy, so thank you! Too bad this is buried in the API docs. Really should be in the general documentation. I'd volunteer to write it!