All Downloads are FREE. Search and download functionalities are using the official Maven repository.

testgeneration_templates.resulthandler_assert.tmp Maven / Gradle / Ivy

			String expectedBodyContent = "${expected_body_part}";
			if( ! responseBody.contains(expectedBodyContent)) {
				resultHandler.setStatus(false);
				resultHandler.setMessage("Body content not found:" + expectedBodyContent );
				return;
			}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy