Skip to content

Commit

Permalink
Fiske tester innhentet tilleggsstønad
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur93 committed Dec 10, 2024
1 parent 1f9f5d2 commit eb7099d
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<properties>
<java.version>21</java.version>
<kotlin.version>2.1.0</kotlin.version>
<bidrag-felles.version>2024.12.09.155358</bidrag-felles.version>
<bidrag-felles.version>2024.12.10.074340</bidrag-felles.version>
<bidrag-beregn-felles.version>2024.12.09.142728</bidrag-beregn-felles.version>
<h2.version>2.3.232</h2.version>
<logback-encoder.version>8.0</logback-encoder.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ fun List<GrunnlagDto>.hentInnhentetSivilstand() =
}

fun List<GrunnlagDto>.henteGrunnlagBarnetilsyn() =
filtrerBasertPåEgenReferanse(grunnlagType = Grunnlagstype.INNHENTET_INNTEKT_BARNETILSYN)
filtrerBasertPåEgenReferanse(grunnlagType = Grunnlagstype.INNHENTET_BARNETILSYN)
.flatMap {
val gjelder = hentPersonMedReferanse(it.gjelderReferanse)!!
val innhold = it.innholdTilObjekt<InnhentetBarnetilsyn>()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ private fun List<GrunnlagDto>.hentGrunnlagBarnetilsyn(
Grunnlagsdatatype.BARNETILSYN,
grunnlag,
gjelderIdent,
innhentetTidspunkt(Grunnlagstype.INNHENTET_INNTEKT_BARNETILSYN),
innhentetTidspunkt(Grunnlagstype.INNHENTET_BARNETILSYN),
lesemodus,
)

Expand All @@ -413,7 +413,7 @@ private fun List<GrunnlagDto>.hentGrunnlagBarnetilsyn(
Grunnlagsdatatype.BARNETILSYN,
barnetsGrunnlag,
gjelderIdent,
innhentetTidspunkt(Grunnlagstype.INNHENTET_INNTEKT_BARNETILSYN),
innhentetTidspunkt(Grunnlagstype.INNHENTET_BARNETILSYN),
lesemodus,
true,
personidentBarn,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ fun List<BarnetilsynGrunnlagDto>.tilGrunnlagsobjekt(
personobjekter: Set<GrunnlagDto>,
) = GrunnlagDto(
referanse = opprettBarnetilsynGrunnlagsreferanse(gjelderReferanse),
type = Grunnlagstype.INNHENTET_INNTEKT_BARNETILSYN,
type = Grunnlagstype.INNHENTET_BARNETILSYN,
gjelderReferanse = gjelderReferanse,
innhold =
POJONode(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class VedtakserviceBidragTest : CommonVedtakTilBehandlingTest() {
val request = opprettVedtakRequest
request.type shouldBe Vedtakstype.FASTSETTELSE
withClue("Grunnlagliste skal inneholde ${request.grunnlagListe.size} grunnlag") {
request.grunnlagListe shouldHaveSize 170
request.grunnlagListe shouldHaveSize 171
}
}

Expand Down Expand Up @@ -302,7 +302,8 @@ class VedtakserviceBidragTest : CommonVedtakTilBehandlingTest() {
hentGrunnlagstyper(Grunnlagstype.BEREGNET_INNTEKT) shouldHaveSize 3
hentGrunnlagstyper(Grunnlagstype.INNHENTET_INNTEKT_SKATTEGRUNNLAG_PERIODE) shouldHaveSize 5
hentGrunnlagstyper(Grunnlagstype.INNHENTET_INNTEKT_AINNTEKT) shouldHaveSize 3
hentGrunnlagstyper(Grunnlagstype.INNHENTET_INNTEKT_BARNETILSYN) shouldHaveSize 1
hentGrunnlagstyper(Grunnlagstype.INNHENTET_TILLEGGSSTØNAD) shouldHaveSize 1
hentGrunnlagstyper(Grunnlagstype.INNHENTET_BARNETILSYN) shouldHaveSize 1
hentGrunnlagstyper(Grunnlagstype.INNHENTET_INNTEKT_BARNETILLEGG) shouldHaveSize 1
hentGrunnlagstyper(Grunnlagstype.INNHENTET_INNTEKT_UTVIDETBARNETRYGD) shouldHaveSize 1
hentGrunnlagstyper(Grunnlagstype.INNHENTET_INNTEKT_SMÅBARNSTILLEGG) shouldHaveSize 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ class VedtakInnhentetGrunnlagTest {

@Nested
inner class InnhentetUnderholdskostnadTest {
fun List<GrunnlagDto>.hentBarnetilsyn() = this.filter { it.type == Grunnlagstype.INNHENTET_INNTEKT_BARNETILSYN }
fun List<GrunnlagDto>.hentBarnetilsyn() = this.filter { it.type == Grunnlagstype.INNHENTET_BARNETILSYN }

@Test
fun `skal mappe innhentet barnetilsyn`() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,7 @@ fun opprettAlleAktiveGrunnlagFraFil(
opprettGrunnlagFraFil(behandling, filJsonString, Grunnlagsdatatype.BOFORHOLD),
opprettGrunnlagFraFil(behandling, filJsonString, Grunnlagsdatatype.ARBEIDSFORHOLD),
opprettGrunnlagFraFil(behandling, filJsonString, Grunnlagsdatatype.BARNETILSYN),
opprettGrunnlagFraFil(behandling, filJsonString, Grunnlagsdatatype.TILLEGGSSTØNAD),
opprettGrunnlagFraFil(behandling, filJsonString, Grunnlagsdatatype.BARNETILLEGG),
opprettGrunnlagFraFil(behandling, filJsonString, Grunnlagsdatatype.KONTANTSTØTTE),
opprettGrunnlagFraFil(behandling, filJsonString, Grunnlagsdatatype.SMÅBARNSTILLEGG),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import no.nav.bidrag.transport.behandling.grunnlag.response.RelatertPersonGrunnl
import no.nav.bidrag.transport.behandling.grunnlag.response.SivilstandGrunnlagDto
import no.nav.bidrag.transport.behandling.grunnlag.response.SkattegrunnlagGrunnlagDto
import no.nav.bidrag.transport.behandling.grunnlag.response.SmåbarnstilleggGrunnlagDto
import no.nav.bidrag.transport.behandling.grunnlag.response.TilleggsstønadGrunnlagDto
import no.nav.bidrag.transport.behandling.grunnlag.response.UtvidetBarnetrygdGrunnlagDto
import no.nav.bidrag.transport.behandling.inntekt.request.Ainntektspost
import no.nav.bidrag.transport.behandling.inntekt.request.Barnetillegg
Expand Down Expand Up @@ -70,6 +71,9 @@ fun opprettGrunnlagFraFil(
Grunnlagsdatatype.BARNETILSYN ->
grunnlag.barnetilsynListe.tilGrunnlagEntity(behandling)

Grunnlagsdatatype.TILLEGGSSTØNAD ->
grunnlag.tilleggsstønadBarnetilsynListe.tilGrunnlagEntity(behandling)

Grunnlagsdatatype.KONTANTSTØTTE ->
grunnlag.kontantstøtteListe.tilGrunnlagEntity(behandling)

Expand Down Expand Up @@ -138,6 +142,17 @@ fun List<BarnetilleggGrunnlagDto>.tilGrunnlagEntity(behandling: Behandling) =
)
}

@JvmName("tilleggsstønadGrunnlagDtoTilGrunnlagEntity")
fun List<TilleggsstønadGrunnlagDto>.tilGrunnlagEntity(behandling: Behandling) =
groupBy { it.partPersonId }
.map { (partPersonId, grunnlag) ->
behandling.opprettGrunnlag(
Grunnlagsdatatype.TILLEGGSSTØNAD,
grunnlag,
partPersonId,
)
}

@JvmName("barnetilsynGrunnlagDtoTilGrunnlagEntity")
fun List<BarnetilsynGrunnlagDto>.tilGrunnlagEntity(behandling: Behandling) =
groupBy { it.partPersonId }
Expand Down
6 changes: 6 additions & 0 deletions src/test/resources/__files/grunnlagresponse_bp.json
Original file line number Diff line number Diff line change
Expand Up @@ -3151,6 +3151,12 @@
"beløp": 1000.0
}
],
"tilleggsstønadBarnetilsynListe": [
{
"partPersonId": "{bmIdent}",
"harInnvilgetVedtak": true
}
],
"småbarnstilleggListe": [
{
"personId": "{bpIdent}",
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/__files/vedtak_response.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
{
"referanse": "innhentet_barnetilsyn_person_PERSON_BIDRAGSMOTTAKER_19780825_69",
"type": "INNHENTET_INNTEKT_BARNETILSYN",
"type": "INNHENTET_BARNETILSYN",
"innhold": {
"datakilde": "FAMILIE_EF_SAK",
"hentetTidspunkt": "2024-01-01T00:00:00",
Expand Down

0 comments on commit eb7099d

Please sign in to comment.