class StringTestUtil
extends Object
Utility methods for string-oriented assertions used by test support code.
| Constructor and description |
|---|
StringTestUtil() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
static void |
assertMultilineStringsEqual(String a, String b)Asserts that two multi-line strings match after trimming and normalizing line endings. |
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.