Package com.tngtech.archunit.lang
Class FailureMessages
-
Method Summary
Methods inherited from class com.tngtech.archunit.base.ForwardingList
add, addAll, get, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subListMethods inherited from class com.tngtech.archunit.base.ForwardingCollection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Method Details
-
getInformationAboutNumberOfViolations
- Returns:
- Textual information about the number of failures. By default will be 'x times' where 'x' is the number of messages contained (assuming one line is one violation).
-
delegate
- Specified by:
delegatein classForwardingList<String>
-