You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Seeing the following issue with https://tools.ietf.org/html/rfc7950
Results in
Could you clarify why its failing please? Included the abnf in attached zip.
rfc7950.yang.zip
The text was updated successfully, but these errors were encountered: