The enclosed changeset fixes two issues with @run testng tests
1. The "failed" status line for a test can have other text interleaved between it and its exception.
2. Test parameters output can voluminous. This patch replaces large param outputs with class@hashcode if the param.toString() is more than 30 chars. This is especially significant in lambda tests which otherwise generate hundreds of K of output.
1. The "failed" status line for a test can have other text interleaved between it and its exception.
2. Test parameters output can voluminous. This patch replaces large param outputs with class@hashcode if the param.toString() is more than 30 chars. This is especially significant in lambda tests which otherwise generate hundreds of K of output.