Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No enum constant com.github.nradov.abnffuzzer.Terminal.Radix.s #2

Closed
damianoneill opened this issue Jun 24, 2019 · 0 comments
Closed

Comments

@damianoneill
Copy link

Seeing the following issue with https://tools.ietf.org/html/rfc7950

public class YangTest {

    /**
     * Test the {@link UUID#fromString(String)} method.
     * 
     * @throws IOException
     *             if an error occurs while reading a resource
     */
    @Test
    public void testFromFile() throws IOException {

        final Fuzzer f = new Fuzzer(
                YangTest.class.getResourceAsStream("/rfc7950.yang"));
        
    }

}

Results in

Results :

Tests in error:
  testFromFile(com.github.nradov.abnffuzzer.YangTest): No enum constant com.github.nradov.abnffuzzer.Terminal.Radix.s

Tests run: 11, Failures: 0, Errors: 1, Skipped: 0

Could you clarify why its failing please? Included the abnf in attached zip.

rfc7950.yang.zip

@nradov nradov closed this as completed in cb14d0b Dec 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant