means Extended Assertions.
Often when testing legacy code on an integration testing level, we deal with complex data contracts. The assertion of the correctness of this complexer data it is often cumbersome when done with individual assert statements.
Extended Assertions might help in those cases.