Uses of Class
com.qaitsolutions.pframe.core.assertion.ErrorTracker
Packages that use ErrorTracker
Package
Description
-
Uses of ErrorTracker in com.qaitsolutions.pframe.core.assertion
Methods in com.qaitsolutions.pframe.core.assertion with parameters of type ErrorTrackerModifier and TypeMethodDescriptionstatic void
FailProcessing.process
(String message, ErrorTracker tracker, Throwable e) Takes data from the assertion and either throws the proper error or adds it tracker. -
Uses of ErrorTracker in com.qaitsolutions.pframe.core.assertion.subjects
Fields in com.qaitsolutions.pframe.core.assertion.subjects declared as ErrorTrackerConstructors in com.qaitsolutions.pframe.core.assertion.subjects with parameters of type ErrorTrackerModifierConstructorDescriptionBigDecimalSubject
(BigDecimal actual, String message, ErrorTracker tracker) Constructor for soft assertions.BooleanSubject
(Boolean actual, String message, ErrorTracker tracker) Constructor for soft assertions.ComparableSubject
(T actual, String message, ErrorTracker tracker) Constructor for soft assertions.DoubleSubject
(Double actual, String message, ErrorTracker tracker) Constructor for soft assertions.IntegerSubject
(Integer actual, String message, ErrorTracker tracker) Constructor for soft assertions.IterableSubject
(Iterable<?> actual, String message, ErrorTracker tracker) Constructor for soft assertions.LongSubject
(Long actual, String message, ErrorTracker tracker) Constructor for soft assertions.MapSubject
(Map<?, ?> actual, String message, ErrorTracker tracker) Constructor for soft assertions.StringSubject
(String actual, String message, ErrorTracker tracker) Constructor for soft assertions.Subject
(Object actual, String message, ErrorTracker tracker) Constructor for soft assertions.