Klasse ContainerTest

java.lang.Object
ch.nolix.core.testing.standardtest.StandardTest
ch.nolix.coretest.container.base.ContainerTest
Bekannte direkte Unterklassen:
FilterContainerViewTest

public abstract class ContainerTest extends StandardTest
  • Konstruktordetails

    • ContainerTest

      public ContainerTest()
  • Methodendetails

    • createContainerWithElements

      protected abstract <E> IContainer<E> createContainerWithElements(E element, E... elements)
    • createEmptyContainerForType

      protected abstract <E> IContainer<E> createEmptyContainerForType(Class<E> type)