-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Missions - Corrections après revue de la synchronisation en mode iso-…
- Loading branch information
Showing
11 changed files
with
649 additions
and
31 deletions.
There are no files selected for viewing
281 changes: 281 additions & 0 deletions
281
backend/src/test/kotlin/fr/gouv/cnsp/monitorfish/domain/entities/CountryCodeUTests.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,281 @@ | ||
package fr.gouv.cnsp.monitorfish.domain.entities | ||
|
||
import com.neovisionaries.i18n.CountryCode | ||
import org.assertj.core.api.Assertions.assertThat | ||
import org.assertj.core.api.Assertions.catchThrowable | ||
import org.junit.jupiter.api.Test | ||
import org.junit.jupiter.api.extension.ExtendWith | ||
import org.springframework.test.context.junit.jupiter.SpringExtension | ||
import java.time.ZonedDateTime | ||
import java.util.* | ||
|
||
@ExtendWith(SpringExtension::class) | ||
class CountryCodeUTests { | ||
|
||
@Test | ||
fun `country codes from NAVPRO should be included in CountryCode library`() { | ||
// Given these country codes from NAVPRO | ||
val countryCodesFromNavpro = listOf( | ||
"NA", | ||
"NE", | ||
"NF", | ||
"NG", | ||
"NI", | ||
"NL", | ||
"NO", | ||
"NP", | ||
"NR", | ||
"NU", | ||
"NZ", | ||
"OM", | ||
"PA", | ||
"PE", | ||
"PF", | ||
"PG", | ||
"PH", | ||
"PK", | ||
"PL", | ||
"PM", | ||
"PN", | ||
"PR", | ||
"PS", | ||
"PT", | ||
"PW", | ||
"PY", | ||
"QA", | ||
"RE", | ||
"RO", | ||
"RU", | ||
"RW", | ||
"SA", | ||
"SB", | ||
"SC", | ||
"SD", | ||
"SE", | ||
"SG", | ||
"SH", | ||
"SI", | ||
"SJ", | ||
"SK", | ||
"SL", | ||
"SM", | ||
"SN", | ||
"SO", | ||
"SR", | ||
"ST", | ||
"SV", | ||
"SY", | ||
"SZ", | ||
"TC", | ||
"TD", | ||
"TF", | ||
"TG", | ||
"TH", | ||
"TJ", | ||
"TK", | ||
"TM", | ||
"TN", | ||
"TO", | ||
"TP", | ||
"TR", | ||
"TT", | ||
"TV", | ||
"TW", | ||
"TZ", | ||
"UA", | ||
"UG", | ||
"UM", | ||
"US", | ||
"UY", | ||
"UZ", | ||
"VA", | ||
"VC", | ||
"VE", | ||
"VG", | ||
"VI", | ||
"VN", | ||
"VU", | ||
"WF", | ||
"WS", | ||
"YE", | ||
"YT", | ||
"YU", | ||
"ZA", | ||
"ZM", | ||
"ZW", | ||
"CS", | ||
"MA", | ||
"AI", | ||
"AQ", | ||
"BO", | ||
"BW", | ||
"CF", | ||
"CV", | ||
"DO", | ||
"ER", | ||
"FX", | ||
"GB", | ||
"GQ", | ||
"GT", | ||
"GY", | ||
"HM", | ||
"IO", | ||
"KH", | ||
"KZ", | ||
"LC", | ||
"MP", | ||
"MW", | ||
"NC", | ||
"BR", | ||
"CH", | ||
"CO", | ||
"DM", | ||
"EG", | ||
"FJ", | ||
"FO", | ||
"GI", | ||
"IL", | ||
"JM", | ||
"KI", | ||
"KP", | ||
"KY", | ||
"LR", | ||
"MH", | ||
"MV", | ||
"MZ", | ||
"AE", | ||
"AN", | ||
"AS", | ||
"BA", | ||
"BH", | ||
"BN", | ||
"AG", | ||
"BG", | ||
"CD", | ||
"FI", | ||
"GW", | ||
"IN", | ||
"KR", | ||
"LU", | ||
"MT", | ||
"MD", | ||
"AD", | ||
"AF", | ||
"AL", | ||
"AM", | ||
"AO", | ||
"AR", | ||
"AT", | ||
"AU", | ||
"AW", | ||
"AZ", | ||
"BB", | ||
"BD", | ||
"BE", | ||
"BF", | ||
"BI", | ||
"BJ", | ||
"BM", | ||
"BS", | ||
"BT", | ||
"BV", | ||
"BY", | ||
"BZ", | ||
"CA", | ||
"CC", | ||
"CG", | ||
"CI", | ||
"CK", | ||
"CL", | ||
"CM", | ||
"CN", | ||
"CR", | ||
"CU", | ||
"CX", | ||
"CY", | ||
"CZ", | ||
"DE", | ||
"DJ", | ||
"DK", | ||
"DZ", | ||
"EC", | ||
"EE", | ||
"EH", | ||
"ES", | ||
"ET", | ||
"FK", | ||
"FM", | ||
"FR", | ||
"GA", | ||
"GD", | ||
"GE", | ||
"GF", | ||
"GH", | ||
"GL", | ||
"GM", | ||
"GN", | ||
"GP", | ||
"GR", | ||
"GS", | ||
"GU", | ||
"HK", | ||
"HN", | ||
"HR", | ||
"HT", | ||
"HU", | ||
"ID", | ||
"IE", | ||
"IQ", | ||
"IR", | ||
"IS", | ||
"IT", | ||
"JO", | ||
"JP", | ||
"KE", | ||
"KG", | ||
"KM", | ||
"KN", | ||
"KW", | ||
"LA", | ||
"LB", | ||
"LI", | ||
"LK", | ||
"LS", | ||
"LT", | ||
"LV", | ||
"LY", | ||
"MC", | ||
"MG", | ||
"MK", | ||
"ML", | ||
"MM", | ||
"MN", | ||
"MO", | ||
"MQ", | ||
"MR", | ||
"MS", | ||
"MU", | ||
"MX", | ||
"MY", | ||
"CW", | ||
"GG", | ||
"IM", | ||
"JE", | ||
"ME", | ||
"BQ", | ||
"BL", | ||
"MF", | ||
"SX", | ||
"RS", | ||
"SS", | ||
) | ||
|
||
// When | ||
countryCodesFromNavpro.forEach { | ||
val code = CountryCode.getByCode(it) | ||
|
||
println("Found $code for $it") | ||
assertThat(code).isNotNull() | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.