Exemplo n.º 1
0
    public void TestGetNextAtomBounds()
    {
        ContentNode contentNode = new ContentNode();

        populateSimpleAtoms();
        contentNode.InitialiseAtoms(atoms);
        contentNode.currentAtom = atoms[9];
        ESTrainingAtom a = contentNode.FindNextAtom();

        Assert.AreEqual(null, a);
    }