Add exceptions.
This commit is contained in:
parent
bd46ce9775
commit
1f2b7eb641
1 changed files with 2 additions and 0 deletions
|
|
@ -99,8 +99,10 @@ class KonsistClassNameTest {
|
||||||
.classes()
|
.classes()
|
||||||
.withNameContaining("Fake")
|
.withNameContaining("Fake")
|
||||||
.withoutName(
|
.withoutName(
|
||||||
|
"FakeAesKeyGenerator",
|
||||||
"FakeFileSystem",
|
"FakeFileSystem",
|
||||||
"FakeImageLoader",
|
"FakeImageLoader",
|
||||||
|
"FakeKeyStore",
|
||||||
"FakeListenableFuture",
|
"FakeListenableFuture",
|
||||||
)
|
)
|
||||||
.assertTrue {
|
.assertTrue {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue