Some unit tests require to assert for the opposite condition, e.g. AssertArray2dNotEquals_LREAL
@sagatowski this would require a lot of duplicated code. If I would implement this, would you suggest to try to avoid code duplication or just go for it? Avoiding duplication would mean a lot of refactoring of the existing code base
Some unit tests require to assert for the opposite condition, e.g. AssertArray2dNotEquals_LREAL
@sagatowski this would require a lot of duplicated code. If I would implement this, would you suggest to try to avoid code duplication or just go for it? Avoiding duplication would mean a lot of refactoring of the existing code base