Skip to content

Added method to get the measurement type.

Maxime Journot requested to merge issue-955 into develop
  • Added default method getMeasurementType in ObservedMeasurement that returns the name of the class
  • Added a constant String MEASUREMENT_TYPE in each measurement class to get the class name as a String
  • Used both additions to improve measurements type checks in tests

Fixes #955 (closed)

Merge request reports