Added simple badge class test
This commit is contained in:
parent
f17f8913bc
commit
20ca615e46
@ -48,6 +48,17 @@ public class OB20Tests {
|
||||
});
|
||||
}
|
||||
|
||||
@Test
|
||||
void testSimpleBadgeClassJsonValid() {
|
||||
assertDoesNotThrow(()->{
|
||||
Report report = validator.run(Samples.OB20.JSON.SIMPLE_BADGECLASS.asFileResource());
|
||||
if(verbose) PrintHelper.print(report, true);
|
||||
assertValid(report);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
||||
@Nested
|
||||
static class WarningTests {
|
||||
@BeforeAll
|
||||
|
Loading…
Reference in New Issue
Block a user