Skip to content

Instantly share code, notes, and snippets.

@kaweesi
Created May 22, 2017 18:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaweesi/f3f48aeef319c04721141e4eaeaaf02b to your computer and use it in GitHub Desktop.
Save kaweesi/f3f48aeef319c04721141e4eaeaaf02b to your computer and use it in GitHub Desktop.
Results :
Tests in error:
buildQuery_shouldHandleSimpleParameters(org.openmrs.module.reporting.evaluation.querybuilder.SqlQueryBuilderTest)
buildQuery_shouldHandleListParameters(org.openmrs.module.reporting.evaluation.querybuilder.SqlQueryBuilderTest)
buildQuery_shouldHandleComments(org.openmrs.module.reporting.evaluation.querybuilder.SqlQueryBuilderTest)
getColumns_shouldReturnTheConfiguredColumns(org.openmrs.module.reporting.evaluation.querybuilder.SqlQueryBuilderTest)
buildQuery_shouldHandleListsOfOpenmrsObjectParameters(org.openmrs.module.reporting.evaluation.querybuilder.SqlQueryBuilderTest)
buildQuery_shouldSupportMultipleParametersWithSameName(org.openmrs.module.reporting.evaluation.querybuilder.SqlQueryBuilderTest)
buildQuery_shouldHandleCohortParameters(org.openmrs.module.reporting.evaluation.querybuilder.SqlQueryBuilderTest)
buildQuery_shouldHandleOpenmrsObjectParameters(org.openmrs.module.reporting.evaluation.querybuilder.SqlQueryBuilderTest)
buildQuery_shouldHandleNoParameters(org.openmrs.module.reporting.evaluation.querybuilder.SqlQueryBuilderTest)
buildQuery_shouldSupportParametersThatStartWithSameSequence(org.openmrs.module.reporting.evaluation.querybuilder.SqlQueryBuilderTest)
org.openmrs.module.reporting.evaluation.querybuilder.SqlQueryBuilderTest
evaluate_shouldEvaluateASQLQueryIntoPersonQuery(org.openmrs.module.reporting.query.person.evaluator.SqlPersonQueryEvaluatorTest)
evaluate_shouldFilterResultsGivenABaseFilterInAnEvaluationContext(org.openmrs.module.reporting.query.person.evaluator.SqlPersonQueryEvaluatorTest)
org.openmrs.module.reporting.query.person.evaluator.SqlPersonQueryEvaluatorTest
evaluate_shouldReturnPatientsEnrolledInTheGivenProgramsAfterTheGivenDate(org.openmrs.module.reporting.cohort.definition.evaluator.ProgramEnrollmentCohortDefinitionEvaluatorTest)
evaluate_shouldReturnPatientsEnrolledInTheGivenProgramsBeforeTheGivenDate(org.openmrs.module.reporting.cohort.definition.evaluator.ProgramEnrollmentCohortDefinitionEvaluatorTest)
evaluate_shouldReturnPatientsThatCompletedTheGivenProgramsOnTheGivenDateIfPassedInTimeIsAtMidnight(org.openmrs.module.reporting.cohort.definition.evaluator.ProgramEnrollmentCohortDefinitionEvaluatorTest)
evaluate_shouldReturnPatientsThatCompletedTheGivenProgramsBeforeTheGivenDate(org.openmrs.module.reporting.cohort.definition.evaluator.ProgramEnrollmentCohortDefinitionEvaluatorTest)
evaluate_shouldReturnPatientsEnrolledAtTheGivenLocations(org.openmrs.module.reporting.cohort.definition.evaluator.ProgramEnrollmentCohortDefinitionEvaluatorTest)
evaluate_shouldReturnPatientsEnrolledInTheGivenProgramsOnTheGivenDateIfPassedInTimeIsAtMidnight(org.openmrs.module.reporting.cohort.definition.evaluator.ProgramEnrollmentCohortDefinitionEvaluatorTest)
evaluate_shouldReturnPatientsThatCompletedTheGivenProgramsAfterTheGivenDate(org.openmrs.module.reporting.cohort.definition.evaluator.ProgramEnrollmentCohortDefinitionEvaluatorTest)
org.openmrs.module.reporting.cohort.definition.evaluator.ProgramEnrollmentCohortDefinitionEvaluatorTest
evaluate_shouldSaveSqlCohortDefinition(org.openmrs.module.reporting.cohort.definition.service.BaseCohortDefinitionServiceTest)
org.openmrs.module.reporting.cohort.definition.service.BaseCohortDefinitionServiceTest
evaluate_shouldHandleOr(org.openmrs.module.reporting.query.encounter.evaluator.CompositionEncounterQueryEvaluatorTest)
evaluate_shouldHandleAnd(org.openmrs.module.reporting.query.encounter.evaluator.CompositionEncounterQueryEvaluatorTest)
evaluate_shouldHandleNot(org.openmrs.module.reporting.query.encounter.evaluator.CompositionEncounterQueryEvaluatorTest)
evaluate_shouldHandleParenthesis(org.openmrs.module.reporting.query.encounter.evaluator.CompositionEncounterQueryEvaluatorTest)
org.openmrs.module.reporting.query.encounter.evaluator.CompositionEncounterQueryEvaluatorTest
render_shouldWriteZipIfMoreThanOneDataSet(org.openmrs.module.reporting.report.renderer.DelimitedTextReportRendererTest)
getFilename_shouldBeZipIfMoreThanOneDataSet(org.openmrs.module.reporting.report.renderer.DelimitedTextReportRendererTest)
writeDataSet_shouldBeAbleToWriteUtf8(org.openmrs.module.reporting.report.renderer.DelimitedTextReportRendererTest)
getRenderedContentType_shouldBeZipIfMoreThanOneDataSet(org.openmrs.module.reporting.report.renderer.DelimitedTextReportRendererTest)
shouldLocalizeColumnHeaders(org.openmrs.module.reporting.report.renderer.DelimitedTextReportRendererTest)
writeDataSet_shouldFilterBlacklistedCharacters(org.openmrs.module.reporting.report.renderer.DelimitedTextReportRendererTest)
writeDataSet_shouldBeAbleToWriteLatin1(org.openmrs.module.reporting.report.renderer.DelimitedTextReportRendererTest)
writeDataSet_shouldNotFilterWithNoBlacklist(org.openmrs.module.reporting.report.renderer.DelimitedTextReportRendererTest)
render_shouldWritePlainTextIfOneDataSet(org.openmrs.module.reporting.report.renderer.DelimitedTextReportRendererTest)
getFilename_shouldBeCsvIfOneDataSet(org.openmrs.module.reporting.report.renderer.DelimitedTextReportRendererTest)
getRenderedContentType_shouldBeCsvIfOneDataSet(org.openmrs.module.reporting.report.renderer.DelimitedTextReportRendererTest)
org.openmrs.module.reporting.report.renderer.DelimitedTextReportRendererTest
evaluate_shouldReturnPatientIdsForAllPatientsInTheThePassedContext(org.openmrs.module.reporting.data.person.evaluator.PersonIdDataEvaluatorTest)
org.openmrs.module.reporting.data.person.evaluator.PersonIdDataEvaluatorTest
evaluate_shouldGetPatientsHavingAttributesWithLocationAttributeValues(org.openmrs.module.reporting.cohort.definition.evaluator.PersonAttributeCohortDefinitionEvaluatorTest)
evaluate_shouldGetPatientsHavingAnyAttributes(org.openmrs.module.reporting.cohort.definition.evaluator.PersonAttributeCohortDefinitionEvaluatorTest)
evaluate_shouldGetPatientsWithGivenAttributeTypeAndValues(org.openmrs.module.reporting.cohort.definition.evaluator.PersonAttributeCohortDefinitionEvaluatorTest)
evaluate_shouldGetPatientsHavingAttributesWithAnyGivenAttributeValues(org.openmrs.module.reporting.cohort.definition.evaluator.PersonAttributeCohortDefinitionEvaluatorTest)
org.openmrs.module.reporting.cohort.definition.evaluator.PersonAttributeCohortDefinitionEvaluatorTest
evaluate_shouldReturnAllAgesOnTheDateOfTheGivenDefinition(org.openmrs.module.reporting.data.person.evaluator.AgeAtDateOfOtherDataEvaluatorTest)
org.openmrs.module.reporting.data.person.evaluator.AgeAtDateOfOtherDataEvaluatorTest
evaluate_shouldLimitTheReturnedIdentifierToTheConfiguredLocationIfSet(org.openmrs.module.reporting.data.patient.evaluator.PreferredIdentifierDataEvaluatorTest)
evaluate_shouldReturnThePreferredIdentifierOfThePassedTypeForEachPatientInThePassedContext(org.openmrs.module.reporting.data.patient.evaluator.PreferredIdentifierDataEvaluatorTest)
org.openmrs.module.reporting.data.patient.evaluator.PreferredIdentifierDataEvaluatorTest
testEvaluateInObsContext(org.openmrs.module.reporting.query.obs.evaluator.AllObsQueryEvaluatorTest)
testEvaluateWithEmptyCohort(org.openmrs.module.reporting.query.obs.evaluator.AllObsQueryEvaluatorTest)
testEvaluateInObsContextWithEmptySet(org.openmrs.module.reporting.query.obs.evaluator.AllObsQueryEvaluatorTest)
testEvaluate(org.openmrs.module.reporting.query.obs.evaluator.AllObsQueryEvaluatorTest)
voidTestEvaluateInPatientAndObsContext(org.openmrs.module.reporting.query.obs.evaluator.AllObsQueryEvaluatorTest)
org.openmrs.module.reporting.query.obs.evaluator.AllObsQueryEvaluatorTest
evaluate_shouldEvaluateAMultiParameterDataSetDefinition(org.openmrs.module.reporting.dataset.definition.evaluator.MultiParameterDataSetEvaluatorTest)
org.openmrs.module.reporting.dataset.definition.evaluator.MultiParameterDataSetEvaluatorTest
evaluate_shouldReturnConvertedData(org.openmrs.module.reporting.data.obs.evaluator.ConvertedObsDataEvaluatorTest)
org.openmrs.module.reporting.data.obs.evaluator.ConvertedObsDataEvaluatorTest
evaluate_shouldReturnEmptySetIfInputSetIsEmpty(org.openmrs.module.reporting.data.encounter.evaluator.EncounterLocationDataEvaluatorTest)
evaluate_shouldReturnEncounterLocationsGivenAPatientEvaluationContext(org.openmrs.module.reporting.data.encounter.evaluator.EncounterLocationDataEvaluatorTest)
evaluate_shouldReturnEncounterLocationsGivenAnEncounterEvaluationContext(org.openmrs.module.reporting.data.encounter.evaluator.EncounterLocationDataEvaluatorTest)
org.openmrs.module.reporting.data.encounter.evaluator.EncounterLocationDataEvaluatorTest
evaluate_shouldReturnAllNonVoidedPatientsOptionallyLimitedToThoseInThePassedContext(org.openmrs.module.reporting.cohort.definition.evaluator.AllPatientsCohortDefinitionEvaluatorTest)
org.openmrs.module.reporting.cohort.definition.evaluator.AllPatientsCohortDefinitionEvaluatorTest
evaluate_shouldFilterByLatestCreatedNumber(org.openmrs.module.reporting.query.encounter.evaluator.AuditEncounterQueryEvaluatorTest)
evaluate_shouldFilterByMaxDateCreated(org.openmrs.module.reporting.query.encounter.evaluator.AuditEncounterQueryEvaluatorTest)
evaluate_shouldFilterByEncounterType(org.openmrs.module.reporting.query.encounter.evaluator.AuditEncounterQueryEvaluatorTest)
evaluate_shouldLimitByBaseIdSet(org.openmrs.module.reporting.query.encounter.evaluator.AuditEncounterQueryEvaluatorTest)
evaluate_shouldFilterByMinDateCreated(org.openmrs.module.reporting.query.encounter.evaluator.AuditEncounterQueryEvaluatorTest)
org.openmrs.module.reporting.query.encounter.evaluator.AuditEncounterQueryEvaluatorTest
compareTo_shouldCompareByRequestDateWhenPriorityIsTheSame(org.openmrs.module.reporting.report.ReportRequestTest)
compareTo_shouldCompareByPriority(org.openmrs.module.reporting.report.ReportRequestTest)
org.openmrs.module.reporting.report.ReportRequestTest
testCsvStandardBehavior(org.openmrs.module.reporting.report.renderer.CsvReportRendererTest)
org.openmrs.module.reporting.report.renderer.CsvReportRendererTest
evaluate_shouldReturnAllNamesForAllPersons(org.openmrs.module.reporting.data.person.evaluator.PreferredNameDataEvaluatorTest)
evaluate_shouldReturnEmptyResultSetForEmptyBaseCohort(org.openmrs.module.reporting.data.person.evaluator.PreferredNameDataEvaluatorTest)
evaluate_shouldReturnThePreferredNameForAllPersons(org.openmrs.module.reporting.data.person.evaluator.PreferredNameDataEvaluatorTest)
org.openmrs.module.reporting.data.person.evaluator.PreferredNameDataEvaluatorTest
evaluate(org.openmrs.module.reporting.dataset.definition.evaluator.EvaluatableDataSetEvaluatorTest)
org.openmrs.module.reporting.dataset.definition.evaluator.EvaluatableDataSetEvaluatorTest
evaluate_shouldFindPatientsInSpecifiedStatesOnTheBeforeStartDateIfPassedInTimeIsAtMidnight(org.openmrs.module.reporting.cohort.definition.evaluator.PatientStateCohortDefinitionEvaluatorTest)
evaluate_shouldFindPatientsInSpecifiedStatesForTheSpecifiedLocations(org.openmrs.module.reporting.cohort.definition.evaluator.PatientStateCohortDefinitionEvaluatorTest)
evaluate_shouldReturnPatientsInTheSpecifiedStatesBeforeTheStartDate(org.openmrs.module.reporting.cohort.definition.evaluator.PatientStateCohortDefinitionEvaluatorTest)
evaluate_shouldReturnPatientsInTheSpecifiedStatesBeforeTheEndDate(org.openmrs.module.reporting.cohort.definition.evaluator.PatientStateCohortDefinitionEvaluatorTest)
evaluate_shouldReturnPatientsInTheSpecifiedStatesAfterTheEndDate(org.openmrs.module.reporting.cohort.definition.evaluator.PatientStateCohortDefinitionEvaluatorTest)
evaluate_shouldFindPatientsInSpecifiedStatesOnTheBeforeEndDateIfPassedInTimeIsAtMidnight(org.openmrs.module.reporting.cohort.definition.evaluator.PatientStateCohortDefinitionEvaluatorTest)
evaluate_shouldReturnPatientsInTheSpecifiedStatesAfterTheStartDate(org.openmrs.module.reporting.cohort.definition.evaluator.PatientStateCohortDefinitionEvaluatorTest)
org.openmrs.module.reporting.cohort.definition.evaluator.PatientStateCohortDefinitionEvaluatorTest
testShouldFilterByEncounterTypes(org.openmrs.module.reporting.query.encounter.evaluator.BasicEncounterQueryEvaluatorTest)
testShouldFilterByForms(org.openmrs.module.reporting.query.encounter.evaluator.BasicEncounterQueryEvaluatorTest)
testShouldFilterByWhich(org.openmrs.module.reporting.query.encounter.evaluator.BasicEncounterQueryEvaluatorTest)
testEvaluate(org.openmrs.module.reporting.query.encounter.evaluator.BasicEncounterQueryEvaluatorTest)
testShouldFilterByLocations(org.openmrs.module.reporting.query.encounter.evaluator.BasicEncounterQueryEvaluatorTest)
org.openmrs.module.reporting.query.encounter.evaluator.BasicEncounterQueryEvaluatorTest
evaluate_shouldReturnAllProblemLists(org.openmrs.module.reporting.data.person.evaluator.ObsActiveListPersonDataEvaluatorTest)
org.openmrs.module.reporting.data.person.evaluator.ObsActiveListPersonDataEvaluatorTest
shouldReturnOneMonthAgo(org.openmrs.module.reporting.common.DateUtilTest)
shouldReturnOneHourAgo(org.openmrs.module.reporting.common.DateUtilTest)
shouldReturnAnHourAgo(org.openmrs.module.reporting.common.DateUtilTest)
shouldReturnOneSecondAgo(org.openmrs.module.reporting.common.DateUtilTest)
testParseYmdhms(org.openmrs.module.reporting.common.DateUtilTest)
shouldReturnTenYearsAgo(org.openmrs.module.reporting.common.DateUtilTest)
shouldReturnYesterday(org.openmrs.module.reporting.common.DateUtilTest)
shouldReturnInTheFuture(org.openmrs.module.reporting.common.DateUtilTest)
shouldReturnTenDaysAgo(org.openmrs.module.reporting.common.DateUtilTest)
shouldReturnFiveMonthsAgo(org.openmrs.module.reporting.common.DateUtilTest)
getTimespan_shouldCorrectlyHandleDaylightSavingsTime(org.openmrs.module.reporting.common.DateUtilTest)
shouldReturnThirtySecondsAgo(org.openmrs.module.reporting.common.DateUtilTest)
shouldReturnOneYearAgo(org.openmrs.module.reporting.common.DateUtilTest)
getTimespan_shouldSayOneMonthAgoEvenThoughFebruaryIsShort(org.openmrs.module.reporting.common.DateUtilTest)
shouldReturnSixHoursAgo(org.openmrs.module.reporting.common.DateUtilTest)
org.openmrs.module.reporting.common.DateUtilTest
testGroovyWithAutowired(org.openmrs.module.reporting.definition.library.implementerconfigured.ImplementerConfiguredDataSetDefinitionLibraryComponentTest)
org.openmrs.module.reporting.definition.library.implementerconfigured.ImplementerConfiguredDataSetDefinitionLibraryComponentTest
validate_shouldFailValidationIfStatesIsNull(org.openmrs.module.reporting.validator.PatientStateCohortDefinitionValidatorTest)
validate_shouldFailValidationIfStatesIsEmpty(org.openmrs.module.reporting.validator.PatientStateCohortDefinitionValidatorTest)
validate_shouldPassValidationIfAllFieldsAreCorrect(org.openmrs.module.reporting.validator.PatientStateCohortDefinitionValidatorTest)
org.openmrs.module.reporting.validator.PatientStateCohortDefinitionValidatorTest
evaluate_shouldReturnPatientProgramsThatAreActiveOnAGivenDate(org.openmrs.module.reporting.data.patient.evaluator.ProgramEnrollmentsForPatientDataEvaluatorTest)
evaluate_shouldReturnAListOfPatientProgramsForEachPatient(org.openmrs.module.reporting.data.patient.evaluator.ProgramEnrollmentsForPatientDataEvaluatorTest)
evaluate_shouldReturnPatientProgramsCompletedOnOrBeforeAGivenDate(org.openmrs.module.reporting.data.patient.evaluator.ProgramEnrollmentsForPatientDataEvaluatorTest)
evaluate_shouldReturnPatientProgramsStartedOnOrBeforeAGivenDate(org.openmrs.module.reporting.data.patient.evaluator.ProgramEnrollmentsForPatientDataEvaluatorTest)
evaluate_shouldReturnPatientProgramsCompletedOnOrAfterAGivenDate(org.openmrs.module.reporting.data.patient.evaluator.ProgramEnrollmentsForPatientDataEvaluatorTest)
evaluate_shouldReturnTheFirstPatientProgramByEnrollmentDate(org.openmrs.module.reporting.data.patient.evaluator.ProgramEnrollmentsForPatientDataEvaluatorTest)
evaluate_shouldReturnPatientProgramsStartedOnOrAfterAGivenDate(org.openmrs.module.reporting.data.patient.evaluator.ProgramEnrollmentsForPatientDataEvaluatorTest)
evaluate_shouldReturnTheLastPatientProgramByEnrollmentDate(org.openmrs.module.reporting.data.patient.evaluator.ProgramEnrollmentsForPatientDataEvaluatorTest)
org.openmrs.module.reporting.data.patient.evaluator.ProgramEnrollmentsForPatientDataEvaluatorTest
evaluate_shouldReturnPatientsWithUnknownGenderWhenUnknownAreIncluded(org.openmrs.module.reporting.cohort.definition.evaluator.GenderCohortDefinitionEvaluatorTest)
evaluate_shouldReturnFemalePatientsWhenFemalesAreIncluded(org.openmrs.module.reporting.cohort.definition.evaluator.GenderCohortDefinitionEvaluatorTest)
evaluate_shouldReturnAllNonVoidedPatientsWhenAllAreIncluded(org.openmrs.module.reporting.cohort.definition.evaluator.GenderCohortDefinitionEvaluatorTest)
evaluate_shouldReturnMalePatientsWhenMalesAreIncluded(org.openmrs.module.reporting.cohort.definition.evaluator.GenderCohortDefinitionEvaluatorTest)
evaluate_shouldReturnNoPatientsWhenNoneAreIncluded(org.openmrs.module.reporting.cohort.definition.evaluator.GenderCohortDefinitionEvaluatorTest)
org.openmrs.module.reporting.cohort.definition.evaluator.GenderCohortDefinitionEvaluatorTest
evaluate_shouldSupportIntegerParameter(org.openmrs.module.reporting.cohort.definition.evaluator.SqlCohortDefinitionEvaluatorTest)
evaluate_shouldSupportDateParameter(org.openmrs.module.reporting.cohort.definition.evaluator.SqlCohortDefinitionEvaluatorTest)
evaluate_shouldSupportEmptyIntegerListParameter(org.openmrs.module.reporting.cohort.definition.evaluator.SqlCohortDefinitionEvaluatorTest)
evaluate_shouldSupportIntegerSetParameter(org.openmrs.module.reporting.cohort.definition.evaluator.SqlCohortDefinitionEvaluatorTest)
evaluate_shouldSupportCohortParameter(org.openmrs.module.reporting.cohort.definition.evaluator.SqlCohortDefinitionEvaluatorTest)
evaluate_shouldSupportPatientParameter(org.openmrs.module.reporting.cohort.definition.evaluator.SqlCohortDefinitionEvaluatorTest)
evaluate_shouldSupportIntegerListParameter(org.openmrs.module.reporting.cohort.definition.evaluator.SqlCohortDefinitionEvaluatorTest)
evaluate_shouldSupportPatientSetParameter(org.openmrs.module.reporting.cohort.definition.evaluator.SqlCohortDefinitionEvaluatorTest)
evaluate_shouldSupportEmptyPatientListParameter(org.openmrs.module.reporting.cohort.definition.evaluator.SqlCohortDefinitionEvaluatorTest)
shouldProtectSqlQueryAgainstDatabaseModifications(org.openmrs.module.reporting.cohort.definition.evaluator.SqlCohortDefinitionEvaluatorTest)
evaluate_shouldSupportPatientListParameter(org.openmrs.module.reporting.cohort.definition.evaluator.SqlCohortDefinitionEvaluatorTest)
evaluate_shouldEvaluateDifferentResultsForTheSameQueryWithDifferentParameters(org.openmrs.module.reporting.cohort.definition.evaluator.SqlCohortDefinitionEvaluatorTest)
evaluate_shouldSupportStringParameter(org.openmrs.module.reporting.cohort.definition.evaluator.SqlCohortDefinitionEvaluatorTest)
org.openmrs.module.reporting.cohort.definition.evaluator.SqlCohortDefinitionEvaluatorTest
evaluate_shouldFindPatientsInAStateOnTheOnOrBeforeDateIfPassedInTimeIsAtMidnight(org.openmrs.module.reporting.cohort.definition.evaluator.InStateCohortDefinitionEvaluatorTest)
evaluate_shouldReturnNoPatientsIfNoneHaveTheGivenState(org.openmrs.module.reporting.cohort.definition.evaluator.InStateCohortDefinitionEvaluatorTest)
evaluate_shouldReturnPatientsEnrolledInTheGivenProgramsAtTheGivenLocations(org.openmrs.module.reporting.cohort.definition.evaluator.InStateCohortDefinitionEvaluatorTest)
evaluate_shouldReturnPatientsEnrolledAtEvaluationDateIfNoOtherDatesSupplied(org.openmrs.module.reporting.cohort.definition.evaluator.InStateCohortDefinitionEvaluatorTest)
evaluate_shouldReturnPatientsInGivenStateOnGivenDate(org.openmrs.module.reporting.cohort.definition.evaluator.InStateCohortDefinitionEvaluatorTest)
evaluate_shouldReturnPatientsInTheGivenStateOnOrBeforeTheGivenStartDate(org.openmrs.module.reporting.cohort.definition.evaluator.InStateCohortDefinitionEvaluatorTest)
evaluate_shouldReturnPatientsInTheGivenStateOnOrAfterTheGivenEndDate(org.openmrs.module.reporting.cohort.definition.evaluator.InStateCohortDefinitionEvaluatorTest)
org.openmrs.module.reporting.cohort.definition.evaluator.InStateCohortDefinitionEvaluatorTest
testEvaluateForMultipleObs(org.openmrs.module.reporting.data.encounter.evaluator.ObsForEncounterEvaluatorTest)
testEvaluateForSingleObsWhenInPatientContext(org.openmrs.module.reporting.data.encounter.evaluator.ObsForEncounterEvaluatorTest)
testShouldReturnEmptySetWhenInputSetIsEmpty(org.openmrs.module.reporting.data.encounter.evaluator.ObsForEncounterEvaluatorTest)
testMakeSureEmptyListEntryEvenIfNoMatchingObsInGroup(org.openmrs.module.reporting.data.encounter.evaluator.ObsForEncounterEvaluatorTest)
testMakeSureEmptySingleEntryEvenIfNoMatchingObsInGroup(org.openmrs.module.reporting.data.encounter.evaluator.ObsForEncounterEvaluatorTest)
testEvaluateForSingleObs(org.openmrs.module.reporting.data.encounter.evaluator.ObsForEncounterEvaluatorTest)
org.openmrs.module.reporting.data.encounter.evaluator.ObsForEncounterEvaluatorTest
testConceptName(org.openmrs.module.reporting.template.HandlebarsHelpersTest)
testFormatDate(org.openmrs.module.reporting.template.HandlebarsHelpersTest)
testMessage(org.openmrs.module.reporting.template.HandlebarsHelpersTest)
org.openmrs.module.reporting.template.HandlebarsHelpersTest
evaluate_shouldEvaluateDataSetDefinition(org.openmrs.module.reporting.dataset.definition.evaluator.VisitDataSetEvaluatorTest)
org.openmrs.module.reporting.dataset.definition.evaluator.VisitDataSetEvaluatorTest
testEvaluateForMultipleObs(org.openmrs.module.reporting.data.obs.evaluator.GroupMemberObsDataEvaluatorTest)
testMakeSureWorksIfBaseObsContextIsEmptyList(org.openmrs.module.reporting.data.obs.evaluator.GroupMemberObsDataEvaluatorTest)
testEvaluateForSingleObs(org.openmrs.module.reporting.data.obs.evaluator.GroupMemberObsDataEvaluatorTest)
org.openmrs.module.reporting.data.obs.evaluator.GroupMemberObsDataEvaluatorTest
getPatientsHavingEncounters_shouldGetPatientsHavingEncountersWithASpecifiedProvider(org.openmrs.module.reporting.cohort.query.service.CohortQueryServiceTest)
org.openmrs.module.reporting.cohort.query.service.CohortQueryServiceTest
evaluate_shouldExportPersonData(org.openmrs.module.reporting.dataset.definition.evaluator.PatientDataSetEvaluatorTest)
evaluate_shouldExportAndFlattenAMultiValueDataItem(org.openmrs.module.reporting.dataset.definition.evaluator.PatientDataSetEvaluatorTest)
evaluate_shouldExportParameterizedData(org.openmrs.module.reporting.dataset.definition.evaluator.PatientDataSetEvaluatorTest)
evaluate_shouldExportConvertedData(org.openmrs.module.reporting.dataset.definition.evaluator.PatientDataSetEvaluatorTest)
evaluate_shouldExportPatientData(org.openmrs.module.reporting.dataset.definition.evaluator.PatientDataSetEvaluatorTest)
evaluate_shouldExportAMultiColumnDataItem(org.openmrs.module.reporting.dataset.definition.evaluator.PatientDataSetEvaluatorTest)
evaluate_shouldFailToExportEncounterData(org.openmrs.module.reporting.dataset.definition.evaluator.PatientDataSetEvaluatorTest)
evaluate_shouldEvaluateAgainstALimitedPatientSet(org.openmrs.module.reporting.dataset.definition.evaluator.PatientDataSetEvaluatorTest)
org.openmrs.module.reporting.dataset.definition.evaluator.PatientDataSetEvaluatorTest
testXlsReportRenderingWithHeaders(org.openmrs.module.reporting.report.renderer.XlsReportRendererTest)
renderToXlsWithPassword(org.openmrs.module.reporting.report.renderer.XlsReportRendererTest)
testXlsReportRenderingWithoutHeaders(org.openmrs.module.reporting.report.renderer.XlsReportRendererTest)
org.openmrs.module.reporting.report.renderer.XlsReportRendererTest
evaluate_shouldSupportIntegerParameter(org.openmrs.module.reporting.cohort.definition.evaluator.OptionalParameterCohortDefinitionEvaluatorTest)
org.openmrs.module.reporting.cohort.definition.evaluator.OptionalParameterCohortDefinitionEvaluatorTest
evaluate_shouldThrowAnErrorIfNoCalculationRegistrationExistsOnTheDefinition(org.openmrs.module.reporting.data.patient.evaluator.PatientCalculationDataEvaluatorTest)
evaluate_shouldReturnDataGeneratedByTheCalculationReferencedByTheDefinition(org.openmrs.module.reporting.data.patient.evaluator.PatientCalculationDataEvaluatorTest)
org.openmrs.module.reporting.data.patient.evaluator.PatientCalculationDataEvaluatorTest
shouldEvaluteIndicatorWithNoParameters(org.openmrs.module.reporting.indicator.CohortIndicatorDataSetEvaluatorTest)
org.openmrs.module.reporting.indicator.CohortIndicatorDataSetEvaluatorTest
evaluate_shouldReturnPersonDataByForEachPatientInThePassedCohort(org.openmrs.module.reporting.data.patient.evaluator.PersonToPatientDataEvaluatorTest)
org.openmrs.module.reporting.data.patient.evaluator.PersonToPatientDataEvaluatorTest
validate_shouldFailValidationIfSearchesIsNull(org.openmrs.module.reporting.validator.CompositionCohortDefinitionValidatorTest)
validate_shouldFailValidationIfCompositionStringIsNull(org.openmrs.module.reporting.validator.CompositionCohortDefinitionValidatorTest)
validate_shouldPassValidationIfAllFieldsAreCorrect(org.openmrs.module.reporting.validator.CompositionCohortDefinitionValidatorTest)
validate_shouldFailValidationIfSearchesIsEmpty(org.openmrs.module.reporting.validator.CompositionCohortDefinitionValidatorTest)
validate_shouldFailValidationIfCompositionStringIsEmpty(org.openmrs.module.reporting.validator.CompositionCohortDefinitionValidatorTest)
org.openmrs.module.reporting.validator.CompositionCohortDefinitionValidatorTest
getPatientsHavingRangedObs_shouldGetPatientsWhoseMaximumObsOfASpecifiedConceptInASpecifiedEncounterTypeIsEqualsToASpecifiedValue(org.openmrs.module.reporting.cohort.definition.evaluator.NumericObsCohortDefinitionEvaluatorTest)
evaluate_shouldTestLastWithManyPropertiesSpecified(org.openmrs.module.reporting.cohort.definition.evaluator.NumericObsCohortDefinitionEvaluatorTest)
getPatientsHavingRangedObs_shouldGetPatientsWhoseFirstObsOfASpecifiedConceptInASpecifiedEncounterTypeIsInARange(org.openmrs.module.reporting.cohort.definition.evaluator.NumericObsCohortDefinitionEvaluatorTest)
getPatientsHavingRangedObs_shouldGetPatientsWhoseMaximumObsOfASpecifiedConceptIsEqualToASpecifiedValue(org.openmrs.module.reporting.cohort.definition.evaluator.NumericObsCohortDefinitionEvaluatorTest)
getPatientsHavingRangedObs_shouldGetPatientsWhoseFirstObsOfASpecifiedConceptIsInARange(org.openmrs.module.reporting.cohort.definition.evaluator.NumericObsCohortDefinitionEvaluatorTest)
getPatientsHavingRangedObs_shouldGetPatientsWithAnyObsOfASpecifiedConcept(org.openmrs.module.reporting.cohort.definition.evaluator.NumericObsCohortDefinitionEvaluatorTest)
evaluate_shouldGetPatientsWithAnyObsOfASpecifiedConcept(org.openmrs.module.reporting.cohort.definition.evaluator.NumericObsCohortDefinitionEvaluatorTest)
getPatientsHavingRangedObs_shouldGetPatientsWithAnyObsOfASpecifiedConceptInASpecifiedEncounterType(org.openmrs.module.reporting.cohort.definition.evaluator.NumericObsCohortDefinitionEvaluatorTest)
evaluate_shouldTestAnyWithManyPropertiesSpecified(org.openmrs.module.reporting.cohort.definition.evaluator.NumericObsCohortDefinitionEvaluatorTest)
evaluate_shouldTestAvgWithManyPropertiesSpecified(org.openmrs.module.reporting.cohort.definition.evaluator.NumericObsCohortDefinitionEvaluatorTest)
getPatientsHavingRangedObs_shouldGetPatientsWithAQueryWithAllParameters(org.openmrs.module.reporting.cohort.definition.evaluator.NumericObsCohortDefinitionEvaluatorTest)
org.openmrs.module.reporting.cohort.definition.evaluator.NumericObsCohortDefinitionEvaluatorTest
evaluate_shouldReturnAllBirthDatesForAllPersons(org.openmrs.module.reporting.data.person.evaluator.PersonAttributeDataEvaluatorTest)
org.openmrs.module.reporting.data.person.evaluator.PersonAttributeDataEvaluatorTest
convert_shouldConvertAPersonAddressIntoAStringUsingAFormatExpression(org.openmrs.module.reporting.data.converter.PersonAddressConverterTest)
org.openmrs.module.reporting.data.converter.PersonAddressConverterTest
shouldFormatSheetTitle(org.openmrs.module.reporting.common.ExcelUtilTest)
shouldCheckWhetherCellValueIsSet(org.openmrs.module.reporting.common.ExcelUtilTest)
shouldGetCellContents(org.openmrs.module.reporting.common.ExcelUtilTest)
shouldAddStyle(org.openmrs.module.reporting.common.ExcelUtilTest)
shouldSetCellContents(org.openmrs.module.reporting.common.ExcelUtilTest)
org.openmrs.module.reporting.common.ExcelUtilTest
evaluate_shouldFilterResultsGivenABaseObsQueryInAnEvaluationContext(org.openmrs.module.reporting.query.obs.evaluator.SqlObsQueryEvaluatorTest)
evaluate_shouldFilterResultsGivenABaseCohortInAnEvaluationContext(org.openmrs.module.reporting.query.obs.evaluator.SqlObsQueryEvaluatorTest)
evaluate_shouldEvaluateASQLQueryIntoAnObsQuery(org.openmrs.module.reporting.query.obs.evaluator.SqlObsQueryEvaluatorTest)
org.openmrs.module.reporting.query.obs.evaluator.SqlObsQueryEvaluatorTest
testEncounterDatetime(org.openmrs.module.reporting.data.encounter.library.BuiltInEncounterDataLibraryTest)
testEncounterId(org.openmrs.module.reporting.data.encounter.library.BuiltInEncounterDataLibraryTest)
testEncounterDateCreated(org.openmrs.module.reporting.data.encounter.library.BuiltInEncounterDataLibraryTest)
testEncounterTypeName(org.openmrs.module.reporting.data.encounter.library.BuiltInEncounterDataLibraryTest)
testPatientId(org.openmrs.module.reporting.data.encounter.library.BuiltInEncounterDataLibraryTest)
testLocationName(org.openmrs.module.reporting.data.encounter.library.BuiltInEncounterDataLibraryTest)
org.openmrs.module.reporting.data.encounter.library.BuiltInEncounterDataLibraryTest
shouldEvaluateExpression(org.openmrs.module.reporting.evaluation.EvaluationContextTest)
evaluateParameterExpression_shouldFailForBadExpressions(org.openmrs.module.reporting.evaluation.EvaluationContextTest)
shouldEvaluatePredefinedParameters(org.openmrs.module.reporting.evaluation.EvaluationContextTest)
shouldParseParameterNameFromExpression(org.openmrs.module.reporting.evaluation.EvaluationContextTest)
org.openmrs.module.reporting.evaluation.EvaluationContextTest
evaluate_shouldReturnEncounterVisitsGivenAnEncounterEvaluationContext(org.openmrs.module.reporting.data.encounter.evaluator.EncounterVisitDataEvaluatorTest)
org.openmrs.module.reporting.data.encounter.evaluator.EncounterVisitDataEvaluatorTest
evaluate_shouldReturnPatientIdsForAllPatientsInTheThePassedContext(org.openmrs.module.reporting.data.patient.evaluator.PatientObjectDataEvaluatorTest)
org.openmrs.module.reporting.data.patient.evaluator.PatientObjectDataEvaluatorTest
testBasicEvaluation(org.openmrs.module.reporting.dataset.definition.evaluator.ObsDataSetEvaluatorTest)
org.openmrs.module.reporting.dataset.definition.evaluator.ObsDataSetEvaluatorTest
evaluate_shouldFindAnEncounterOnTheOnOrBeforeDateIfPassedInTimeIsAtMidnight(org.openmrs.module.reporting.query.encounter.evaluator.MostRecentEncounterForPatientQueryEvaluatorTest)
org.openmrs.module.reporting.query.encounter.evaluator.MostRecentEncounterForPatientQueryEvaluatorTest
testEvaluate(org.openmrs.module.reporting.data.encounter.evaluator.AgeAtEncounterDataEvaluatorTest)
org.openmrs.module.reporting.data.encounter.evaluator.AgeAtEncounterDataEvaluatorTest
validate_shouldPassValidationIfAllFieldsAreCorrect(org.openmrs.module.reporting.validator.LogicCohortDefinitionValidatorTest)
validate_shouldFailValidationIfLogicIsEmptyString(org.openmrs.module.reporting.validator.LogicCohortDefinitionValidatorTest)
validate_shouldFailValidationIfLogicIsNull(org.openmrs.module.reporting.validator.LogicCohortDefinitionValidatorTest)
org.openmrs.module.reporting.validator.LogicCohortDefinitionValidatorTest
evaluate_shouldEvaluateAnPatientData(org.openmrs.module.reporting.data.patient.service.PatientDataServiceImplTest)
evaluate_shouldRemoveTestPatientsFromExistingBaseCohort(org.openmrs.module.reporting.data.patient.service.PatientDataServiceImplTest)
evaluate_shouldRemoveTestPatientsUsingLibraryDefinition(org.openmrs.module.reporting.data.patient.service.PatientDataServiceImplTest)
evaluate_shouldPerformABatchedEvaluation(org.openmrs.module.reporting.data.patient.service.PatientDataServiceImplTest)
evaluate_shouldRemoveTestPatientsWhenNoBaseCohortSpecified(org.openmrs.module.reporting.data.patient.service.PatientDataServiceImplTest)
saveDefinition_shouldSaveAnPatientData(org.openmrs.module.reporting.data.patient.service.PatientDataServiceImplTest)
org.openmrs.module.reporting.data.patient.service.PatientDataServiceImplTest
testEvaluateWithParameterValues(org.openmrs.module.reporting.cohort.definition.evaluator.DefinitionLibraryCohortDefinitionEvaluatorTest)
testEvaluateWithNoParameters(org.openmrs.module.reporting.cohort.definition.evaluator.DefinitionLibraryCohortDefinitionEvaluatorTest)
testCachingDoesNotHappenIncorrectly(org.openmrs.module.reporting.cohort.definition.evaluator.DefinitionLibraryCohortDefinitionEvaluatorTest)
org.openmrs.module.reporting.cohort.definition.evaluator.DefinitionLibraryCohortDefinitionEvaluatorTest
evaluate_shouldEvaluateASQLDataSetDefinitionWithInStatement(org.openmrs.module.reporting.dataset.definition.evaluator.SqlDataSetEvaluatorTest)
buildQuery_shouldThrowAnExceptionIfDuplicateColumnsExist(org.openmrs.module.reporting.dataset.definition.evaluator.SqlDataSetEvaluatorTest)
evaluate_shouldEvaluateASQLDataSetDefinition(org.openmrs.module.reporting.dataset.definition.evaluator.SqlDataSetEvaluatorTest)
evaluate_shouldHandleMetadataListParameters(org.openmrs.module.reporting.dataset.definition.evaluator.SqlDataSetEvaluatorTest)
evaluate_shouldProtectSQLQueryAgainstDatabaseModifications(org.openmrs.module.reporting.dataset.definition.evaluator.SqlDataSetEvaluatorTest)
evaluate_shouldEvaluateASQLDataSetDefinitionWithParameters(org.openmrs.module.reporting.dataset.definition.evaluator.SqlDataSetEvaluatorTest)
evaluate_shouldHandleBooleanParameters(org.openmrs.module.reporting.dataset.definition.evaluator.SqlDataSetEvaluatorTest)
org.openmrs.module.reporting.dataset.definition.evaluator.SqlDataSetEvaluatorTest
shouldReturnNullIfNoMatchingObs(org.openmrs.module.reporting.data.converter.ObsFromObsGroupConverterTest)
shouldReturnObsFromObsGroup(org.openmrs.module.reporting.data.converter.ObsFromObsGroupConverterTest)
org.openmrs.module.reporting.data.converter.ObsFromObsGroupConverterTest
getReportProcessorConfigurationByUuid_shouldRetrieveASavedReportProcessorConfigurationByUuid(org.openmrs.module.reporting.report.service.ReportServiceTest)
runReport_shouldNotRenderTheReportIfAWebRendererIsSpecified(org.openmrs.module.reporting.report.service.ReportServiceTest)
shouldRetrieveAllGlobalProcessorsAfterAddingGlobalProcessor(org.openmrs.module.reporting.report.service.ReportServiceTest)
saveReport_shouldSaveSuccessfullyIfNotCached(org.openmrs.module.reporting.report.service.ReportServiceTest)
runReport_shouldNotExecuteTestReportProcessorDifferentRenderers(org.openmrs.module.reporting.report.service.ReportServiceTest)
shouldReadProcessorModeEnumCorrectly(org.openmrs.module.reporting.report.service.ReportServiceTest)
shouldRetrieveAllGlobalProcessors(org.openmrs.module.reporting.report.service.ReportServiceTest)
getReportProcessorConfiguration_shouldRetrieveASavedReportProcessorConfigurationById(org.openmrs.module.reporting.report.service.ReportServiceTest)
shouldSaveReportDefinition(org.openmrs.module.reporting.report.service.ReportServiceTest)
runReport_shouldSetUuidOnTheRequest(org.openmrs.module.reporting.report.service.ReportServiceTest)
getAllReportProcessorConfigurations_shouldRetrieveAllSavedReportProcessorConfigurationsIncludingRetiredIfSpecified(org.openmrs.module.reporting.report.service.ReportServiceTest)
runReport_shouldRenderTheReportIfAPlainRendererIsSpecified(org.openmrs.module.reporting.report.service.ReportServiceTest)
runReport_shouldNotExecuteTestReportProcessorNotAutomatic(org.openmrs.module.reporting.report.service.ReportServiceTest)
getReportProcessorConfigurations_shouldRetrieveAllNonretiredReportProcessorConfigurationsThatAreAssignableToThePassedType(org.openmrs.module.reporting.report.service.ReportServiceTest)
runReport_shouldSetTheEvaluationDateOnTheContextFromTheRequest(org.openmrs.module.reporting.report.service.ReportServiceTest)
purgeReportProcessorConfiguration_shouldDeleteASavedReportProcessorConfiguration(org.openmrs.module.reporting.report.service.ReportServiceTest)
runReport_shouldAllowDynamicParameters(org.openmrs.module.reporting.report.service.ReportServiceTest)
saveReportProcessorConfiguration_shouldSaveAReportProcessorConfiguration(org.openmrs.module.reporting.report.service.ReportServiceTest)
runReport_shouldExecuteTestReportProcessor(org.openmrs.module.reporting.report.service.ReportServiceTest)
runReport_shouldUseCurrentDateAsEvaluationDateIfNotProvidedByTheRequest(org.openmrs.module.reporting.report.service.ReportServiceTest)
shouldSaveReportDefinitionWithProcessor(org.openmrs.module.reporting.report.service.ReportServiceTest)
runReport_shouldLogMessagesToReportRequestLogFile(org.openmrs.module.reporting.report.service.ReportServiceTest)
org.openmrs.module.reporting.report.service.ReportServiceTest
testBirthdate(org.openmrs.module.reporting.data.patient.library.BuiltInPatientDataLibraryTest)
testPreferredFamilyName(org.openmrs.module.reporting.data.patient.library.BuiltInPatientDataLibraryTest)
testAgeAtStart(org.openmrs.module.reporting.data.patient.library.BuiltInPatientDataLibraryTest)
testAgeAtEnd(org.openmrs.module.reporting.data.patient.library.BuiltInPatientDataLibraryTest)
org.openmrs.module.reporting.data.patient.library.BuiltInPatientDataLibraryTest
evaluate_shouldReturnPersonDataByForEachObsInContext(org.openmrs.module.reporting.data.obs.evaluator.PersonToObsEvaluatorTest)
evaluate_shouldEmptySetIfObsSetEmtpy(org.openmrs.module.reporting.data.obs.evaluator.PersonToObsEvaluatorTest)
org.openmrs.module.reporting.data.obs.evaluator.PersonToObsEvaluatorTest
testEvaluate(org.openmrs.module.reporting.data.obs.evaluator.ObsIdDataEvaluatorTest)
org.openmrs.module.reporting.data.obs.evaluator.ObsIdDataEvaluatorTest
evaluate_shouldSupportIntegerParameter(org.openmrs.module.reporting.cohort.definition.evaluator.ConditionalParameterCohortDefinitionEvaluatorTest)
org.openmrs.module.reporting.cohort.definition.evaluator.ConditionalParameterCohortDefinitionEvaluatorTest
testEvaluate(org.openmrs.module.reporting.dataset.definition.evaluator.CohortsWithVaryingParametersDataSetEvaluatorTest)
org.openmrs.module.reporting.dataset.definition.evaluator.CohortsWithVaryingParametersDataSetEvaluatorTest
convert_shouldConvertAnObjectIntoItsStringRepresentationIfNotFormatIsConfigured(org.openmrs.module.reporting.data.converter.PropertyConverterTest)
convert_shouldConvertAnObjectIntoItsPropertyWhoseNameIsTheConfiguredFormat(org.openmrs.module.reporting.data.converter.PropertyConverterTest)
org.openmrs.module.reporting.data.converter.PropertyConverterTest
saveDefinition_shouldSaveAnPersonData(org.openmrs.module.reporting.data.person.service.PersonDataServiceImplTest)
evaluate_shouldEvaluateAnPersonData(org.openmrs.module.reporting.data.person.service.PersonDataServiceImplTest)
org.openmrs.module.reporting.data.person.service.PersonDataServiceImplTest
evaluate_shouldTestLastWithManyPropertiesSpecified(org.openmrs.module.reporting.cohort.definition.evaluator.CodedObsCohortDefinitionEvaluatorTest)
evaluate_shouldTestAnyWithManyPropertiesSpecified(org.openmrs.module.reporting.cohort.definition.evaluator.CodedObsCohortDefinitionEvaluatorTest)
evaluate_shouldTestThatObsAreRestrictedByEncounterType(org.openmrs.module.reporting.cohort.definition.evaluator.CodedObsCohortDefinitionEvaluatorTest)
org.openmrs.module.reporting.cohort.definition.evaluator.CodedObsCohortDefinitionEvaluatorTest
evaluate_shouldFilterByEncounterLocation(org.openmrs.module.reporting.query.encounter.evaluator.ObsForEncounterQueryEvaluatorTest)
evaluate_shouldFilterByMinValueExclusive(org.openmrs.module.reporting.query.encounter.evaluator.ObsForEncounterQueryEvaluatorTest)
evaluate_shouldFilterByCodedValuesToInclude(org.openmrs.module.reporting.query.encounter.evaluator.ObsForEncounterQueryEvaluatorTest)
evaluate_shouldFilterByMinValueInclusive(org.openmrs.module.reporting.query.encounter.evaluator.ObsForEncounterQueryEvaluatorTest)
evaluate_shouldFilterByType(org.openmrs.module.reporting.query.encounter.evaluator.ObsForEncounterQueryEvaluatorTest)
evaluate_shouldFilterByEncounterDate(org.openmrs.module.reporting.query.encounter.evaluator.ObsForEncounterQueryEvaluatorTest)
evaluate_shouldFilterByMaxValueExclusive(org.openmrs.module.reporting.query.encounter.evaluator.ObsForEncounterQueryEvaluatorTest)
evaluate_shouldFilterByMaxValueInclusive(org.openmrs.module.reporting.query.encounter.evaluator.ObsForEncounterQueryEvaluatorTest)
org.openmrs.module.reporting.query.encounter.evaluator.ObsForEncounterQueryEvaluatorTest
evaluate_shouldReturnEmptySetIfInputSetEmpty(org.openmrs.module.reporting.data.visit.evaluator.PatientToVisitDataEvaluatorTest)
evaluate_shouldReturnPatientDataForEachVisitInThePassedContext(org.openmrs.module.reporting.data.visit.evaluator.PatientToVisitDataEvaluatorTest)
org.openmrs.module.reporting.data.visit.evaluator.PatientToVisitDataEvaluatorTest
evaluate_shouldSupportIntegerParameter(org.openmrs.module.reporting.query.encounter.evaluator.ConditionalParameterEncounterQueryEvaluatorTest)
org.openmrs.module.reporting.query.encounter.evaluator.ConditionalParameterEncounterQueryEvaluatorTest
whereEqual_shouldConstrainByArray(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
whereEqual_shouldConstrainByIdSet(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
whereLessOrEqualTo_shouldConstrainDateByExactTimeIfNotMidnight(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
testDefaultAliasForComplexQuery(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
from_shouldDoAnImplicitInnerJoin(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
whereEqual_shouldConstrainAgainstAnyTimeDuringDateIfMidnight(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
whereIn_shouldConstrainByArray(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
whereEqual_shouldConstrainAgainstASimpleValue(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
whereLess_shouldConstrainDateByEndOfDayIfMidnightPassedIn(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
testAliasUsingSeparator(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
from_shouldAllowAnAlias(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
whereEqual_shouldConstrainAgainstExactDatetimeIfNotMidnight(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
testImplicitAliasForProperty(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
where_shouldSupportAnArbitraryConstraint(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
whereEqual_shouldNotConstrainIfValuesAreNull(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
testDefaultAliasForAggregation(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
leftOuterJoin_shouldJoin(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
whereEqual_shouldConstrainAgainstAnOpenmrsObject(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
whereLike_shouldConstrainByLike(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
select_shouldSelectTheConfiguredColumns(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
orderAsc_shouldOrderAscending(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
whereGreater_shouldConstrainColumnsGreaterThanValue(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
whereBetweenInclusive_shouldConstrainBetweenValues(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
testExplicitAliasForProperty(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
whereLess_shouldConstrainDateByExactTimeIfNotMidnight(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
whereLessOrEqualTo_shouldConstrainDateByEndOfDayIfMidnightPassedIn(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
whereLessOrEqualTo_shouldConstrainColumnsLessOrEqualToValue(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
from_shouldNotRequireAnAlias(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
whereIn_shouldConstrainByCollection(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
whereGreaterOrEqualTo_shouldConstrainColumnsGreaterOrEqualToValue(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
innerJoin_shouldJoin(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
whereEqual_shouldConstrainByCohort(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
whereLess_shouldConstrainColumnsLessThanValue(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
whereVisitId_shouldConstrainByVisit(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
orderDesc_shouldOrderDescending(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
from_shouldExcludedVoidedByDefault(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
from_shouldSupportIncludingVoided(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
whereEqual_shouldConstrainByCollection(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
whereNull_shouldConstrainAgainstNullValues(org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest)
org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest
evaluate_shouldReturnEmptySetIfInputSetEmpty(org.openmrs.module.reporting.data.encounter.evaluator.PatientToEncounterDataEvaluatorTest)
evaluate_shouldReturnPatientDataForEachEncounterInThePassedContext(org.openmrs.module.reporting.data.encounter.evaluator.PatientToEncounterDataEvaluatorTest)
org.openmrs.module.reporting.data.encounter.evaluator.PatientToEncounterDataEvaluatorTest
evaluate_shouldEvaluateAMultiPeriodIndicatorDataSetDefinition(org.openmrs.module.reporting.dataset.definition.evaluator.MultiPeriodIndicatorDataSetEvaluatorTest)
org.openmrs.module.reporting.dataset.definition.evaluator.MultiPeriodIndicatorDataSetEvaluatorTest
integration(org.openmrs.module.reporting.evaluation.EvaluationProfilerTest)
org.openmrs.module.reporting.evaluation.EvaluationProfilerTest
testEvaluateExcludingValue(org.openmrs.module.reporting.cohort.definition.evaluator.EncounterWithCodedObsCohortDefinitionEvaluatorTest)
testEvaluateIncludingValue(org.openmrs.module.reporting.cohort.definition.evaluator.EncounterWithCodedObsCohortDefinitionEvaluatorTest)
testEvaluateNullValue(org.openmrs.module.reporting.cohort.definition.evaluator.EncounterWithCodedObsCohortDefinitionEvaluatorTest)
testDateRange(org.openmrs.module.reporting.cohort.definition.evaluator.EncounterWithCodedObsCohortDefinitionEvaluatorTest)
org.openmrs.module.reporting.cohort.definition.evaluator.EncounterWithCodedObsCohortDefinitionEvaluatorTest
testEvaluate(org.openmrs.module.reporting.data.visit.evaluator.SqlVisitDataEvaluatorTest)
org.openmrs.module.reporting.data.visit.evaluator.SqlVisitDataEvaluatorTest
shouldReturnEncountersInActiveVisit(org.openmrs.module.reporting.data.encounter.evaluator.EncountersForPatientDataEvaluatorTest)
org.openmrs.module.reporting.data.encounter.evaluator.EncountersForPatientDataEvaluatorTest
shouldHaveAllInheritedAnnotatedFieldsAsParameters(org.openmrs.module.reporting.evaluation.parameter.ParameterUtilTest)
shouldHaveAllAnnotatedFieldsAsParameters(org.openmrs.module.reporting.evaluation.parameter.ParameterUtilTest)
org.openmrs.module.reporting.evaluation.parameter.ParameterUtilTest
testEvaluate(org.openmrs.module.reporting.data.encounter.evaluator.SimultaneousEncountersDataEvaluatorTest)
testEvaluate_shouldReturnEmptySetIfInputSetEmpty(org.openmrs.module.reporting.data.encounter.evaluator.SimultaneousEncountersDataEvaluatorTest)
org.openmrs.module.reporting.data.encounter.evaluator.SimultaneousEncountersDataEvaluatorTest
evaluate_shouldReturnAllEncountersOfTheSpecifiedTypesInOrderForEachPatient(org.openmrs.module.reporting.data.patient.evaluator.EncountersForPatientDataEvaluatorTest)
org.openmrs.module.reporting.data.patient.evaluator.EncountersForPatientDataEvaluatorTest
evaluate_shouldEvaluateAnPersonQuery(org.openmrs.module.reporting.query.person.service.PersonQueryServiceImplTest)
saveDefinition_shouldSaveAnPersonQuery(org.openmrs.module.reporting.query.person.service.PersonQueryServiceImplTest)
org.openmrs.module.reporting.query.person.service.PersonQueryServiceImplTest
evaluate(org.openmrs.module.reporting.cohort.definition.evaluator.EvaluatableCohortDefinitionEvaluatorTest)
org.openmrs.module.reporting.cohort.definition.evaluator.EvaluatableCohortDefinitionEvaluatorTest
purgeDefinition_shouldPurgeReportDesigns(org.openmrs.module.reporting.report.definition.service.ReportDefinitionServiceImplTest)
org.openmrs.module.reporting.report.definition.service.ReportDefinitionServiceImplTest
testEvaluateWithParameters(org.openmrs.module.reporting.data.patient.evaluator.DefinitionLibraryPatientDataEvaluatorTest)
testEvaluateWithParameterValuesFromContext(org.openmrs.module.reporting.data.patient.evaluator.DefinitionLibraryPatientDataEvaluatorTest)
testEvaluateWithNoParameters(org.openmrs.module.reporting.data.patient.evaluator.DefinitionLibraryPatientDataEvaluatorTest)
org.openmrs.module.reporting.data.patient.evaluator.DefinitionLibraryPatientDataEvaluatorTest
validate_shouldFailValidationIfProgramsIsNull(org.openmrs.module.reporting.validator.ProgramEnrollmentCohortDefinitionValidatorTest)
validate_shouldFailValidationIfProgramsIsEmpty(org.openmrs.module.reporting.validator.ProgramEnrollmentCohortDefinitionValidatorTest)
validate_shouldPassValidationIfAllFieldsAreCorrect(org.openmrs.module.reporting.validator.ProgramEnrollmentCohortDefinitionValidatorTest)
org.openmrs.module.reporting.validator.ProgramEnrollmentCohortDefinitionValidatorTest
evaluate_shouldReturnConvertedData(org.openmrs.module.reporting.data.person.evaluator.ConvertedPersonDataEvaluatorTest)
org.openmrs.module.reporting.data.person.evaluator.ConvertedPersonDataEvaluatorTest
validate_shouldFailValidationIfBaseDefinitionIsNull(org.openmrs.module.reporting.validator.InStateCohortDefinitionValidatorTest)
validate_shouldPassValidationIfAllFieldsAreCorrect(org.openmrs.module.reporting.validator.InStateCohortDefinitionValidatorTest)
validate_shouldFailValidationIfStateIsEmpty(org.openmrs.module.reporting.validator.InStateCohortDefinitionValidatorTest)
org.openmrs.module.reporting.validator.InStateCohortDefinitionValidatorTest
evaluate_shouldEvaluateACohortIndicatorDataSetDefinition(org.openmrs.module.reporting.dataset.definition.evaluator.CohortIndicatorDataSetEvaluatorTest)
org.openmrs.module.reporting.dataset.definition.evaluator.CohortIndicatorDataSetEvaluatorTest
testSerializeToStream(org.openmrs.module.reporting.serializer.ReportingSerializerTest)
ReportingSerializer_shouldSerializeAnIndicatorThatContainsAPersistedCohortDefinition(org.openmrs.module.reporting.serializer.ReportingSerializerTest)
testMapConverters(org.openmrs.module.reporting.serializer.ReportingSerializerTest)
ReportingSerializer_shouldSerializeWorkflowStateByUuid(org.openmrs.module.reporting.serializer.ReportingSerializerTest)
ReportingSerializer_shouldSerializeAnIndicatorThatContainsAnUnsavedCohortDefinition(org.openmrs.module.reporting.serializer.ReportingSerializerTest)
ReportingSerializer_shouldSerializeACohortDefinition(org.openmrs.module.reporting.serializer.ReportingSerializerTest)
org.openmrs.module.reporting.serializer.ReportingSerializerTest
evaluate_shouldReturnSpecifiedAlertBasedOnLastWeightValue(org.openmrs.module.reporting.data.patient.evaluator.ScriptedCompositionPatientDataEvaluatorTest)
evaluate_shouldReturnNumberOfDaysSinceLastEncounterOfTheSpecifiedTypes(org.openmrs.module.reporting.data.patient.evaluator.ScriptedCompositionPatientDataEvaluatorTest)
org.openmrs.module.reporting.data.patient.evaluator.ScriptedCompositionPatientDataEvaluatorTest
evaluate_shouldEvaluateASimplePatientDataSetDefinition(org.openmrs.module.reporting.dataset.definition.evaluator.SimplePatientDataSetEvaluatorTest)
org.openmrs.module.reporting.dataset.definition.evaluator.SimplePatientDataSetEvaluatorTest
evaluateToMap_shouldEvaluateAQueryToAMap(org.openmrs.module.reporting.evaluation.service.EvaluationServiceTest)
evaluateToList_shouldEvaluateAQueryToAMultiValueList(org.openmrs.module.reporting.evaluation.service.EvaluationServiceTest)
listResults_shouldNotStackOverflowOnLargeInClauses(org.openmrs.module.reporting.evaluation.service.EvaluationServiceTest)
evaluateToList_shouldEvaluateAQueryToASingleValueList(org.openmrs.module.reporting.evaluation.service.EvaluationServiceTest)
evaluateToMap_shouldThrowAnExceptionWithIncorrectNumberOfColumns(org.openmrs.module.reporting.evaluation.service.EvaluationServiceTest)
evaluateToList_shouldThrowAnExceptionWithIncorrectNumberOfColumns(org.openmrs.module.reporting.evaluation.service.EvaluationServiceTest)
org.openmrs.module.reporting.evaluation.service.EvaluationServiceTest
evaluate_shouldReturnAllBirthDatesForAllPersons(org.openmrs.module.reporting.data.person.evaluator.BirthdateDataEvaluatorTest)
org.openmrs.module.reporting.data.person.evaluator.BirthdateDataEvaluatorTest
shouldSortNullsLastDesc(org.openmrs.module.reporting.common.ObjectUtilTest)
shouldSortObjectThatImplementComparableDesc(org.openmrs.module.reporting.common.ObjectUtilTest)
shouldSortOnSinglePropertyDesc(org.openmrs.module.reporting.common.ObjectUtilTest)
shouldReturnNullIfNoFormatterPresent(org.openmrs.module.reporting.common.ObjectUtilTest)
shouldSortObjectThatDontImplementComparable(org.openmrs.module.reporting.common.ObjectUtilTest)
shouldSortOnTwoProperties(org.openmrs.module.reporting.common.ObjectUtilTest)
shouldSortOnSinglePropertyAsc(org.openmrs.module.reporting.common.ObjectUtilTest)
sortShouldSortSimpleStrings(org.openmrs.module.reporting.common.ObjectUtilTest)
shouldSortOnNestedProperties(org.openmrs.module.reporting.common.ObjectUtilTest)
shouldReturnTheDefaultOpenmrsMetadataNames(org.openmrs.module.reporting.common.ObjectUtilTest)
shouldFormatDateWithAppropriateFormat(org.openmrs.module.reporting.common.ObjectUtilTest)
shouldCreateAMapFromAString(org.openmrs.module.reporting.common.ObjectUtilTest)
shouldFormatMultiplePropertiesOnOpenmrsData(org.openmrs.module.reporting.common.ObjectUtilTest)
shouldNotFailIfNoMessageSourceBeanPresent(org.openmrs.module.reporting.common.ObjectUtilTest)
shouldSortOnSinglePropertyWithDefaultSortOrder(org.openmrs.module.reporting.common.ObjectUtilTest)
shouldLocalizedObsBasedOnDefaultLocale(org.openmrs.module.reporting.common.ObjectUtilTest)
shouldFormatConcept(org.openmrs.module.reporting.common.ObjectUtilTest)
shouldSortObjectThatImplementComparable(org.openmrs.module.reporting.common.ObjectUtilTest)
shouldSortNullsLastAsc(org.openmrs.module.reporting.common.ObjectUtilTest)
shouldSortOnThreeProperties(org.openmrs.module.reporting.common.ObjectUtilTest)
shouldSortOnNestedPropertiesDesc(org.openmrs.module.reporting.common.ObjectUtilTest)
shouldSortObjectThatImplementComparableAsc(org.openmrs.module.reporting.common.ObjectUtilTest)
shouldLocalizeObsBasedOnLocaleGlobalProperty(org.openmrs.module.reporting.common.ObjectUtilTest)
org.openmrs.module.reporting.common.ObjectUtilTest
evaluate_shouldOnlyCalculateAgeUpToDeathDate(org.openmrs.module.reporting.data.person.evaluator.AgeDataEvaluatorTest)
evaluate_shouldReturnAllAgesForAllPersons(org.openmrs.module.reporting.data.person.evaluator.AgeDataEvaluatorTest)
org.openmrs.module.reporting.data.person.evaluator.AgeDataEvaluatorTest
evaluate_shouldEvaluateDataSetDefinition(org.openmrs.module.reporting.dataset.definition.evaluator.EncounterDataSetEvaluatorTest)
org.openmrs.module.reporting.dataset.definition.evaluator.EncounterDataSetEvaluatorTest
evaluate_shouldFindPatientsByBirthRangeAndDeathRange(org.openmrs.module.reporting.cohort.definition.evaluator.BirthAndDeathCohortDefinitionEvaluatorTest)
evaluate_shouldFindPatientsByDeathRange(org.openmrs.module.reporting.cohort.definition.evaluator.BirthAndDeathCohortDefinitionEvaluatorTest)
evaluate_shouldFindPatientsThatDiedAfterTheSpecifiedDate(org.openmrs.module.reporting.cohort.definition.evaluator.BirthAndDeathCohortDefinitionEvaluatorTest)
evaluate_shouldFindPatientsByBirthRange(org.openmrs.module.reporting.cohort.definition.evaluator.BirthAndDeathCohortDefinitionEvaluatorTest)
evaluate_shouldFindPatientsBornOnTheOnOrBeforeDateIfPassedInTimeIsAtMidnight(org.openmrs.module.reporting.cohort.definition.evaluator.BirthAndDeathCohortDefinitionEvaluatorTest)
evaluate_shouldFindPatientsBornAfterTheSpecifiedDate(org.openmrs.module.reporting.cohort.definition.evaluator.BirthAndDeathCohortDefinitionEvaluatorTest)
evaluate_shouldFindPatientsThatDiedOnTheOnOrBeforeDateIfPassedInTimeIsAtMidnight(org.openmrs.module.reporting.cohort.definition.evaluator.BirthAndDeathCohortDefinitionEvaluatorTest)
org.openmrs.module.reporting.cohort.definition.evaluator.BirthAndDeathCohortDefinitionEvaluatorTest
convert_shouldConvertLegacyDefinitionsToLatestFormat(org.openmrs.module.reporting.definition.converter.SqlCohortDefinitionConverterTest)
org.openmrs.module.reporting.definition.converter.SqlCohortDefinitionConverterTest
evaluate_shouldReturnAllOfThePersonIdsForAllPatientsInTheDefinedPatientQuery(org.openmrs.module.reporting.query.person.evaluator.PatientPersonQueryEvaluatorTest)
org.openmrs.module.reporting.query.person.evaluator.PatientPersonQueryEvaluatorTest
evaluate_shouldSupportChangingParameterNames(org.openmrs.module.reporting.data.patient.evaluator.ConvertedPatientDataEvaluatorTest)
evaluate_shouldReturnConvertedData(org.openmrs.module.reporting.data.patient.evaluator.ConvertedPatientDataEvaluatorTest)
org.openmrs.module.reporting.data.patient.evaluator.ConvertedPatientDataEvaluatorTest
evaluate_shouldReturnAllPatientsWhoAreNotInTheInnerCohortDefinition(org.openmrs.module.reporting.cohort.definition.evaluator.InverseCohortDefinitionEvaluatorTest)
evaluate_shouldSuccessfullyUseTheContextBaseCohort(org.openmrs.module.reporting.cohort.definition.evaluator.InverseCohortDefinitionEvaluatorTest)
org.openmrs.module.reporting.cohort.definition.evaluator.InverseCohortDefinitionEvaluatorTest
evaluate_shouldLimitObsByForm(org.openmrs.module.reporting.data.person.evaluator.ObsForPersonDataEvaluatorTest)
evaluate_shouldLimitObsByEncounterType(org.openmrs.module.reporting.data.person.evaluator.ObsForPersonDataEvaluatorTest)
evaluate_shouldReturnAllObssForAllPersons(org.openmrs.module.reporting.data.person.evaluator.ObsForPersonDataEvaluatorTest)
org.openmrs.module.reporting.data.person.evaluator.ObsForPersonDataEvaluatorTest
validate_shouldFailValidationIfCohortIsNull(org.openmrs.module.reporting.validator.StaticCohortDefinitionValidatorTest)
org.openmrs.module.reporting.validator.StaticCohortDefinitionValidatorTest
evaluate_shouldReturnEmptySetIfObsIdSetIsEmpty(org.openmrs.module.reporting.data.obs.evaluator.EncounterToObsDataEvaluatorTest)
evaluate_shouldReturnEncounterDataForEachObsInThePassedContext(org.openmrs.module.reporting.data.obs.evaluator.EncounterToObsDataEvaluatorTest)
org.openmrs.module.reporting.data.obs.evaluator.EncounterToObsDataEvaluatorTest
evaluate_shouldFindPatientsWithEncountersOnTheOnOrBeforeDateIfPassedInTimeIsAtMidnight(org.openmrs.module.reporting.cohort.definition.evaluator.EncounterCohortDefinitionEvaluatorTest)
evaluate_shouldReturnCorrectPatientsWhenAllNonGroupingParametersAreSet(org.openmrs.module.reporting.cohort.definition.evaluator.EncounterCohortDefinitionEvaluatorTest)
evaluate_shouldFindPatientsWithEncountersCreatedOnTheSpecifiedDateIfPassedInTimeIsAtMidnight(org.openmrs.module.reporting.cohort.definition.evaluator.EncounterCohortDefinitionEvaluatorTest)
evaluate_shouldReturnCorrectPatientsWhenTimeQualifierParametersAreSet(org.openmrs.module.reporting.cohort.definition.evaluator.EncounterCohortDefinitionEvaluatorTest)
evaluate_shouldReturnCorrectPatientsWhenCreationDateParametersAreSet(org.openmrs.module.reporting.cohort.definition.evaluator.EncounterCohortDefinitionEvaluatorTest)
evaluate_shouldReturnAllPatientsWithEncountersIfAllArgumentsToCohortDefinitionAreEmpty(org.openmrs.module.reporting.cohort.definition.evaluator.EncounterCohortDefinitionEvaluatorTest)
evaluate_shouldReturnCorrectPatientsWhenAllParametersAreSet(org.openmrs.module.reporting.cohort.definition.evaluator.EncounterCohortDefinitionEvaluatorTest)
org.openmrs.module.reporting.cohort.definition.evaluator.EncounterCohortDefinitionEvaluatorTest
evaluate_shouldRunScript(org.openmrs.module.reporting.cohort.definition.evaluator.ScriptedCohortDefinitionEvaluatorTest)
org.openmrs.module.reporting.cohort.definition.evaluator.ScriptedCohortDefinitionEvaluatorTest
convert_shouldConvertABirthdateToAFormattedString(org.openmrs.module.reporting.data.converter.BirthdateConverterTest)
org.openmrs.module.reporting.data.converter.BirthdateConverterTest
evaluate_shouldReturnVitalStatusForAllPersons(org.openmrs.module.reporting.data.person.evaluator.VitalStatusDataEvaluatorTest)
org.openmrs.module.reporting.data.person.evaluator.VitalStatusDataEvaluatorTest
shouldLocalizeColumnHeaders(org.openmrs.module.reporting.report.renderer.ExcelTemplateRendererTest)
shouldRenderToExcelTemplate(org.openmrs.module.reporting.report.renderer.ExcelTemplateRendererTest)
org.openmrs.module.reporting.report.renderer.ExcelTemplateRendererTest
evaluate_shouldReturnPatientIdsForAllPatientsInTheThePassedContext(org.openmrs.module.reporting.data.patient.evaluator.PatientIdDataEvaluatorTest)
org.openmrs.module.reporting.data.patient.evaluator.PatientIdDataEvaluatorTest
evaluate_shouldTestLastWithManyPropertiesSpecified(org.openmrs.module.reporting.cohort.definition.evaluator.TextObsCohortDefinitionEvaluatorTest)
evaluate_shouldTestAnyWithManyPropertiesSpecified(org.openmrs.module.reporting.cohort.definition.evaluator.TextObsCohortDefinitionEvaluatorTest)
org.openmrs.module.reporting.cohort.definition.evaluator.TextObsCohortDefinitionEvaluatorTest
evaluate_shouldEvaluateACohortIndicatorDataSetDefinition(org.openmrs.module.reporting.dataset.definition.evaluator.CohortCrossTabDataSetEvaluatorTest)
org.openmrs.module.reporting.dataset.definition.evaluator.CohortCrossTabDataSetEvaluatorTest
evaluate_shouldEvaluateTheSpecifiedPersonCalculation(org.openmrs.module.reporting.calculation.PatientDataCalculationBehaviorTest)
evaluate_shouldEvaluateAPatientCalculation(org.openmrs.module.reporting.calculation.PatientDataCalculationBehaviorTest)
evaluate_shouldEvaluateAPatientCalculationWithTheSpecifiedParameterValues(org.openmrs.module.reporting.calculation.PatientDataCalculationBehaviorTest)
org.openmrs.module.reporting.calculation.PatientDataCalculationBehaviorTest
evaluate_shouldReturnEmptySetIfInputSetEmpty(org.openmrs.module.reporting.data.visit.evaluator.PersonToVisitDataEvaluatorTest)
evaluate_shouldReturnPatientDataForEachVisitInThePassedContext(org.openmrs.module.reporting.data.visit.evaluator.PersonToVisitDataEvaluatorTest)
org.openmrs.module.reporting.data.visit.evaluator.PersonToVisitDataEvaluatorTest
evaluate_shouldReturnDrugOrdersStartedOnOrBeforeAGivenDate(org.openmrs.module.reporting.data.patient.evaluator.DrugOrdersForPatientDataEvaluatorTest)
evaluate_shouldReturnDrugOrdersCompletedOnOrAfterAGivenDate(org.openmrs.module.reporting.data.patient.evaluator.DrugOrdersForPatientDataEvaluatorTest)
evaluate_shouldReturnDrugOrdersRestrictedByDrugConcept(org.openmrs.module.reporting.data.patient.evaluator.DrugOrdersForPatientDataEvaluatorTest)
evaluate_shouldReturnDrugOrdersActiveOnAParticularDate(org.openmrs.module.reporting.data.patient.evaluator.DrugOrdersForPatientDataEvaluatorTest)
evaluate_shouldReturnDrugOrdersRestrictedByDrugConceptSet(org.openmrs.module.reporting.data.patient.evaluator.DrugOrdersForPatientDataEvaluatorTest)
evaluate_shouldReturnDrugOrdersStartedOnOrAfterAGivenDate(org.openmrs.module.reporting.data.patient.evaluator.DrugOrdersForPatientDataEvaluatorTest)
evaluate_shouldReturnDrugOrdersCompletedOnOrBeforeAGivenDate(org.openmrs.module.reporting.data.patient.evaluator.DrugOrdersForPatientDataEvaluatorTest)
evaluate_shouldReturnDrugOrdersRestrictedByDrug(org.openmrs.module.reporting.data.patient.evaluator.DrugOrdersForPatientDataEvaluatorTest)
org.openmrs.module.reporting.data.patient.evaluator.DrugOrdersForPatientDataEvaluatorTest
getDefinitionByUuid_shouldDeserializeCohortIndicatorAndDimensionDataSetDefinition(org.openmrs.module.reporting.definition.service.DefinitionServiceTest)
org.openmrs.module.reporting.definition.service.DefinitionServiceTest
evaluate_shouldReturnAllRelationships(org.openmrs.module.reporting.data.person.evaluator.RelationshipsForPersonDataEvaluatorTest)
evaluate_shouldReturnRelationshipsByAorB(org.openmrs.module.reporting.data.person.evaluator.RelationshipsForPersonDataEvaluatorTest)
evaluate_shouldReturnRelationshipsOfType(org.openmrs.module.reporting.data.person.evaluator.RelationshipsForPersonDataEvaluatorTest)
org.openmrs.module.reporting.data.person.evaluator.RelationshipsForPersonDataEvaluatorTest
evaluate_shouldReturnPatientsEnrolledInTheGivenProgramsOnOrBeforeTheGivenDate(org.openmrs.module.reporting.cohort.definition.evaluator.InProgramCohortDefinitionEvaluatorTest)
evaluate_shouldFindPatientsInAProgramOnTheOnOrBeforeDateIfPassedInTimeIsAtMidnight(org.openmrs.module.reporting.cohort.definition.evaluator.InProgramCohortDefinitionEvaluatorTest)
evaluate_shouldReturnPatientsEnrolledInTheGivenProgramsAtTheGivenLocations(org.openmrs.module.reporting.cohort.definition.evaluator.InProgramCohortDefinitionEvaluatorTest)
evaluate_shouldReturnPatientsEnrolledInTheGivenProgramsOnOrAfterTheGivenDate(org.openmrs.module.reporting.cohort.definition.evaluator.InProgramCohortDefinitionEvaluatorTest)
evaluate_shouldReturnPatientsEnrolledAtEvaluationDateIfNoOtherDatesSupplied(org.openmrs.module.reporting.cohort.definition.evaluator.InProgramCohortDefinitionEvaluatorTest)
org.openmrs.module.reporting.cohort.definition.evaluator.InProgramCohortDefinitionEvaluatorTest
shouldSupportMoreThan4000StyledCells(org.openmrs.module.reporting.common.ExcelBuilderTest)
shouldSupportEmptyStringCellContents(org.openmrs.module.reporting.common.ExcelBuilderTest)
shouldBuildAnExcelWorkbook(org.openmrs.module.reporting.common.ExcelBuilderTest)
org.openmrs.module.reporting.common.ExcelBuilderTest
evaluate_shouldContainAllObsValuesForEachEncounter(org.openmrs.module.reporting.dataset.definition.evaluator.EncounterAndObsDataSetEvaluatorTest)
org.openmrs.module.reporting.dataset.definition.evaluator.EncounterAndObsDataSetEvaluatorTest
evaluate_shouldReturnVisitIdsForTheVisitsGivenAnVisitEvaluationContext(org.openmrs.module.reporting.data.visit.evaluator.VisitIdDataEvaluatorTest)
evaluate_shouldReturnVisitIdsForThePatientsGivenAnEvaluationContext(org.openmrs.module.reporting.data.visit.evaluator.VisitIdDataEvaluatorTest)
org.openmrs.module.reporting.data.visit.evaluator.VisitIdDataEvaluatorTest
evaluate_shouldReturnPatientsWhoHaveIdentifiersMatchingThePassedLocations(org.openmrs.module.reporting.cohort.definition.evaluator.PatientIdentifierCohortDefinitionEvaluatorTest)
evaluate_shouldReturnPatientsWhoHaveIdentifiersOfThePassedTypes(org.openmrs.module.reporting.cohort.definition.evaluator.PatientIdentifierCohortDefinitionEvaluatorTest)
evaluate_shouldReturnPatientsWhoHaveIdentifiersMatchingThePassedRegularExpression(org.openmrs.module.reporting.cohort.definition.evaluator.PatientIdentifierCohortDefinitionEvaluatorTest)
evaluate_shouldReturnPatientsWhoHaveIdentifiersMatchingThePassedText(org.openmrs.module.reporting.cohort.definition.evaluator.PatientIdentifierCohortDefinitionEvaluatorTest)
org.openmrs.module.reporting.cohort.definition.evaluator.PatientIdentifierCohortDefinitionEvaluatorTest
evaluate_shouldSupportPersonQueries(org.openmrs.module.reporting.indicator.QueryCountIndicatorEvaluatorTest)
evaluate_shouldSupportEncounterQueries(org.openmrs.module.reporting.indicator.QueryCountIndicatorEvaluatorTest)
evaluate_shouldSupportCohortQueries(org.openmrs.module.reporting.indicator.QueryCountIndicatorEvaluatorTest)
org.openmrs.module.reporting.indicator.QueryCountIndicatorEvaluatorTest
shouldRenderVelocityTemplate(org.openmrs.module.reporting.report.renderer.TextTemplateRendererTest)
shouldRenderGroovyTemplate(org.openmrs.module.reporting.report.renderer.TextTemplateRendererTest)
shouldRenderVariableReplacementTemplate(org.openmrs.module.reporting.report.renderer.TextTemplateRendererTest)
org.openmrs.module.reporting.report.renderer.TextTemplateRendererTest
evaluate_shouldReturnEncounterIdsForTheEncountersGivenAnEncounterEvaluationContext(org.openmrs.module.reporting.data.encounter.evaluator.EncounterIdDataEvaluatorTest)
evaluate_shouldReturnEncounterIdsForThePatientsGivenAnEvaluationContext(org.openmrs.module.reporting.data.encounter.evaluator.EncounterIdDataEvaluatorTest)
org.openmrs.module.reporting.data.encounter.evaluator.EncounterIdDataEvaluatorTest
evaluate_shouldHandleAtLeast(org.openmrs.module.reporting.cohort.definition.evaluator.PresenceOrAbsenceCohortDefinitionEvaluatorTest)
evaluate_shouldHandleAtMost(org.openmrs.module.reporting.cohort.definition.evaluator.PresenceOrAbsenceCohortDefinitionEvaluatorTest)
evaluate_shouldHandleZero(org.openmrs.module.reporting.cohort.definition.evaluator.PresenceOrAbsenceCohortDefinitionEvaluatorTest)
org.openmrs.module.reporting.cohort.definition.evaluator.PresenceOrAbsenceCohortDefinitionEvaluatorTest
testEvaluate(org.openmrs.module.reporting.query.encounter.evaluator.MappedParametersObsQueryEvaluatorTest)
org.openmrs.module.reporting.query.encounter.evaluator.MappedParametersObsQueryEvaluatorTest
testEvaluate(org.openmrs.module.reporting.query.visit.evaluator.ActiveVisitQueryEvaluatorTest)
org.openmrs.module.reporting.query.visit.evaluator.ActiveVisitQueryEvaluatorTest
evaluate_shouldOnlyReturnPatientsWithUnknownAgeIfSpecified(org.openmrs.module.reporting.cohort.definition.evaluator.AgeCohortDefinitionEvaluatorTest)
evaluate_shouldReturnOnlyPatientsBornOnOrBeforeTheEvaluationDate(org.openmrs.module.reporting.cohort.definition.evaluator.AgeCohortDefinitionEvaluatorTest)
evaluate_shouldReturnOnlyPatientsInTheGivenAgeRange(org.openmrs.module.reporting.cohort.definition.evaluator.AgeCohortDefinitionEvaluatorTest)
evaluate_shouldHandleBoundaryConditionCorrectly(org.openmrs.module.reporting.cohort.definition.evaluator.AgeCohortDefinitionEvaluatorTest)
evaluate_shouldReturnOnlyNonVoidedPatients(org.openmrs.module.reporting.cohort.definition.evaluator.AgeCohortDefinitionEvaluatorTest)
org.openmrs.module.reporting.cohort.definition.evaluator.AgeCohortDefinitionEvaluatorTest
testEvaluate(org.openmrs.module.reporting.data.patient.evaluator.SqlPatientDataEvaluatorTest)
org.openmrs.module.reporting.data.patient.evaluator.SqlPatientDataEvaluatorTest
validate_shouldPassValidationIfAllFieldsAreCorrect(org.openmrs.module.reporting.validator.SqlCohortDefinitionValidatorTest)
validate_shouldFailValidationIfQuerytIsNull(org.openmrs.module.reporting.validator.SqlCohortDefinitionValidatorTest)
validate_shouldFailValidationIfLogicIsEmptyString(org.openmrs.module.reporting.validator.SqlCohortDefinitionValidatorTest)
org.openmrs.module.reporting.validator.SqlCohortDefinitionValidatorTest
testEvaluate(org.openmrs.module.reporting.cohort.definition.evaluator.MappedParametersCohortDefinitionEvaluatorTest)
org.openmrs.module.reporting.cohort.definition.evaluator.MappedParametersCohortDefinitionEvaluatorTest
evaluate_shouldReturnPatientDataForEachObsInThePassedContext(org.openmrs.module.reporting.data.obs.evaluator.PatientToObsDataEvaluatorTest)
evaluate_shouldReturnEmptySetIfInputObsIdSetIsEmpty(org.openmrs.module.reporting.data.obs.evaluator.PatientToObsDataEvaluatorTest)
org.openmrs.module.reporting.data.obs.evaluator.PatientToObsDataEvaluatorTest
evaluate_shouldReturnMostPreferredAddressForAllPersons(org.openmrs.module.reporting.data.person.evaluator.PreferredAddressDataEvaluatorTest)
org.openmrs.module.reporting.data.person.evaluator.PreferredAddressDataEvaluatorTest
saveDefinition_shouldSaveAnObsQuery(org.openmrs.module.reporting.query.obs.service.ObsQueryServiceImplTest)
org.openmrs.module.reporting.query.obs.service.ObsQueryServiceImplTest
evaluate_shouldTestAnyWithManyPropertiesSpecified(org.openmrs.module.reporting.cohort.definition.evaluator.DateObsCohortDefinitionEvaluatorTest)
evaluate_shouldReturnPatientsWithObsWithinTheSpecifiedTimeframe(org.openmrs.module.reporting.cohort.definition.evaluator.DateObsCohortDefinitionEvaluatorTest)
evaluate_shouldFindNobodyIfNoPatientsMatch(org.openmrs.module.reporting.cohort.definition.evaluator.DateObsCohortDefinitionEvaluatorTest)
org.openmrs.module.reporting.cohort.definition.evaluator.DateObsCohortDefinitionEvaluatorTest
testEvaluate(org.openmrs.module.reporting.data.encounter.evaluator.SqlEncounterDataEvaluatorTest)
org.openmrs.module.reporting.data.encounter.evaluator.SqlEncounterDataEvaluatorTest
testFemales(org.openmrs.module.reporting.cohort.CohortsTest)
testMales(org.openmrs.module.reporting.cohort.CohortsTest)
testAllPatients(org.openmrs.module.reporting.cohort.CohortsTest)
org.openmrs.module.reporting.cohort.CohortsTest
evaluate_shouldReturnConvertedData(org.openmrs.module.reporting.data.encounter.evaluator.ConvertedEncounterDataEvaluatorTest)
org.openmrs.module.reporting.data.encounter.evaluator.ConvertedEncounterDataEvaluatorTest
shouldRenderIndicatorsWithDifferentDatasets(org.openmrs.module.reporting.report.renderer.CohortDetailReportRendererTest)
org.openmrs.module.reporting.report.renderer.CohortDetailReportRendererTest
testEvaluate(org.openmrs.module.reporting.query.obs.evaluator.BasicObsQueryEvaluatorTest)
org.openmrs.module.reporting.query.obs.evaluator.BasicObsQueryEvaluatorTest
shouldEvaluteIndicatorForLocation(org.openmrs.module.reporting.indicator.PeriodIndicatorReportTest)
shouldEvaluteFractionalIndicators(org.openmrs.module.reporting.indicator.PeriodIndicatorReportTest)
org.openmrs.module.reporting.indicator.PeriodIndicatorReportTest
evaluate_shouldEmptySetIfInputSetEmpty(org.openmrs.module.reporting.data.encounter.evaluator.PersonToEncounterDataEvaluatorTest)
evaluate_shouldReturnPersonDataByForEachEncounterInContext(org.openmrs.module.reporting.data.encounter.evaluator.PersonToEncounterDataEvaluatorTest)
org.openmrs.module.reporting.data.encounter.evaluator.PersonToEncounterDataEvaluatorTest
shouldIncludeVisit_ifActiveVisitRangeEndSameAsVisitStart(org.openmrs.module.reporting.cohort.definition.evaluator.VisitCohortDefinitionEvaluatorTest)
shouldIncludeVisit_ifActiveVisitRangeStartAfterVisitAndRangeEndAfterVisit(org.openmrs.module.reporting.cohort.definition.evaluator.VisitCohortDefinitionEvaluatorTest)
shouldIncludeVisit_ifActiveVisitRangeStartAfterVisitStartAndVisitCurrentlyActive(org.openmrs.module.reporting.cohort.definition.evaluator.VisitCohortDefinitionEvaluatorTest)
testEvaluateInverse(org.openmrs.module.reporting.cohort.definition.evaluator.VisitCohortDefinitionEvaluatorTest)
shouldIncludeVisit_ifActiveVisitRangeWithinVisit(org.openmrs.module.reporting.cohort.definition.evaluator.VisitCohortDefinitionEvaluatorTest)
shouldIncludeVisit_ifActiveVisitRangeStartSameAsVisitEnd(org.openmrs.module.reporting.cohort.definition.evaluator.VisitCohortDefinitionEvaluatorTest)
shouldNotIncludeVisit_ifActiveVisitRangeEndBeforeVisitStartAndVisitCurrentlyActive(org.openmrs.module.reporting.cohort.definition.evaluator.VisitCohortDefinitionEvaluatorTest)
shouldNotIncludeVisit_ifActiveVisitRangeStartBeforeVisitAndRangeEndBeforeVisit(org.openmrs.module.reporting.cohort.definition.evaluator.VisitCohortDefinitionEvaluatorTest)
testEvaluateWithManyProperties(org.openmrs.module.reporting.cohort.definition.evaluator.VisitCohortDefinitionEvaluatorTest)
shouldIncludeVisit_ifActiveVisitRangeStartBeforeVisitAndRangeEndDuringVisit(org.openmrs.module.reporting.cohort.definition.evaluator.VisitCohortDefinitionEvaluatorTest)
shouldIncludeVisit_ifActiveVisitRangeStartBeforeVisitAndRangeEndAfterVisit(org.openmrs.module.reporting.cohort.definition.evaluator.VisitCohortDefinitionEvaluatorTest)
testEvaluateWithNoProperties(org.openmrs.module.reporting.cohort.definition.evaluator.VisitCohortDefinitionEvaluatorTest)
shouldIncludeVisit_ifActiveVisitRangeStartDuringVisitAndRangeEndAfterVisit(org.openmrs.module.reporting.cohort.definition.evaluator.VisitCohortDefinitionEvaluatorTest)
org.openmrs.module.reporting.cohort.definition.evaluator.VisitCohortDefinitionEvaluatorTest
evaluate_shouldEvaluateDataSetDefinition(org.openmrs.module.reporting.dataset.definition.evaluator.PersonDataSetEvaluatorTest)
org.openmrs.module.reporting.dataset.definition.evaluator.PersonDataSetEvaluatorTest
testEvaluateWithEmptyCohort(org.openmrs.module.reporting.query.person.evaluator.AllPersonQueryEvaluatorTest)
testEvaluateWithBasePersonIds(org.openmrs.module.reporting.query.person.evaluator.AllPersonQueryEvaluatorTest)
testEvaluateWithBaseCohort(org.openmrs.module.reporting.query.person.evaluator.AllPersonQueryEvaluatorTest)
testEvaluateWithEmptyBasePersonIds(org.openmrs.module.reporting.query.person.evaluator.AllPersonQueryEvaluatorTest)
testEvaluateBothBaseCohortAndBasePersonIds(org.openmrs.module.reporting.query.person.evaluator.AllPersonQueryEvaluatorTest)
testEvaluateWithBasePersonsWhoAreNotPatients(org.openmrs.module.reporting.query.person.evaluator.AllPersonQueryEvaluatorTest)
org.openmrs.module.reporting.query.person.evaluator.AllPersonQueryEvaluatorTest
validate_shouldFailValidationIfProgramsIsNull(org.openmrs.module.reporting.validator.InProgramCohortDefinitionValidatorTest)
validate_shouldFailValidationIfProgramsIsEmpty(org.openmrs.module.reporting.validator.InProgramCohortDefinitionValidatorTest)
validate_shouldPassValidationIfAllFieldsAreCorrect(org.openmrs.module.reporting.validator.InProgramCohortDefinitionValidatorTest)
org.openmrs.module.reporting.validator.InProgramCohortDefinitionValidatorTest
evaluate_shouldReturnTheCurrentStateOfTheConfiguredWorkflowForEachPatientInThePassedContext(org.openmrs.module.reporting.data.patient.evaluator.CurrentPatientStateDataEvaluatorTest)
org.openmrs.module.reporting.data.patient.evaluator.CurrentPatientStateDataEvaluatorTest
evaluate_shouldEvaluateAnEncounterData(org.openmrs.module.reporting.data.encounter.service.EncounterDataServiceImplTest)
saveDefinition_shouldSaveAnEncounterData(org.openmrs.module.reporting.data.encounter.service.EncounterDataServiceImplTest)
org.openmrs.module.reporting.data.encounter.service.EncounterDataServiceImplTest
validate_shouldFailValidationIfBaseDefinitionIsNull(org.openmrs.module.reporting.validator.InverseCohortDefinitionValidatorTest)
validate_shouldPassValidationIfAllFieldsAreCorrect(org.openmrs.module.reporting.validator.InverseCohortDefinitionValidatorTest)
org.openmrs.module.reporting.validator.InverseCohortDefinitionValidatorTest
convert_shouldConvertAPersonNameIntoAStringUsingAFormatExpression(org.openmrs.module.reporting.data.converter.PersonNameConverterTest)
org.openmrs.module.reporting.data.converter.PersonNameConverterTest
testVisitId(org.openmrs.module.reporting.data.visit.library.BuiltInVisitDataLibraryTest)
org.openmrs.module.reporting.data.visit.library.BuiltInVisitDataLibraryTest
shouldCacheCohortDefinition(org.openmrs.module.reporting.evaluation.CachingCohortDefinitionTest)
org.openmrs.module.reporting.evaluation.CachingCohortDefinitionTest
shouldReturnNullIfValueTextEmpty(org.openmrs.module.reporting.data.converter.ObsValueTextAsCodedConverterTest)
shouldFailIfTypeOtherThanLocation(org.openmrs.module.reporting.data.converter.ObsValueTextAsCodedConverterTest)
shouldReturnLocationForObs(org.openmrs.module.reporting.data.converter.ObsValueTextAsCodedConverterTest)
org.openmrs.module.reporting.data.converter.ObsValueTextAsCodedConverterTest
testEvaluate(org.openmrs.module.reporting.query.encounter.evaluator.MappedParametersEncounterQueryEvaluatorTest)
org.openmrs.module.reporting.query.encounter.evaluator.MappedParametersEncounterQueryEvaluatorTest
sqlIndicator_shouldEvaluateSqlIndicatorNullDenominator(org.openmrs.module.reporting.indicator.SqlIndicatorTest)
sqlIndicator_shouldEvaluateSqlIndicatorDivideByZero(org.openmrs.module.reporting.indicator.SqlIndicatorTest)
sqlIndicator_shouldEvaluateSqlIndicatorDecimals(org.openmrs.module.reporting.indicator.SqlIndicatorTest)
sqlIndicator_shouldNotAllowQueriesThatReturnMoreThanOneColumn(org.openmrs.module.reporting.indicator.SqlIndicatorTest)
sqlIndicator_shouldEvaluateSqlIndicator(org.openmrs.module.reporting.indicator.SqlIndicatorTest)
sqlIndicator_shouldEvaluateSqlIndicatorUsesParameters(org.openmrs.module.reporting.indicator.SqlIndicatorTest)
sqlIndicator_shouldNotAllowQueriesThatReturnMoreThanOneRow(org.openmrs.module.reporting.indicator.SqlIndicatorTest)
sqlIndicator_shouldEvaluateSqlIndicatorNullNumerator(org.openmrs.module.reporting.indicator.SqlIndicatorTest)
org.openmrs.module.reporting.indicator.SqlIndicatorTest
evaluate_shouldEvaluateAnEncounterQuery(org.openmrs.module.reporting.query.encounter.service.EncounterQueryServiceImplTest)
saveDefinition_shouldSaveAnEncounterQuery(org.openmrs.module.reporting.query.encounter.service.EncounterQueryServiceImplTest)
org.openmrs.module.reporting.query.encounter.service.EncounterQueryServiceImplTest
shouldIgnoredVoidedEncounterProviders(org.openmrs.module.reporting.data.encounter.evaluator.EncounterProviderDataEvaluatorTest)
shouldReturnEncounterProviderForEncounterWhenInPatientContext(org.openmrs.module.reporting.data.encounter.evaluator.EncounterProviderDataEvaluatorTest)
shouldReturnEncounterProvidersForEncounter(org.openmrs.module.reporting.data.encounter.evaluator.EncounterProviderDataEvaluatorTest)
shouldReturnEncounterProviderForEncounter(org.openmrs.module.reporting.data.encounter.evaluator.EncounterProviderDataEvaluatorTest)
shouldReturnEmptySetIfInputSetEmpty(org.openmrs.module.reporting.data.encounter.evaluator.EncounterProviderDataEvaluatorTest)
shouldFailIfEncounterRoleParameterSetToAnotherType(org.openmrs.module.reporting.data.encounter.evaluator.EncounterProviderDataEvaluatorTest)
shouldReturnAllEncounterProvidersForEncounterIfNoRoleSpecified(org.openmrs.module.reporting.data.encounter.evaluator.EncounterProviderDataEvaluatorTest)
org.openmrs.module.reporting.data.encounter.evaluator.EncounterProviderDataEvaluatorTest
shouldReturnAnnotatedNameIfSpecified(org.openmrs.module.reporting.definition.library.BaseDefinitionLibraryTest)
shouldReturnMethodNameAsDisplayStringByDefault(org.openmrs.module.reporting.definition.library.BaseDefinitionLibraryTest)
shouldUseMethodNameAsCodeIfNoValueSpecified(org.openmrs.module.reporting.definition.library.BaseDefinitionLibraryTest)
shouldReturnMessageCodeForAnnotatedValueIfExists(org.openmrs.module.reporting.definition.library.BaseDefinitionLibraryTest)
org.openmrs.module.reporting.definition.library.BaseDefinitionLibraryTest
getFilenameBase_shouldBeBasedOnDesignProperty(org.openmrs.module.reporting.report.renderer.ReportDesignRendererTest)
getFilenameBase_shouldHaveSensibleDefaultIfNotSpecifiedAsDesignProperty(org.openmrs.module.reporting.report.renderer.ReportDesignRendererTest)
org.openmrs.module.reporting.report.renderer.ReportDesignRendererTest
convert_shouldConvertASerializedAttributeValueIntoItsHydratedObjectForm(org.openmrs.module.reporting.data.converter.AttributeValueConverterTest)
convert_shouldReturnThePassedInValueIfItIsNotAttributable(org.openmrs.module.reporting.data.converter.AttributeValueConverterTest)
org.openmrs.module.reporting.data.converter.AttributeValueConverterTest
evaluate_shouldReturnAllGendersForAllPersons(org.openmrs.module.reporting.data.person.evaluator.GenderDataEvaluatorTest)
org.openmrs.module.reporting.data.person.evaluator.GenderDataEvaluatorTest
testGetAllDefinitionTypes(org.openmrs.module.reporting.definition.library.AllDefinitionLibrariesComponentTest)
testSetup(org.openmrs.module.reporting.definition.library.AllDefinitionLibrariesComponentTest)
org.openmrs.module.reporting.definition.library.AllDefinitionLibrariesComponentTest
evaluate_shouldReturnAllIdentifiersInGroupsAccordingToPreferredListOrder(org.openmrs.module.reporting.data.patient.evaluator.PatientIdentifierDataEvaluatorTest)
evaluate_shouldPlaceAllPreferredIdentifiersFirstWithinTypeGroups(org.openmrs.module.reporting.data.patient.evaluator.PatientIdentifierDataEvaluatorTest)
evaluate_shouldReturnAllIdentifiersOfTheSpecifiedTypesInOrderForEachPatient(org.openmrs.module.reporting.data.patient.evaluator.PatientIdentifierDataEvaluatorTest)
org.openmrs.module.reporting.data.patient.evaluator.PatientIdentifierDataEvaluatorTest
evaluate_shouldReturnTheFirstPatientStateByEnrollmentDate(org.openmrs.module.reporting.data.patient.evaluator.ProgramStatesForPatientDataEvaluatorTest)
evaluate_shouldReturnPatientStatesStartedOnOrBeforeAGivenDate(org.openmrs.module.reporting.data.patient.evaluator.ProgramStatesForPatientDataEvaluatorTest)
evaluate_shouldReturnTheLastPatientStateByStateStartDateAndEnrollmentDate(org.openmrs.module.reporting.data.patient.evaluator.ProgramStatesForPatientDataEvaluatorTest)
evaluate_shouldReturnPatientStatesEndedOnOrAfterAGivenDate(org.openmrs.module.reporting.data.patient.evaluator.ProgramStatesForPatientDataEvaluatorTest)
evaluate_shouldReturnPatientStatesStartedOnOrAfterAGivenDate(org.openmrs.module.reporting.data.patient.evaluator.ProgramStatesForPatientDataEvaluatorTest)
evaluate_shouldReturnPatientStatesEndedOnOrBeforeAGivenDate(org.openmrs.module.reporting.data.patient.evaluator.ProgramStatesForPatientDataEvaluatorTest)
evaluate_shouldReturnTheLastPatientStateByEnrollmentDate(org.openmrs.module.reporting.data.patient.evaluator.ProgramStatesForPatientDataEvaluatorTest)
evaluate_shouldReturnAListOfPatientStatesForEachPatient(org.openmrs.module.reporting.data.patient.evaluator.ProgramStatesForPatientDataEvaluatorTest)
evaluate_shouldReturnPatientStatesThatAreActiveOnAGivenDate(org.openmrs.module.reporting.data.patient.evaluator.ProgramStatesForPatientDataEvaluatorTest)
org.openmrs.module.reporting.data.patient.evaluator.ProgramStatesForPatientDataEvaluatorTest
evaluate_shouldHandleOr(org.openmrs.module.reporting.cohort.definition.evaluator.CompositionCohortDefinitionEvaluatorTest)
evaluate_shouldHandleAnd(org.openmrs.module.reporting.cohort.definition.evaluator.CompositionCohortDefinitionEvaluatorTest)
evaluate_shouldHandleNot(org.openmrs.module.reporting.cohort.definition.evaluator.CompositionCohortDefinitionEvaluatorTest)
evaluate_shouldHandleParenthesis(org.openmrs.module.reporting.cohort.definition.evaluator.CompositionCohortDefinitionEvaluatorTest)
org.openmrs.module.reporting.cohort.definition.evaluator.CompositionCohortDefinitionEvaluatorTest
evaluate_shouldEvaluateASQLQueryIntoAnEncounterQuery(org.openmrs.module.reporting.query.encounter.evaluator.SqlEncounterQueryEvaluatorTest)
evaluate_shouldFilterResultsGivenABaseEncounterQueryInAnEvaluationContext(org.openmrs.module.reporting.query.encounter.evaluator.SqlEncounterQueryEvaluatorTest)
evaluate_shouldFilterResultsGivenABaseCohortInAnEvaluationContext(org.openmrs.module.reporting.query.encounter.evaluator.SqlEncounterQueryEvaluatorTest)
org.openmrs.module.reporting.query.encounter.evaluator.SqlEncounterQueryEvaluatorTest
validate_shouldPassValidationIfAllFieldsAreCorrectForTextObsCohortDefinition(org.openmrs.module.reporting.validator.BaseObsCohortDefinitionValidatorTest)
validate_shouldPassValidationIfAllFieldsAreCorrectForCodedObsCohortDefinition(org.openmrs.module.reporting.validator.BaseObsCohortDefinitionValidatorTest)
validate_shouldPassValidationIfAllFieldsAreCorrectForNumericObsCohortDefinition(org.openmrs.module.reporting.validator.BaseObsCohortDefinitionValidatorTest)
validate_shouldFailValidationIfTimeModifierIsNullForTextObsCohortDefinition(org.openmrs.module.reporting.validator.BaseObsCohortDefinitionValidatorTest)
validate_shouldFailValidationIfQuestionIsNullForTextObsCohortDefinition(org.openmrs.module.reporting.validator.BaseObsCohortDefinitionValidatorTest)
validate_shouldFailValidationIfQuestionIsNullForCodedObsCohortDefinition(org.openmrs.module.reporting.validator.BaseObsCohortDefinitionValidatorTest)
validate_shouldFailValidationIfQuestionIsNullForNumericObsCohortDefinition(org.openmrs.module.reporting.validator.BaseObsCohortDefinitionValidatorTest)
validate_shouldPassValidationIfAllFieldsAreCorrectForDateObsCohortDefinition(org.openmrs.module.reporting.validator.BaseObsCohortDefinitionValidatorTest)
validate_shouldFailValidationIfTimeModifierIsNullForNumericObsCohortDefinition(org.openmrs.module.reporting.validator.BaseObsCohortDefinitionValidatorTest)
validate_shouldFailValidationIfTimeModifierIsNullForDateObsCohortDefinition(org.openmrs.module.reporting.validator.BaseObsCohortDefinitionValidatorTest)
validate_shouldFailValidationIfTimeModifierIsNullForCodedObsCohortDefinition(org.openmrs.module.reporting.validator.BaseObsCohortDefinitionValidatorTest)
validate_shouldFailValidationIfQuestionIsNullForDateObsCohortDefinition(org.openmrs.module.reporting.validator.BaseObsCohortDefinitionValidatorTest)
org.openmrs.module.reporting.validator.BaseObsCohortDefinitionValidatorTest
testEvaluate(org.openmrs.module.reporting.data.encounter.evaluator.AuditInfoEncounterDataEvaluatorTest)
org.openmrs.module.reporting.data.encounter.evaluator.AuditInfoEncounterDataEvaluatorTest
Tests run: 869, Failures: 0, Errors: 756, Skipped: 13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment