Add exceptions.

This commit is contained in:
Benoit Marty 2025-12-19 09:44:58 +01:00
parent bd46ce9775
commit 1f2b7eb641

View file

@ -99,8 +99,10 @@ class KonsistClassNameTest {
.classes() .classes()
.withNameContaining("Fake") .withNameContaining("Fake")
.withoutName( .withoutName(
"FakeAesKeyGenerator",
"FakeFileSystem", "FakeFileSystem",
"FakeImageLoader", "FakeImageLoader",
"FakeKeyStore",
"FakeListenableFuture", "FakeListenableFuture",
) )
.assertTrue { .assertTrue {