From ef56118ccb693cc137e45ffa056a990c3c2e16e3 Mon Sep 17 00:00:00 2001 From: ansgarz Date: Mon, 18 Apr 2022 19:15:58 +0200 Subject: [PATCH] replace assert in tests with junit assertTrue --- .run/test.run.xml | 2 +- .../provs/framework/core/ProvTest.kt | 30 +++++++++---------- .../core/platformTest/UbuntuProvTest.kt | 27 ++++++++--------- .../core/processors/ContainerProcessorTest.kt | 7 ++--- .../core/processors/LocalProcessorTest.kt | 15 +++++----- .../ubuntu/keys/ProvisionKeysTest.kt | 3 +- .../ubuntu/user/ProvisionUserKtTest.kt | 2 +- .../infrastructure/VerificationKtTest.kt | 6 ++-- 8 files changed, 45 insertions(+), 47 deletions(-) diff --git a/.run/test.run.xml b/.run/test.run.xml index fa20242..f92dc9f 100644 --- a/.run/test.run.xml +++ b/.run/test.run.xml @@ -5,7 +5,7 @@