package com.metservice.kanban.jwebunit.util; public interface UntilTrue { boolean condition() throws Exception; }