Lines Matching refs:AreEqual

101 			Assert.AreEqual(description.ToString(), tokenTest.Description,
103 Assert.AreEqual(0, tokenTest.Count, "The number of elements should be zero.");
106 Assert.AreEqual(0, tokenTest.Count,
120 Assert.AreEqual(description.ToString(), subtreeTest.Description,
122 Assert.AreEqual(0, subtreeTest.Count, "The number of elements should be zero.");
125 Assert.AreEqual(0, subtreeTest.Count,
138 Assert.AreEqual(description.ToString(), nodeTest.Description,
140 Assert.AreEqual(0, nodeTest.Count, "The number of elements should be zero.");
143 Assert.AreEqual(0, nodeTest.Count,
198 Assert.AreEqual(1, tokenTest.Count, "tokenTest should have the size 1 (1).");
203 Assert.AreEqual(token1, tree.Token,
205 Assert.AreEqual(1, tokenTest.Count, "tokenTest should have the size 1 (2).");
208 Assert.AreEqual(1, tokenTest.Count, "tokenTest should have the size 1 (3).");
213 Assert.AreEqual(token1, returnedToken,
215 Assert.AreEqual(1, tokenTest.Count, "tokenTest should have the size 1 (4).");
218 Assert.AreEqual(1, tokenTest.Count, "tokenTest should have the size 1 (5).");
223 Assert.AreEqual(token1, returnedToken,
225 Assert.AreEqual(1, tokenTest.Count, "tokenTest should have the size 1 (6).");
228 Assert.AreEqual(1, tokenTest.Count, "tokenTest should have the size 1 (7).");
235 Assert.AreEqual(2, tokenTest.Count, "tokenTest should have the size 2 (1).");
238 Assert.AreEqual(token1, returnedToken,
240 Assert.AreEqual(2, tokenTest.Count, "tokenTest should have the size 2 (2).");
243 Assert.AreEqual(token2, returnedToken,
264 Assert.AreEqual(1, subtreeTest.Count, "subtreeTest should have the size 1 (1).");
268 Assert.AreEqual(tree1, (ITree) subtreeTest.NextNode(),
270 Assert.AreEqual(1, subtreeTest.Count, "subtreeTest should have the size 1 (2).");
273 Assert.AreEqual(1, subtreeTest.Count, "subtreeTest should have the size 1 (3).");
278 Assert.AreEqual(token1, returnedTree.Token,
280 Assert.AreEqual(1, subtreeTest.Count, "subtreeTest should have the size 1 (4).");
283 Assert.AreEqual(1, subtreeTest.Count, "subtreeTest should have the size 1 (5).");
291 Assert.AreEqual(2, subtreeTest.Count, "subtreeTest should have the size 2 (1).");
294 Assert.AreEqual(token1, returnedTree.Token,
296 Assert.AreEqual(2, subtreeTest.Count, "subtreeTest should have the size 2 (2).");
299 Assert.AreEqual(token2, returnedTree.Token,
318 Assert.AreEqual(1, nodeTest.Count, "nodeTest should have the size 1 (1).");
323 Assert.AreEqual(tree1.Type, returnedTree.Type,
325 Assert.AreEqual(1, nodeTest.Count, "nodeTest should have the size 1 (2).");
328 Assert.AreEqual(1, nodeTest.Count, "nodeTest should have the size 1 (3).");
333 Assert.AreEqual(token1, returnedTree.Token,
335 Assert.AreEqual(1, nodeTest.Count, "nodeTest should have the size 1 (4).");
338 Assert.AreEqual(1, nodeTest.Count, "nodeTest should have the size 1 (5).");
346 Assert.AreEqual(2, nodeTest.Count, "nodeTest should have the size 2 (1).");
349 Assert.AreEqual(token1, returnedTree.Token,
351 Assert.AreEqual(2, nodeTest.Count, "nodeTest should have the size 2 (2).");
354 Assert.AreEqual(token2, returnedTree.Token,