예제 #1
0
  protected void assertThreadNotFailed(final Locker t) {
    final Throwable throwable = t.getThrowable();

    if (throwable != null) {
      assertThat(t.getName() + " failed with: " + throwable.getMessage(), false);
    }
  }