Refactor folly/gen/test/StringTest.cpp v2017.05.22.00
authorYedidya Feldblum <yfeldblum@fb.com>
Sat, 20 May 2017 20:32:49 +0000 (13:32 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sat, 20 May 2017 20:39:34 +0000 (13:39 -0700)
commitb3e1ea389e31e7c12d6ec38ed6c47ef4c1d1e70e
treeb6e7bb57054b0d4fc1e869c9f167f7c863469ca8
parent988893267f284be2133b302d55b9bb9b9ea3e930
Refactor folly/gen/test/StringTest.cpp

Summary:
[Folly] Refactor `folly/gen/test/StringTest.cpp`.

Prefer to compare whole values once per test case, rather than sequentially comparing each part in turn.

Reviewed By: andrewjcg

Differential Revision: D5101467

fbshipit-source-id: 3d19d32bc6a5ecc5863bea76c4292935c775fe75
folly/gen/test/StringTest.cpp