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:
parent
d4bd52f14b
commit
544765b97b
@ -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()))
|
||||
|
Loading…
Reference in New Issue
Block a user