Skip to content

[Improvement] Move assertion functions from AbstractIT to ITUtils for clarity. #2883

@laiyousin

Description

@laiyousin

What would you like to be improved?

Currently, the AbstractIT class in the Gravitino project contains two functions, assertionsTableInfo and assertColumn, which are more utility-oriented rather than integral to the abstract test class itself.

How should we improve?

Move the two utility-oriented functions, assertionsTableInfo and assertColumn, from AbstractIT.java to ITUtils.java, and make them public.
Update all references to these functions accordingly.

Metadata

Metadata

Assignees

Labels

improvementImprovements on everything

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions