Emil Kantis
08/24/2021, 5:01 PMIncompleteExecutionException
or specialization there-of.. I assume, when using Junit platform, it would be fine to import those exceptions and throw them? Is there any more "kotest-native" way of doing this?sam
08/25/2021, 1:57 AMEmil Kantis
08/25/2021, 11:03 AMIncompleteExecutionException
either.sam
08/25/2021, 11:46 AMEmil Kantis
08/26/2021, 4:32 AMEmil Kantis
08/26/2021, 4:37 AMgiven a user with permissions X should be able to do Y
, then creation and granting of permissions goes into an assumption block. If the assumptions fail, the test should show as aborted since the purpose of the test is to check that the user can do Y, not to test user creation or granting of permissionsJim
03/05/2022, 11:52 PM