Package com.jcabi.github

Examples of com.jcabi.github.Organizations


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

TOP

Related Classes of com.jcabi.github.Organizations

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.