Commit 750bd1ba authored by Philip Makedonski's avatar Philip Makedonski
Browse files

+ updated templates

parent 07749cc6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -45,11 +45,11 @@ Component ${componentType} {
	Expected behaviour
	ensure that {
		when {
			tester::interface sends "hello" to sut::interface
			${source:CrossReference('Message.sourceGate')} sends "ey" to sut::interface
			tester::interface sends "hello" {string} to sut::interface
			${source:CrossReference('Message.sourceGate')} sends "hey"  {string}  to sut::interface
		}	
		then {
			tester::interface receives "hello back" from sut::interface
			tester::interface receives "hello back"  {string}  from sut::interface
		}				
	} 		
}