Skip to content
Prev Previous commit
#2788 added issuekey annotations
  • Loading branch information
Ben Zegveld authored and Ben Zegveld committed Feb 11, 2024
commit 394cb01c170ef9696195e91e74cba4e10bea9c12
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
import org.mapstruct.ap.test.nestedbeans.unmappable.warn.UnmappableTargetWarnDeepMapValueMapper;
import org.mapstruct.ap.test.nestedbeans.unmappable.warn.UnmappableTargetWarnDeepNestingMapper;
import org.mapstruct.ap.test.nestedbeans.unmappable.warn.UnmappableTargetWarnValuePropertyMapper;
import org.mapstruct.ap.testutil.IssueKey;
import org.mapstruct.ap.testutil.ProcessorTest;
import org.mapstruct.ap.testutil.WithClasses;
import org.mapstruct.ap.testutil.compilation.annotation.CompilationResult;
Expand Down Expand Up @@ -206,6 +207,7 @@ public void testTargetCollectionElementProperty() {
public void testTargetMapValueProperty() {
}

@IssueKey( "2788" )
@ProcessorTest
@WithClasses({
UnmappableSourceDeepNestingMapper.class
Expand All @@ -224,6 +226,7 @@ public void testTargetMapValueProperty() {
public void testSourceDeepNestedBeans() {
}

@IssueKey( "2788" )
@ProcessorTest
@WithClasses({
UnmappableSourceDeepListMapper.class
Expand All @@ -242,6 +245,7 @@ public void testSourceDeepNestedBeans() {
public void testSourceIterables() {
}

@IssueKey( "2788" )
@ProcessorTest
@WithClasses({
UnmappableSourceDeepMapKeyMapper.class
Expand All @@ -260,6 +264,7 @@ public void testSourceIterables() {
public void testSourceMapKeys() {
}

@IssueKey( "2788" )
@ProcessorTest
@WithClasses({
UnmappableSourceDeepMapValueMapper.class
Expand All @@ -278,6 +283,7 @@ public void testSourceMapKeys() {
public void testSourceMapValues() {
}

@IssueKey( "2788" )
@ProcessorTest
@WithClasses({
UnmappableSourceCollectionElementPropertyMapper.class
Expand All @@ -296,6 +302,7 @@ public void testSourceMapValues() {
public void testSourceCollectionElementProperty() {
}

@IssueKey( "2788" )
@ProcessorTest
@WithClasses({
UnmappableSourceValuePropertyMapper.class
Expand Down Expand Up @@ -387,6 +394,7 @@ public void testSourceMapEnumProperty() {
public void testWarnUnmappedTargetProperties() {
}

@IssueKey( "2788" )
@ProcessorTest
@WithClasses({
UnmappableSourceWarnDeepNestingMapper.class,
Expand Down