Uses of Class
com.sun.xml.fastinfoset.roundtriptests.RoundTripReport.FailedTestRecord
-
Packages that use RoundTripReport.FailedTestRecord Package Description com.sun.xml.fastinfoset.roundtriptests -
-
Uses of RoundTripReport.FailedTestRecord in com.sun.xml.fastinfoset.roundtriptests
Fields in com.sun.xml.fastinfoset.roundtriptests with type parameters of type RoundTripReport.FailedTestRecord Modifier and Type Field Description private java.util.Map<java.lang.String,RoundTripReport.FailedTestRecord>
RoundTripReport. failedTests
Method parameters in com.sun.xml.fastinfoset.roundtriptests with type arguments of type RoundTripReport.FailedTestRecord Modifier and Type Method Description private static java.lang.String
RoundTripReport. generateReport(int[] passed, int[] failed, java.util.Map<java.lang.String,RoundTripReport.FailedTestRecord> failedTests)
-