Class IBVersionsSupplierTest
- java.lang.Object
-
- org.infrastructurebuilder.util.versions.IBVersionsSupplierTest
-
public class IBVersionsSupplierTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IBVersionsSupplierTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()static voidsetUpBeforeClass()voidtearDown()static voidtearDownAfterClass()voidtestIBMavenException()voidtestNotNull()
-
-
-
Method Detail
-
setUpBeforeClass
@BeforeAll public static void setUpBeforeClass() throws java.lang.Exception- Throws:
java.lang.Exception
-
tearDownAfterClass
@AfterAll public static void tearDownAfterClass() throws java.lang.Exception- Throws:
java.lang.Exception
-
setUp
@BeforeEach public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
tearDown
@AfterEach public void tearDown() throws java.lang.Exception- Throws:
java.lang.Exception
-
testIBMavenException
@Test public void testIBMavenException()
-
testNotNull
@Test public void testNotNull()
-
-