data-explorer
data-explorer copied to clipboard
Unit Tests: Refactor demo data check
A check to see if demo data exists is run via getDocumentCountByCollection() in the AbstractTest class. This same calculation is also needed in the TestConfig class, and rewritten there. This should be refactored into a separate class, or otherwise made available to both the TestConfig and AbstractTest classes.