GitHub Actions / unit test results
succeeded
Jun 13, 2024 in 0s
34 passed, 0 failed and 0 skipped
✅ /home/runner/work/kvps-cli/kvps-cli/tests/kvps.tests/TestResults/test_results.trx
34 tests were completed in 2s with 34 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
kvps.tests.BoolTests | 1✅ | 144ms | ||
kvps.tests.Config.AggregateConfigProviderTests | 2✅ | 126ms | ||
kvps.tests.KeyValues.EntityMappingTests | 10✅ | 1s | ||
kvps.tests.KeyValues.LiteDbKeyValueRepositoryTests | 8✅ | 984ms | ||
kvps.tests.ReflectionTests | 4✅ | 38ms | ||
kvps.tests.StringsTests.Strings | 9✅ | 728ms |
✅ kvps.tests.BoolTests
✅ toRc returns integer
✅ kvps.tests.Config.AggregateConfigProviderTests
✅ Get() returns dbName from default
✅ Get() returns dbName from repo
✅ kvps.tests.KeyValues.EntityMappingTests
✅ mapToKv maps isSecret
✅ mapToKv maps the key
✅ mapToKv maps the tags
✅ mapToKv maps the value
✅ mapToKvData always has a version
✅ mapToKvData maps isSecret
✅ mapToKvData maps the key
✅ mapToKvData maps the tags
✅ mapToKvData maps the value
✅ mergeTags maps the tags
✅ kvps.tests.KeyValues.LiteDbKeyValueRepositoryTests
✅ ctor smoke
✅ del removes items
✅ fbinfo gives count
✅ list by tag yields only tagged
✅ list yields all
✅ set and get are symmetric
✅ set can change tags
✅ set can retain tags
✅ kvps.tests.ReflectionTests
✅ getAsm() returns assembly
✅ getAttrs returns attributes
✅ getCopyrightValue returns non-empty
✅ getVersionValue returns non-empty
✅ kvps.tests.StringsTests.Strings
✅ join must concatenate<String>(v1: "a", v2: "b", v3: "c", delim: "", expected: "abc")
✅ join must concatenate<String>(v1: "a", v2: "b", v3: "c", delim: "***", expected: "a***b***c")
✅ join must concatenate<String>(v1: "a", v2: "b", v3: "c", delim: "+", expected: "a+b+c")
✅ maxLength returns longest
✅ padR should pad
✅ padR should pad to length
✅ padRSeq should pad all
✅ star should be all stars
✅ star should equal length
Loading