@Test
public void testApplyWhereVirtualIsBad() {
// notice if we've already parsed this properly here, we can rely on it.
VirtualGuest guest = new ParseBadVirtualGuest().expected();
// no location here
Supplier<Set<? extends Location>> locationSupplier = Suppliers.<Set<? extends Location>> ofInstance(ImmutableSet
.<Location> of());