cactoos

    2熱度

    3回答

    我需要計算總和Iterable<Integer>。 final Iterable<Integer> score = this.points() final sum = new SumOfInts(...).value() 我怎樣才能做到這一點使用類SumOfInts?

    3熱度

    2回答

    雖然重構Rultor使用Cactoos,而不是Guava,我遇到的GithubProfileTest和GithubProfileValidationTest試驗陰性的問題。 重構後,正面的測試用例通過了兩個提到的測試類,但是期望特定異常的負面測試用例失敗。 受影響的重構代碼是GithubProfile.assets方法和GithubProfile.asset方法。 我重構assets方法是這樣的: