Class AIVersionMarkerTest
- java.lang.Object
-
- net.stoerr.ai.aigenpipeline.framework.task.AIVersionMarkerTest
-
public class AIVersionMarkerTest extends Object
-
-
Constructor Summary
Constructors Constructor Description AIVersionMarkerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doesNotReplaceMarkerInContentWithoutMarker()
void
replacesMarkerInContentWithSingleMarker()
void
returnsNullWhenContentIsNull()
void
testCreate()
void
testEqualsAndHashCode()
void
testFind()
void
testHandlingNullInputs()
-
-
-
Method Detail
-
testFind
public void testFind()
-
testCreate
public void testCreate()
-
testEqualsAndHashCode
public void testEqualsAndHashCode()
-
testHandlingNullInputs
public void testHandlingNullInputs()
-
replacesMarkerInContentWithSingleMarker
public void replacesMarkerInContentWithSingleMarker()
-
doesNotReplaceMarkerInContentWithoutMarker
public void doesNotReplaceMarkerInContentWithoutMarker()
-
returnsNullWhenContentIsNull
public void returnsNullWhenContentIsNull()
-
-