1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00

Test platform interoperability

This commit is contained in:
Sven Merk 2019-12-16 10:03:34 +01:00
parent d4bd52f14b
commit 544765b97b

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: [some-service\\pom.xml, some-other-service\\pom.xml]'))
assertThat(loggingRule.log, containsString("Found 2 maven descriptor files: [some-service${File.separator}pom.xml, some-other-service${File.separator}pom.xml]".toString()))
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()))