assertThrows("The very first time, this LiveData should never have been set",RuntimeException.class,()->NotesTestingUtil.getOrAwaitValue(repo.getSyncErrors()));
repo.scheduleSync(account,false);
//noinspection ConstantConditions
assertTrue("In our scenario, we expect an exception of type "+NetworkOnMainThreadException.class.getSimpleName()+" to be handeled.",getOrAwaitValue(repo.getSyncErrors()).stream()
assertEquals("Should read userName in favor of displayName if displayName is NULL","彼得",db.getAccountDao().getAccountById(account.getId()).getDisplayName());