Package org.machanism.machai.maven
Class CreateTest
java.lang.Object
org.machanism.machai.maven.CreateTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidsetUp()(package private) voidTest that the create goal executes without exception (and does nothing) for unsupported packaging (pom).(package private) voidTest that the create goal executes without exception for supported packaging.
-
Constructor Details
-
CreateTest
CreateTest()
-
-
Method Details
-
setUp
@BeforeEach void setUp() -
testExecuteNoExceptionIfBindexed
@Test @Disabled("Need to fix.") void testExecuteNoExceptionIfBindexed()Test that the create goal executes without exception for supported packaging. -
testExecuteNoActionIfNotBindexed
@Test void testExecuteNoActionIfNotBindexed()Test that the create goal executes without exception (and does nothing) for unsupported packaging (pom).
-