This is an automated email from the ASF dual-hosted git repository.
yx9o pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
from 086af06fdbd Move unit test classes from it-pipeline to core module
(#24832)
add ec3c1aa4d46 Refactor ColumnValueMatchShadowAlgorithmTest (#24838)
No new revisions were added by this update.
Summary of changes:
.../column/AbstractColumnShadowAlgorithmTest.java | 73 ----------------------
.../ColumnRegexMatchShadowAlgorithmTest.java | 21 ++++---
.../ColumnValueMatchShadowAlgorithmTest.java | 13 ++--
.../PreciseColumnShadowValueFixtureBuilder.java | 73 ++++++++++++++++++++++
4 files changed, 95 insertions(+), 85 deletions(-)
delete mode 100644
features/shadow/core/src/test/java/org/apache/shardingsphere/shadow/algorithm/shadow/column/AbstractColumnShadowAlgorithmTest.java
create mode 100644
features/shadow/core/src/test/java/org/apache/shardingsphere/shadow/algorithm/shadow/column/PreciseColumnShadowValueFixtureBuilder.java