public void Rotations()
 {
     CollectionAssert.AreEquivalent(new[] { "abc", "bca", "cab" }, StringExt.AllRotationsOf("abc"));
 }