Updated Medical Faker Test removed static tests

This commit is contained in:
Vikram
2018-09-27 11:08:01 +05:30
parent 4806a44000
commit 80f47403cb
@@ -28,14 +28,4 @@ public class MedicalTest extends AbstractFakerTest {
}
@Test
public void testSymptomStatic() {
assertThat("Infertility (Female)", matchesRegularExpression("([\\w']+\\.?.\\(?[\\w']\\)?( )?){2,15}"));
}
@Test
public void testHospitalStatic() {
assertThat("LSU BOGALUSA MEDICAL CENTER (OUTPATIENT CAMPUS)", matchesRegularExpression("([\\w',]+\\.?.\\(?[\\w']\\)?( )?){2,10}"));
}
}