Skip to content

cassiuscai/postfix-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Templates for plugin Custom Postfix Templates

Table of Contents


  • org.assertj.core.api.Assertions
    • .assertThat
    • .assertThatCode
    • .assertThatObject
    • .assertThatThrownBy
    • .assertThatExceptionOfType
    • .assertThatIOException
    • .assertThatIllegalArgumentException
    • .assertThatIllegalStateException
    • .assertThatNullPointerException
    • .assertThatRuntimeException
    • .catchThrowable
    • .catchException
  • org.mockito.Mockito
    • .mock
    • .mockWithName
    • .mockWithAnswer
    • .spy
    • .when
    • .verify
    • .verifyWithMode
    • .reset
    • .clearInvocations
    • .doThrow
    • .doNothing
    • .doAnswer
    • .doReturn
    • .given
    • .then
    • .will
    • .willAnswer
    • .willDoNothing
    • .willReturn
    • .willThrow
    • .willCallRealMethod
  • com.google.common.collect.Iterables

    • .split
    • .splitWithSameSize
    • .limit
    • .addAllTo
    • .removeAll
    • .removeIf
    • .retainAll
    • .contains
    • .get
    • .getOrDefault
    • .getFirstOrDefault
    • .getLast
    • .getLastOrDefault
    • .getOnly
    • .getOnlyOrDefault
    • .size
    • .toArray
    • .toString
    • .isEmpty
    • .frequency
    • .toImmutableIterable
  • com.google.common.collect.Iterators

    • .split
    • .splitWithSameSize
    • .limit
    • .addAllTo
    • .removeAll
    • .removeIf
    • .retainAll
    • .contains
    • .get
    • .getOrDefault
    • .getLast
    • .getLastOrDefault
    • .getOnly
    • .getOnlyOrDefault
    • .size
    • .toArray
    • .toString
    • .isEmpty
    • .frequency
    • .toImmutableIterator
  • com.google.common.collect.Lists

    • .asList
    • .newArrayList
    • .newLinkedList
    • .newCopyOnWriteArrayList
    • .toArrayList
    • .toLinkedList
    • .toCopyOnWriteArrayList
    • .reverse
    • .partition
    • .split
  • com.google.common.collect.ImmutableList

    • .newImmutableList
    • .newImmutableSortedList
    • .toImmutableList
    • .toImmutableSortedList
  • com.google.common.collect.Sets

    • .union
    • .intersection
    • .difference
    • .symmetricDifference
    • .combinations
    • .powerset
    • .cartesianProduct
    • .newIdentityHashSet
    • .newHashSet
    • .newConcurrentHashSet
    • .newLinkedHashSet
    • .newTreeSet
    • .newCopyOnWriteArraySet
    • .asSet
    • .toHashSet
    • .toConcurrentHashSet
    • .toLinkedHashSet
    • .toTreeSet
    • .toCopyOnWriteArraySet
  • com.google.common.collect.ImmutableSet

    • .newImmutableSet
    • .toImmutableSet
  • com.google.common.collect.ImmutableSortedSet

    • .newImmutableSortedSet
    • .toImmutableSortedSet
  • org.apache.commons.lang3.exception.ExceptionUtils
    • .getMessage
    • .getRootCause
    • .getRootCauseMessage
    • .getRootCauseStackTrace
    • .getStackFrames
    • .getThrowableCount
    • .getThrowableList
    • .getThrowableArray
    • .getStackTraceAsString
    • .printRootCauseStackTrace
    • .rethrow
    • .wrapAndThrow

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published