Package com.jcabi.github

Examples of com.jcabi.github.Limits


     * MkLimits can work.
     * @throws Exception If some problem inside
     */
    @Test
    public void worksWithMockedData() throws Exception {
        final Limits limits = new MkGithub().limits();
        MatcherAssert.assertThat(
            new Limit.Smart(limits.get(Limits.CORE)).limit(),
            Matchers.greaterThan(0)
        );
    }
View Full Code Here

TOP

Related Classes of com.jcabi.github.Limits

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.