Package org.apache.batik.test
Class TestReport.Entry
- java.lang.Object
-
- org.apache.batik.test.TestReport.Entry
-
- Enclosing interface:
- TestReport
public static class TestReport.Entry extends java.lang.Object
Inner class for describing an information element in aTestReport
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
entryKey
private java.lang.Object
entryValue
-
Constructor Summary
Constructors Constructor Description Entry(java.lang.String entryKey, java.lang.Object entryValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getKey()
java.lang.Object
getValue()
-