Exemplo n.º 1
0
        public void TestException30()
        {
            TesttableSpreadsheet ss = new TesttableSpreadsheet();

            ss.SetCellContents(null, new Formula("x+5"));
        }
Exemplo n.º 2
0
        public void TestException31()
        {
            TesttableSpreadsheet ss = new TesttableSpreadsheet();

            ss.SetCellContents("fh87hfh4iu", new Formula("x+5"));
        }
Exemplo n.º 3
0
        public void TestException28()
        {
            TesttableSpreadsheet ss = new TesttableSpreadsheet();

            ss.GetDirectDependents("fh87hfh4iu");
        }
Exemplo n.º 4
0
        public void TestException29()
        {
            TesttableSpreadsheet ss = new TesttableSpreadsheet();

            ss.GetDirectDependents(null);
        }
Exemplo n.º 5
0
        public void TestException27()
        {
            TesttableSpreadsheet ss = new TesttableSpreadsheet();

            ss.SetCellContents("fh87hfh4iu", "hi");
        }
Exemplo n.º 6
0
        public void TestException26()
        {
            TesttableSpreadsheet ss = new TesttableSpreadsheet();

            ss.SetCellContents(null, "hi");
        }
Exemplo n.º 7
0
        public void TestException25()
        {
            TesttableSpreadsheet ss = new TesttableSpreadsheet();

            ss.SetCellContents("f454f", "x5");
        }
Exemplo n.º 8
0
        public void TestException23()
        {
            TesttableSpreadsheet ss = new TesttableSpreadsheet();

            ss.SetCellContents("aff4fq4rffrf4", 3);
        }
Exemplo n.º 9
0
        public void TestException22()
        {
            TesttableSpreadsheet ss = new TesttableSpreadsheet();

            ss.SetCellContents("a1", null);
        }