5253545556575859606162
public void testGetOrganizations() throws IOException { final MkUser user = new MkUser( new MkStorage.InFile(), "orgTestIterate" ); final Organizations orgs = user.organizations(); MatcherAssert.assertThat( orgs, Matchers.notNullValue() ); }