commit | 268ccce8c0ffd6772f3c92a4403f78474968758d | [log] [tgz] |
---|---|---|
author | Ferenc Horváth <hferenc@inf.u-szeged.hu> | Thu Jun 08 12:39:02 2017 +0200 |
committer | Ferenc Horváth <hferenc@inf.u-szeged.hu> | Fri Jun 09 06:45:05 2017 +0000 |
tree | 83ebbe1f992ad312c03771841a1e746ca1ddb4ed | |
parent | a08435523af5c7d7134b861fdd9b542a2be923e5 [diff] |
Replace assertions with more specific ones This patch adds the already implemented assert(Not)Empty functions instead of generic assert functions where assert(Not)Equal or assertGreater(Equal) is used to check the state of a container. This change makes the code and the error messages more readable, therefore it improves maintainability a bit. Change-Id: Ib7df910c7853141bcf2effd89f8fba864fc6bbb5