Uses of Class
net.officefloor.nosql.objectify.mock.AbstractObjectifyJUnit.TimeoutException
Packages that use AbstractObjectifyJUnit.TimeoutException
-
Uses of AbstractObjectifyJUnit.TimeoutException in net.officefloor.nosql.objectify.mock
Methods in net.officefloor.nosql.objectify.mock that throw AbstractObjectifyJUnit.TimeoutExceptionModifier and TypeMethodDescription<E> EAbstractObjectifyJUnit.consistent(Supplier<E> getEntity, Function<E, Boolean> checkConsistency) Obtains consistent entity.<E> EObtains the first entity.<E> List<E>Obtains a list of entities.<E> List<E>AbstractObjectifyJUnit.get(Class<E> type, int expectedSize, AbstractObjectifyJUnit.QueryLoader<E> loader) Obtains a list of entities.<E> EObtains an entity.<E> EAbstractObjectifyJUnit.get(Class<E> type, AbstractObjectifyJUnit.ResultLoader<E> loader) Obtains an entity.<E> voidAbstractObjectifyJUnit.store(E... entities) Stores the entities.