./app-bootstrap/src/test/java/dev/caskeleton/bootstrap/notification/NotificationSecretsValidationTest.java:7:import dev.caskeleton.adapter.outbound.notification.platform.autoconfigure.NotificationPlatformMode; ./app-bootstrap/src/test/java/dev/caskeleton/bootstrap/notification/NotificationSecretsValidationTest.java:369: NotificationPlatformMode.SERVING, ./app-bootstrap/src/test/java/dev/caskeleton/bootstrap/notification/NotificationModeSsotTest.java:5:import dev.caskeleton.adapter.outbound.notification.platform.autoconfigure.NotificationPlatformMode; ./app-bootstrap/src/test/java/dev/caskeleton/bootstrap/notification/NotificationModeSsotTest.java:27: *
Derived from {@link NotificationPlatformMode#values()} rather than from a list written here, ./app-bootstrap/src/test/java/dev/caskeleton/bootstrap/notification/NotificationModeSsotTest.java:43: Arrays.stream(NotificationPlatformMode.values()).map(Enum::name).toList()); ./app-bootstrap/src/test/java/dev/caskeleton/bootstrap/notification/NotificationModeSsotTest.java:94: assertThat(Arrays.stream(NotificationPlatformMode.values()).map(Enum::name)) ./adapter/outbound/notification/src/test/java/dev/caskeleton/adapter/outbound/notification/platform/autoconfigure/NotificationPlatformSettingsTest.java:100: NotificationPlatformMode.SERVING, ./adapter/outbound/notification/src/test/java/dev/caskeleton/adapter/outbound/notification/platform/autoconfigure/NotificationSecretRequirementsTest.java:107: NotificationPlatformMode.SERVING, ./adapter/outbound/notification/src/test/java/dev/caskeleton/adapter/outbound/notification/platform/autoconfigure/NotificationProviderAssemblyTest.java:133: NotificationPlatformMode.INGEST_ONLY, ./adapter/outbound/notification/src/test/java/dev/caskeleton/adapter/outbound/notification/platform/autoconfigure/NotificationProviderAssemblyTest.java:153: assemble(Map.of(), NotificationPlatformMode.INGEST_ONLY, fakeAssembler(ProviderType.SES)); ./adapter/outbound/notification/src/test/java/dev/caskeleton/adapter/outbound/notification/platform/autoconfigure/NotificationProviderAssemblyTest.java:155: assertThat(platform.mode()).isEqualTo(NotificationPlatformMode.INGEST_ONLY); ./adapter/outbound/notification/src/test/java/dev/caskeleton/adapter/outbound/notification/platform/autoconfigure/NotificationProviderAssemblyTest.java:173: return assemble(providers, NotificationPlatformMode.SERVING, assemblers); ./adapter/outbound/notification/src/test/java/dev/caskeleton/adapter/outbound/notification/platform/autoconfigure/NotificationProviderAssemblyTest.java:178: NotificationPlatformMode mode, ./adapter/outbound/notification/src/main/java/dev/caskeleton/adapter/outbound/notification/platform/autoconfigure/NotificationPlatformSettings.java:19: NotificationPlatformMode mode, ./adapter/outbound/notification/src/main/java/dev/caskeleton/adapter/outbound/notification/platform/autoconfigure/NotificationPlatformSettings.java:28: mode = mode == null ? NotificationPlatformMode.SERVING : mode; ./adapter/outbound/notification/src/main/java/dev/caskeleton/adapter/outbound/notification/platform/autoconfigure/NotificationPlatformMode.java:11:public enum NotificationPlatformMode { ./adapter/outbound/notification/src/main/java/dev/caskeleton/adapter/outbound/notification/platform/autoconfigure/NotificationProviderAssembly.java:35: *