Package org.machanism.machai.maven
Class AbstractBindexMojoTest
java.lang.Object
org.machanism.machai.maven.AbstractBindexMojoTest
Unit tests for
AbstractBindexMojo.
Covers the determination of Bindex applicability based on project packaging.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidsetUp()(package private) voidTest that isBindexed returns false when packaging is "pom".(package private) voidTest that isBindexed returns true when packaging is not "pom".
-
Constructor Details
-
AbstractBindexMojoTest
AbstractBindexMojoTest()
-
-
Method Details
-
setUp
@BeforeEach void setUp() -
testIsBindexedTrue
@Test void testIsBindexedTrue()Test that isBindexed returns true when packaging is not "pom". -
testIsBindexedFalse
@Test void testIsBindexedFalse()Test that isBindexed returns false when packaging is "pom".
-