use
use copied to clipboard
Replace gsbase with guava-testlib
Is your feature request related to a problem? Please describe.
USE references this old library to easen tests for correct implementation of equals.
The guava-testlib library is actively develeoped whereas gsbase was last changed in 2014.
Describe the solution you'd like
Replace gsbase with guava-testlib and align the test cases that use the lib (ca. 3 - 4)
to use the new one.
Describe alternatives you've considered None