There are currently no unit tests of any of the public methods in the java classes inside the mil.nga.giat.geowave.adapter.raster.stats package. It is important to understand what each statistic is intending to do and then within a test, you can call entryIngested() with completely synthetic data, and merge() a couple statistics together to ensure it works properly, as well as to and from binary methods for serialization.
There are currently no unit tests of any of the public methods in the java classes inside the mil.nga.giat.geowave.adapter.raster.stats package. It is important to understand what each statistic is intending to do and then within a test, you can call entryIngested() with completely synthetic data, and merge() a couple statistics together to ensure it works properly, as well as to and from binary methods for serialization.