terrymanu opened a new pull request, #37000: URL: https://github.com/apache/shardingsphere/pull/37000
… - Create KernelSupportedSystemTablesTest.java with 3 minimal test cases - assertIsSupportedSystemTableWithMatchingSchemaAndTable() - test matching schema and table returns true - assertIsNotSupportedSystemTableWithMatchingSchemaButWrongTable() - test wrong table name returns false - assertIsNotSupportedSystemTableWithUnmatchedSchema() - test unmatched schema returns false - Update CLAUDE.md testing standards to prefer JUnit 5 assertTrue/assertFalse over AssertJ assertThat - Emphasize code simplification with direct assertions without intermediate variables 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
