Hi @jbrichau ,
I'm now going through all loaded libraries tests on GemStone. I'm filtering them based on name as there are thousands of tests being run.
I have just encountered errors running tests from GRCollectionTest class. You should not run the tests directly within this class, isn't that so?
I wonder why this class was not named GRAbstractCollectionTest similarly as one of its children GRAbstractDictionaryTest? (I saw there is a class side flag for the class being abstract, but why the difference in naming? Is there some logic behind it?)
Hi @jbrichau ,
I'm now going through all loaded libraries tests on GemStone. I'm filtering them based on name as there are thousands of tests being run.
I have just encountered errors running tests from
GRCollectionTestclass. You should not run the tests directly within this class, isn't that so?I wonder why this class was not named
GRAbstractCollectionTestsimilarly as one of its childrenGRAbstractDictionaryTest? (I saw there is a class side flag for the class being abstract, but why the difference in naming? Is there some logic behind it?)