Module talk:ScribuntoUnit/showcase

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

☒N 13 tests failed.

Name Expected Actual
checkY testAssertTrueSuccessful
☒N testAssertTrueFailed Module:ScribuntoUnit/showcase:10: Failed to assert that false is true
☒N testAssertTrueFailedWithMessage Module:ScribuntoUnit/showcase:14: A custom message

Failed to assert that false is true

checkY testAssertStringContainsSuccessful
☒N testAssertStringContainsFailed Module:ScribuntoUnit/showcase:22: Failed to find pattern "not contained" in string "will fail"
☒N testAssertStringContainsFailedTruncated Module:ScribuntoUnit/showcase:26: Failed to find pattern "not contained" in string "does not contain given text and is a very long string, actually so long, that it will be truncated in the test report"
☒N testAssertStringContainsFailedWithMessage Module:ScribuntoUnit/showcase:31: custom message

Failed to find pattern "not contained" in string "will fail with an extra message"

checkY testAssertEqualsSuccessful
☒N testAssertEqualsFailed not equal will fail
☒N testAssertEqualsFailedWithMessage / custom message not equal will fail with an extra message
checkY testAssertWithinDeltaSuccessful
☒N testAssertWithinDeltaFailed 0.2 0.25
☒N testAssertWithinDeltaFailedWithMessage / custom message 0.2 0.25
checkY testAssertDeepEqualsSuccessful
☒N testAssertDeepEqualsFailed table#1 {

["a"] = 3, ["b"] = 3, }

Wikipedia:Sandbox
☒N testAssertTemplateEqualsSuccessful 4
checkY testAssertThrowsSuccessful
☒N testAssertThrowsFailed Module:ScribuntoUnit/showcase:75: Expected exception but none was thrown
checkY testAssertThrowsWithStringMessageSuccessful
checkY testAssertThrowsWithTableMessageSuccessful
☒N testAssertThrowsWithUnexpectedErrorMessageFailed foo msg