strongduanmu commented on issue #16284: URL: https://github.com/apache/shardingsphere/issues/16284#issuecomment-1081283465
Hi @akhil9281, `ClassBasedShardingAlgorithmFactory` is a factory class for building `StandardShardingAlgorithm`, `ComplexKeysShardingAlgorithm` and `HintShardingAlgorithm`, so we need to test the instantiation of these three algorithms. Also, in addition to the `newInstance` method, there are `setProperties` and `init` logic that need to be overridden in unit tests. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
