1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00
This commit is contained in:
Sven Merk 2019-12-16 09:55:07 +01:00
parent c479e69ebc
commit d4bd52f14b

View File

@ -67,7 +67,7 @@ class MtaMultiplexerTest extends BasePiperTest {
// asserts
assertThat(result.size(), is(2))
assertThat(result, hasKey('TestJobs - some-other-service'))
assertThat(loggingRule.log, containsString('Found 2 maven descriptor files!'))
assertThat(loggingRule.log, containsString('Found 2 maven descriptor files: [some-service\\pom.xml, some-other-service\\pom.xml]'))
assertThat(optionsList.get(0), hasEntry('myParameters', 'value'))
assertThat(optionsList.get(0), hasEntry('scanType', 'maven'))
assertThat(optionsList.get(0), hasEntry('buildDescriptorFile', "some-service${File.separator}pom.xml".toString()))