Class com.ibm.ws.security.fat.common.expectations.ExceptionMessageExpectationTest

27

tests

0

failures

0

ignored

0.047s

duration

100%

successful

Tests

Test Duration Result
test_constructor 0.001s passed
test_constructor_nullArgs 0.002s passed
test_isExpectationForAction_expectationActionNull_testActionEmpty 0.001s passed
test_isExpectationForAction_expectationActionNull_testActionNonEmpty 0s passed
test_isExpectationForAction_expectationActionNull_testActionNull 0.001s passed
test_isExpectationForAction_testActionEmpty 0.001s passed
test_isExpectationForAction_testActionMatch 0.001s passed
test_isExpectationForAction_testActionMismatch 0.001s passed
test_isExpectationForAction_testActionNull 0.001s passed
test_validate_checkTypeContains_fails 0.003s passed
test_validate_checkTypeContains_passes 0.003s passed
test_validate_checkTypeDoesNotContain_fails 0.006s passed
test_validate_checkTypeDoesNotContain_passes 0.002s passed
test_validate_checkTypeDoesNotMatch_fails 0.003s passed
test_validate_checkTypeDoesNotMatch_passes 0.002s passed
test_validate_checkTypeMatches_fails 0.003s passed
test_validate_checkTypeMatches_matchSpansMultipleLines 0.003s passed
test_validate_checkTypeMatches_passes 0.002s passed
test_validate_currentTestActionDifferentCasing 0.001s passed
test_validate_currentTestActionSubstring 0s passed
test_validate_currentTestActionSuperstring 0.001s passed
test_validate_mismatchedCurrentTestAction 0.001s passed
test_validate_nullContentObject 0.002s passed
test_validate_nullCurrentTestAction 0.002s passed
test_validate_nullResponseText 0.002s passed
test_validate_unknownCheckType 0.001s passed
test_validate_unsupportedResponseType 0.001s passed

Standard output

SharedOutputManager captured the following: 
-- System.out -------------------------------------------------
-- System.err -------------------------------------------------
-- Messages -------------------------------------------------
-- Trace -------------------------------------------------

Standard error

[ERROR   ] Error printing response (log error and go on)
Unknown response type: java.lang.String
[ERROR   ] Error printing response (log error and go on)
Getting title not supported with type: com.gargoylesoftware.htmlunit.WebResponse$$EnhancerByCGLIB$$9186bc2c
Apr 01, 2020 6:12:39 PM com.ibm.ws.security.fat.common.validation.TestValidationUtils validateStringContains
INFO: Test assertion is: false
Apr 01, 2020 6:12:39 PM com.ibm.ws.security.fat.common.validation.TestValidationUtils validateStringContains
INFO: This is an expectation-defined failure message. Was expecting to find [searchForVal] but received [missing search value]
Apr 01, 2020 6:12:39 PM com.ibm.ws.security.fat.common.validation.TestValidationUtils validateStringContains
INFO: Test assertion is: true
Apr 01, 2020 6:12:39 PM com.ibm.ws.security.fat.common.validation.TestValidationUtils validateStringDoesNotContain
INFO: Test assertion is: false
Apr 01, 2020 6:12:39 PM com.ibm.ws.security.fat.common.validation.TestValidationUtils validateStringDoesNotContain
INFO: This is an expectation-defined failure message. Was not expecting to find [searchForVal] but received [<html>

<head>

<title>Hello</title>

</head>

<body>Hello, searchForVal!

</body>

</html>]
Apr 01, 2020 6:12:39 PM com.ibm.ws.security.fat.common.validation.TestValidationUtils validateStringDoesNotContain
INFO: Test assertion is: true
Apr 01, 2020 6:12:39 PM com.ibm.ws.security.fat.common.validation.TestValidationUtils validateRegexFound
INFO: Test assertion is: false
Apr 01, 2020 6:12:39 PM com.ibm.ws.security.fat.common.validation.TestValidationUtils validateRegexFound
INFO: This is an expectation-defined failure message. Did not find expected regex [searchForVal] in content: [Hello, world!]
Apr 01, 2020 6:12:39 PM com.ibm.ws.security.fat.common.validation.TestValidationUtils validateRegexFound
INFO: Test assertion is: false
Apr 01, 2020 6:12:39 PM com.ibm.ws.security.fat.common.validation.TestValidationUtils validateRegexFound
INFO: This is an expectation-defined failure message. Did not find expected regex [<html>.+</html>] in content: [<html>

<head>

<title>Hello</title>

</head>

<body>Hello, world!

</body>

</html>]
Apr 01, 2020 6:12:39 PM com.ibm.ws.security.fat.common.validation.TestValidationUtils validateRegexFound
INFO: Test assertion is: true
Apr 01, 2020 6:12:39 PM com.ibm.ws.security.fat.common.validation.TestValidationUtils validateRegexNotFound
INFO: Test assertion is: false
Apr 01, 2020 6:12:39 PM com.ibm.ws.security.fat.common.validation.TestValidationUtils validateRegexNotFound
INFO: This is an expectation-defined failure message. Found unexpected regex [<html>.+</html>] in content: [<html><head><title>Hello</title></head><body>Hello, world!</body></html>]
Apr 01, 2020 6:12:39 PM com.ibm.ws.security.fat.common.validation.TestValidationUtils validateRegexNotFound
INFO: Test assertion is: true
Apr 01, 2020 6:12:39 PM com.ibm.ws.security.fat.common.web.WebResponseUtils getResponseText
INFO: pageOrResponse is null