Lines Matching refs:assertTrue

232 		assertTrue("CreationDate should be the same as set", this.DateTimeEquals(creationDate, result));		  in testGeneralCreationDate()
264assertTrue("ModificationDate should be the same as set", this.DateTimeEquals(modificationDate, res… in testGeneralModificationDate()
298 assertTrue("PrintDate should be the same as set", this.DateTimeEquals(printDate, result)); in testGeneralPrintDate()
317assertTrue("Total editing time >= "+ editingDuration, Integer.compare(editingDuration, xDocPro2.ge… in testGeneralEditingDuration()
318assertTrue("Total editing time <= "+ maxEditingDuration, Integer.compare(xDocPro2.getEditingDurati… in testGeneralEditingDuration()
365 assertTrue("ModificationDate should be empty", in testGeneralReset()
368 assertTrue("PrintDate should be empty", in testGeneralReset()
480 assertTrue("added Text property \""+addedProName+"\" should exist", result != null); in testCustomAddPro_Text()
498 assertTrue("added DateTime property \""+addedProName+"\" should exist", result != null); in testCustomAddPro_DateTime()
499 assertTrue("value of added property should be the same as set", in testCustomAddPro_DateTime()
516 assertTrue("added Date property \""+addedProName+"\" should exist", result != null); in testCustomAddPro_Date()
517 assertTrue("value of added property should be the same as set", in testCustomAddPro_Date()
535 assertTrue("added Date property \""+addedProName+"\" should exist", result != null); in testCustomAddPro_Duration()
536assertTrue("value of added property should the same as set", DurationEquals(addedProDefaultValue, … in testCustomAddPro_Duration()
554 assertTrue("added Number property \""+addedProName+"\" should exist", oResult != null); in testCustomAddPro_Number()
574 assertTrue("added Number property \""+addedProName+"\" should exist", oResult != null); in testCustomAddPro_Boolean()