Home | History | Annotate | Download | only in littlemock

Lines Matching refs:IllegalStateException

486       throw new IllegalStateException("Unfinished " + type + " statements");
677 throw new IllegalStateException("Must always mock and stub from one thread only. "
963 throw new IllegalStateException("You have outstanding matchers, must be programming error");
1137 /** Helper method to throw an IllegalStateException if given condition is not met. */
1140 throw new IllegalStateException(message);
1144 /** Helper method to throw an IllegalStateException if given condition is not met. */
1147 throw new IllegalStateException();
1283 throw new IllegalStateException("Could not mock this concrete class", e);
1328 throw new IllegalStateException("unsafe create instance failed");