data-explorer icon indicating copy to clipboard operation
data-explorer copied to clipboard

Unit Tests: Refactor demo data check

Open nlaprell opened this issue 7 years ago • 0 comments

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.

nlaprell avatar May 18 '18 17:05 nlaprell