Example #1
0
    public void TestCase3()
    {
        SimpleWordGame simplewordgame = new SimpleWordGame();

        Assert.AreEqual(186, simplewordgame.points(new string[] { "lidi", "o", "lidi", "gnbewjzb", "kten", "ebnelff", "gptsvqx", "rkauxq", "rkauxq", "kfkcdn" }, new string[] { "nava", "wk", "kfkcdn", "lidi", "gptsvqx", "ebnelff", "hgsppdezet", "ulf", "rkauxq", "wcicx" }));
    }
Example #2
0
    public void TestCase2()
    {
        SimpleWordGame simplewordgame = new SimpleWordGame();

        Assert.AreEqual(36, simplewordgame.points(new string[] { "orange", "orange" }, new string[] { "strawberry", "orange", "grapefruit", "watermelon" }));
    }