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
Assertions.assertFalse(errors.stream().filter(er -> er.toString().contains("$.activities[0].chemicalCharacteristic.categoryName: is not defined in the schema")).count() == 1,
95
100
"property categoryName is defined in 'oneOf' the ChemicalCharacteristic component schemas ");
96
101
}
97
102
98
103
@Test
104
+
@Disabled
99
105
publicvoidweightIsMissingOnlyOnce() {
100
106
101
107
Assertions.assertTrue(errors.stream().filter(er -> er.toString().contains("weight: is missing")).count() == 1,
102
108
"property weight is required on activity machine ");
0 commit comments