Skip to content

refactor(string_operations.h/cpp): add new util operations #15

refactor(string_operations.h/cpp): add new util operations

refactor(string_operations.h/cpp): add new util operations #15

GitHub Actions / Google Test Results succeeded Jan 27, 2025 in 0s

8 passed, 0 failed and 0 skipped

Tests passed successfully

✅ build/test-report.xml

8 tests were completed in 0ms with 8 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
InvertedIndexTest 2✅ 0ms
PageRankTest 3✅ 0ms
StemmerTest 1✅ 0ms
SubtractionTest 1✅ 0ms
SumTest 1✅ 0ms

✅ InvertedIndexTest

InvertedIndexTest
  ✅ AddAndFindDocuments
  ✅ CaseInsensitiveSearch

✅ PageRankTest

PageRankTest
  ✅ AddEdge
  ✅ PageRankConvergence
  ✅ LargerGraph

✅ StemmerTest

StemmerTest
  ✅ TestRules

✅ SubtractionTest

SubtractionTest
  ✅ TestSubtraction_Valid

✅ SumTest

SumTest
  ✅ TestSum_Valid