Reports calls to TestNG assertEquals() which have the actual result argument and the expected argument in the wrong order. For TestNG the correct order is (actual, expected). Such calls will behave fine for assertions which pass but may give confusing error reports on failure.