Class AbstractDependencyTest


  • public abstract class AbstractDependencyTest
    extends Object
    • Constructor Detail

      • AbstractDependencyTest

        public AbstractDependencyTest()
    • Method Detail

      • shouldHandleDependencies

        @Test
        public void shouldHandleDependencies()
                                      throws Exception
        Throws:
        Exception
      • shouldHandleMultiLevelDependencies

        @Test
        public void shouldHandleMultiLevelDependencies()
                                                throws Exception
        Throws:
        Exception
      • shouldHandleMultipleDependencies

        @Test
        public void shouldHandleMultipleDependencies()
                                              throws Exception
        Throws:
        Exception
      • shouldHandleDiamondDependencies

        @Test
        public void shouldHandleDiamondDependencies()
                                             throws Exception
        Throws:
        Exception
      • shouldHandleMissingDependency

        @Test
        public void shouldHandleMissingDependency()
                                           throws Exception
        Throws:
        Exception
      • shouldPreserveOrderInDependencyResolution

        @Test
        public void shouldPreserveOrderInDependencyResolution()
                                                       throws Exception
        Throws:
        Exception