Skip to content

Latest commit

 

History

History
142 lines (141 loc) · 9.85 KB

File metadata and controls

142 lines (141 loc) · 9.85 KB

StrmanTests: 138 total, 138 passed, 441 ms

Process finished with exit code 0

82 ms: passedStrmanTests.collapseWhitespace_shouldReplaceConsecutiveWhitespaceWithSingleSpace 0 ms: passedStrmanTests.transliterate_shouldTransliterateTheText 0 ms: passedStrmanTests.prepend_shouldPrependStrings 0 ms: passedStrmanTests.endsWith_caseSensitive_ShouldBeTrueWhenStringEndsWithSearchStr 31 ms: passedStrmanTests.toSnakeCase_shouldSnakeCaseAString 0 ms: passedStrmanTests.trimStart_shouldRemoveAllWhitespaceAtStart 0 ms: passedStrmanTests.at_shouldFindCharacterAtIndex 0 ms: passedStrmanTests.underscored_shouldReturnNullIfNullPassedIn 0 ms: passedStrmanTests.join_shouldThrowIllegalArgumentExceptionWhenSeparatorIsNull 62 ms: passedStrmanTests.charsCount_shouldReturnCharsCountWhenInputIsAComplexString 0 ms: passedStrmanTests.isBlank_shouldReturnFalseIfNotEmpty 16 ms: passedStrmanTests.zip_shouldReturnExpectedListOfTriplets_whenThreeInputs 0 ms: passedStrmanTests.snakeCase_shouldConvertAStringToSnakecase 0 ms: passedStrmanTests.zip_shouldReturnExpectedListOfPairs_whenBothInputsHaveSameSize 0 ms: passedStrmanTests.charsCount_shouldReturnEmptyWhenInputStringIsEmpty 0 ms: passedStrmanTests.containsAny_shouldReturnFalseWhenNoneOfSearchNeedleExistInInputValue 47 ms: passedStrmanTests.htmlEncode_shouldBeEncodedToHtmlEntities 0 ms: passedStrmanTests.endsWith_notCaseSensitive_ShouldBeTrueWhenStringEndsWithSearchStr 0 ms: passedStrmanTests.appendArray_ShouldThrowIllegalArgumentExceptionWhenValueIsNull 0 ms: passedStrmanTests.endsWith_notCaseSensitiveAtPosition_ShouldBeTrueWhenStringEndsWithSearchStr 0 ms: passedStrmanTests.removeRight_shouldNotLowercaseWhenCaseInsensitive 0 ms: passedStrmanTests.isLowerCase_shouldBeFalseWhenStringIsNotLowerCase 0 ms: passedStrmanTests.append_shouldAppendStringsToEndOfValue 0 ms: passedStrmanTests.isBlank_shouldReturnTrueIfEmpty 15 ms: passedStrmanTests.hexDecode_shouldDecodeHexCodeToString 0 ms: passedStrmanTests.words_shouldConvertTextToWords 0 ms: passedStrmanTests.containsAll_shouldReturnTrueOnlyWhenAllNeedlesAreContainedInValue 0 ms: passedStrmanTests.last_shouldReturnLastNChars 0 ms: passedStrmanTests.binDecode_shouldDecodeABinaryStringToAValue 0 ms: passedStrmanTests.ensureRight_shouldEnsureStringEndsWithBar 0 ms: passedStrmanTests.zip_shouldReturnExpectedListOfPairs_whenFirstInputIsBiggerThanSecond 0 ms: passedStrmanTests.zip_shouldReturnInputInListForm_whenOnlyOneInput 0 ms: passedStrmanTests.kebabCase_shouldConvertAStringToKebabCase 0 ms: passedStrmanTests.capitalize_shouldCapitalizeFirstCharacterOfString 31 ms: passedStrmanTests.slugify_shouldBeFooAndBar 0 ms: passedStrmanTests.transliterate_shouldDeburrTheString 0 ms: passedStrmanTests.collapseWhitespace_shouldReplaceConsecutiveWhitespaceBetweenMultipleStrings 0 ms: passedStrmanTests.zip_shouldReturnExpectedListOfTuples_whenMoreThanThreeInputs 0 ms: passedStrmanTests.safeTruncate_shouldSafelyTruncateStrings 0 ms: passedStrmanTests.format_shouldFormatStringsToFooBar 16 ms: passedStrmanTests.dasherize_shouldDasherizeInputString 15 ms: passedStrmanTests.containsAll_shouldReturnFalseOnlyWhenAllNeedlesAreNotContainedInValue 0 ms: passedStrmanTests.removeLeft_shouldNotLowercaseWhenCaseInsensitive 0 ms: passedStrmanTests.first_shouldReturnFirstThreeCharsOfString 0 ms: passedStrmanTests.isLowerCase_shouldBeTrueWhenStringIsLowerCase 0 ms: passedStrmanTests.chars_shouldReturnAllCharactersInString 0 ms: passedStrmanTests.indexOf_shouldBeTrueWhenNeedleExistCaseSensitive 0 ms: passedStrmanTests.truncate_shouldTruncateString 0 ms: passedStrmanTests.decDecode_shouldDecodeDecimalStringToString 0 ms: passedStrmanTests.prependArray_shouldPrependStrings 0 ms: passedStrmanTests.charsCount_shouldReturnEmptyWhenInputStringIsNull 0 ms: passedStrmanTests.isString_shouldBeTrueWhenValueIsString 0 ms: passedStrmanTests.countSubstr_shouldCountSubStrCountCaseInsensitiveWithOverlapInValue 0 ms: passedStrmanTests.replace_shouldReplaceAllOccurrencesOfStringCaseSensitive 0 ms: passedStrmanTests.ensureLeft_notCaseSensitive_shouldEnsureValueStartsWithFoo 0 ms: passedStrmanTests.append_shouldThrowIllegalArgumentExceptionWhenValueIsNull 0 ms: passedStrmanTests.escapeRegExp_shouldEscapeRegExp 0 ms: passedStrmanTests.leftTrim_shouldRemoveSpacesOnLeft 0 ms: passedStrmanTests.removeLeft_shouldRemoveStringFromLeft 0 ms: passedStrmanTests.countSubstrTestFixture_caseSensitiveTrueAndOverlappingFalse 0 ms: passedStrmanTests.slugify_shouldBeFooBar 0 ms: passedStrmanTests.base64Encode_shouldEncodeAString 0 ms: passedStrmanTests.countSubstr_shouldCountSubStrCountCaseSensitiveWithoutOverlapInValue 16 ms: passedStrmanTests.rightPad_shouldRightPadAString 0 ms: passedStrmanTests.unequal_shouldTestInequalityOfStrings 0 ms: passedStrmanTests.removeRight_shouldRemoveStringFromRight 0 ms: passedStrmanTests.formatNumber_shouldFormatNumberWithCommaDelimiter 0 ms: passedStrmanTests.binEncode_shouldEncodeAStringToBinaryFormat 0 ms: passedStrmanTests.lines_shouldSplitToLines 0 ms: passedStrmanTests.countSubstr_shouldCountSubStrCountCaseSensitiveWithOverlapInValue 0 ms: passedStrmanTests.zip_shouldReturnEmptyList_whenNotEnoughInputs 10 ms: passedStrmanTests.removeEmptyStrings_shouldRemoveEmptyStrings 0 ms: passedStrmanTests.inequal_shouldTestInequalityOfStrings 1 ms: passedStrmanTests.countSubstrTestFixture_caseSensitiveFalseAndOverlappingFalse 0 ms: passedStrmanTests.replace_shouldReplaceAllOccurrencesOfString 1 ms: passedStrmanTests.endsWith_caseSensitiveAtPosition_ShouldBeTrueWhenStringEndsWithSearchStr 0 ms: passedStrmanTests.reverse_shouldReverseInputString 0 ms: passedStrmanTests.zip_shouldReturnListOfOneElement_forSimplestValidInput 0 ms: passedStrmanTests.surround_shouldSurroundStringWithPrefixAndSuffix 1 ms: passedStrmanTests.escapeRegExp_shouldThrowException 0 ms: passedStrmanTests.isEnclosedBetween_shouldThrowIllegalArgumentExceptionWhenEncloserIsNull 0 ms: passedStrmanTests.removeLeft_shouldRemoveStringFromLeftCaseInSensitive 1 ms: passedStrmanTests.decEncode_shouldEncodeStringToDecimal 0 ms: passedStrmanTests.isString_shouldBeFalseWhenValueIsNotString 0 ms: passedStrmanTests.startCase_shouldThrowException 0 ms: passedStrmanTests.lastIndexOf_shouldFindIndexOfNeedle 9 ms: passedStrmanTests.toDeCamelCase_shouldDeCamelCaseAString 0 ms: passedStrmanTests.lastIndexOf_shouldFindIndexOfNeedleCaseInsensitive 1 ms: passedStrmanTests.underscored_shouldReturnUnderscoredString 0 ms: passedStrmanTests.upperFirst_shouldReturnSameStringIfFirstCharIsUpperCase 3 ms: passedStrmanTests.startCase_shouldStartCaseInputString 3 ms: passedStrmanTests.head_shouldReturnFirstCharOfString 6 ms: passedStrmanTests.chop_shouldChopStringByStep 0 ms: passedStrmanTests.containsAny_shouldReturnTrueWhenAnyOfSearchNeedleExistInInputValue 1 ms: passedStrmanTests.isEnclosedBetween_shouldChekcWhetherStringIsEnclosed 0 ms: passedStrmanTests.underscored_shouldUnderscoreInputString 0 ms: passedStrmanTests.leftPad_shouldAddPaddingOnTheLeft 1 ms: passedStrmanTests.format_shouldThrowExceptionWhenValueDoesNotExist 4 ms: passedStrmanTests.shuffle_shouldShuffleAString 1 ms: passedStrmanTests.htmlDecode_shouldDecodeToHtml 0 ms: passedStrmanTests.lines_shouldReturnEmptyArrayWhenInputIsNull 1 ms: passedStrmanTests.isUpperCase_shouldBeTrueWhenStringIsUpperCase 0 ms: passedStrmanTests.zip_shouldReturnEmptyList_whenNullOrEmptyIsPassedIn 0 ms: passedStrmanTests.hexEncode_shouldEncodeStringToHexadecimalFormat 7 ms: passedStrmanTests.toCamelCase_shouldConvertStringToCamelCase 12 ms: passedStrmanTests.between_shouldReturnArrayWithStringsBetweenStartAndEnd 0 ms: passedStrmanTests.repeat_shouldRepeatAStringNTimes 0 ms: passedStrmanTests.join_shouldReturnEmptyStringWhenInputArrayIsEmpty 0 ms: passedStrmanTests.insert_shouldInsertStringAtIndex 2 ms: passedStrmanTests.lowerFirst_shouldLowercasedFirstCharacterOfString 0 ms: passedStrmanTests.underscored_shouldReturnEmptyStringIfEmptyStringPassedIn 0 ms: passedStrmanTests.between_shouldReturnEmptyArrayWhenStartAndEndDoesNotExist 0 ms: passedStrmanTests.removeSpaces_shouldRemoveSpacesInTheString 0 ms: passedStrmanTests.appendArray_shouldAppendStringArrayToEndOfValue 5 ms: passedStrmanTests.trimEnd_shouldRemoveAllTrailingSpecialCharacters 3 ms: passedStrmanTests.containsWithCaseSensitiveTrue_shouldReturnTrueWhenStringContainsNeedle 22 ms: passedStrmanTests.base64Decode_shouldDecodeABase64DecodedValueToString 0 ms: passedStrmanTests.removeRight_shouldRemoveStringFromRightCaseInSensitive 0 ms: passedStrmanTests.rightTrim_shouldRemoveSpacesFromTheRight 0 ms: passedStrmanTests.humanize_shouldHumanizeStrings 0 ms: passedStrmanTests.countSubstr_shouldCountSubStrCountCaseInsensitiveWithoutOverlapInValue 0 ms: passedStrmanTests.isBlank_shouldReturnTrueIfNull 1 ms: passedStrmanTests.charsCount_shouldReturnCharsCountWhenInputIsASimpleString 1 ms: passedStrmanTests.lines_shouldReturnArrayWithOneEmptyElementWhenInputIsEmptyString 0 ms: passedStrmanTests.swapCase_shouldSwapCaseOfCharacters 7 ms: passedStrmanTests.toKebabCase_shouldKebabCaseAString 0 ms: passedStrmanTests.replace_shouldNotLowercaseWhenCaseInsensitive 1 ms: passedStrmanTests.trimEnd_shouldRemoveAllTrailingWhitespace 1 ms: passedStrmanTests.removeNonWords_shouldRemoveAllNonWordsFromInputString 0 ms: passedStrmanTests.countSubstrTestFixture_caseSensitiveTrueAndOverlappingTrue 0 ms: passedStrmanTests.upperFirst_shouldConvertFirstCharToUpperCase 0 ms: passedStrmanTests.zip_shouldReturnExpectedListOfPairs_whenSecondInputIsBiggerThanFirst 1 ms: passedStrmanTests.ensureLeft_shouldEnsureValueStartsWithFoo 0 ms: passedStrmanTests.join_shouldJoinArrayOfStringIntoASingleString 1 ms: passedStrmanTests.containsWithCaseSensitiveFalse_shouldReturnTrueWhenStringContainsNeedle 0 ms: passedStrmanTests.indexOf_shouldBeTrueWhenNeedleExists 2 ms: passedStrmanTests.trimStart_shouldRemoveSpecialCharactersAtStart 0 ms: passedStrmanTests.isUpperCase_shouldBeFalseWhenStringIsNotUpperCase Generated by IntelliJ IDEA on 10/3/18 9:06 AM