ScribuntoUnit report for Arguments.
This is the unit test report for Arguments, which produces integrity checks and output for debugging Arguments.
✔️ All tests passed.
| Name | Expected | Actual | |
|---|---|---|---|
| ✔️ | testAddingNewArgs | ||
| ✔️ | testAddingNewBlankArgs | ||
| ✔️ | testAddingNewSpacesArgs | ||
| ✔️ | testBadFrameInput | ||
| ✔️ | testBadOptionsInput | ||
| ✔️ | testBadValueFuncInput | ||
| ✔️ | testDefaultPrecedence | ||
| ✔️ | testDefaultPrecedenceThroughNonWrapper | ||
| ✔️ | testDefaultPrecedenceThroughWrapper | ||
| ✔️ | testDefaultPrecedenceWithWhitespace | ||
| ✔️ | testDefaultTrimmingAndBlankRemoval | ||
| ✔️ | testDeletedArgsInIpairs | ||
| ✔️ | testDeletedArgsInPairs | ||
| ✔️ | testFrameOnly | ||
| ✔️ | testFrameOnlyThroughNonWrapper | ||
| ✔️ | testIpairs | ||
| ✔️ | testIpairsEarlyExit | ||
| ✔️ | testNoNilsInPairsAfterIndex | ||
| ✔️ | testNoNilsInPairsAfterNewindex | ||
| ✔️ | testNoNilsinIpairs | ||
| ✔️ | testNoNilsinPairs | ||
| ✔️ | testNoOverwriteExistingKey | ||
| ✔️ | testNoOverwriteNewKey | ||
| ✔️ | testNoTableLengthChangeWhileIterating | ||
| ✔️ | testNoTrimOrBlankRemoval | ||
| ✔️ | testOverwriting | ||
| ✔️ | testOverwritingWithBlank | ||
| ✔️ | testOverwritingWithNil | ||
| ✔️ | testOverwritingWithSpaces | ||
| ✔️ | testPairs | ||
| ✔️ | testPairsPrecedenceWithNil | ||
| ✔️ | testPairsPrecedenceWithWhitespace | ||
| ✔️ | testParentFirst | ||
| ✔️ | testParentFirstThroughNonWrapper | ||
| ✔️ | testParentFirstThroughWrapper | ||
| ✔️ | testParentOnly | ||
| ✔️ | testParentOnlyThroughSandboxWrapper | ||
| ✔️ | testParentOnlyThroughWrapper | ||
| ✔️ | testReadOnly | ||
| ✔️ | testRemoveBlanksButNoTrimming | ||
| ✔️ | testTranslationIndex | ||
| ✔️ | testTranslationNewindex | ||
| ✔️ | testTranslationPairsWithAutoBacktranslate | ||
| ✔️ | testTranslationPairsWithBacktranslate | ||
| ✔️ | testTranslationPairsWithoutBacktranslate | ||
| ✔️ | testTrimButNoBlankRemoval | ||
| ✔️ | testValueFunc | ||
| ✔️ | testValueFuncKey | ||
| ✔️ | testValueFuncPrecedence | ||
| ✔️ | testValueFuncValue |