tendomart
tendomart
Yes please, just to make sure nothing is breaking.
yes @subhamkumarr line 25 import static org.junit.Assert.*; avoid imports like which end with .*, always import a specific class that you're using, avoid importing an entire package look at this...
@subhamkumarr have you responded to all the changes which I requested above ?
You have some failing tests.. do you need help in that ? ``` Error: Errors: Error: AllergyValidatorTest.validate_shouldFailIfAllergenIsNull:82 » NullPointer Allergen must not be null Error: AllergyValidatorTest.validate_shouldFailIfPatientIsNull:73 » NullPointer Allergen must...
@mherman22 Got some failing tests at Error: Tests run: 29, Failures: 0, Errors: 1, Skipped: 2, Time elapsed: 2.353 s
``` Error: VisitValidatorTest.validate_shouldFailIfTheStartDatetimeIsAfterAnyEncounter » StackOverflow Error: VisitValidatorTest.validate_shouldFailIfTheStopDatetimeIsBeforeAnyEncounter » StackOverflow ```