Package io.roastedroot.protobuf4j.test
Class AbstractDependencyTest
- java.lang.Object
-
- io.roastedroot.protobuf4j.test.AbstractDependencyTest
-
public abstract class AbstractDependencyTest extends Object
-
-
Constructor Summary
Constructors Constructor Description AbstractDependencyTest()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract ProtobufTestAdaptercreateAdapter(Path workdir)voidshouldHandleDependencies()voidshouldHandleDiamondDependencies()voidshouldHandleMissingDependency()voidshouldHandleMultiLevelDependencies()voidshouldHandleMultipleDependencies()voidshouldPreserveOrderInDependencyResolution()
-
-
-
Method Detail
-
createAdapter
protected abstract ProtobufTestAdapter createAdapter(Path workdir)
-
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
-
-