public void TestConjuntoGetThrowsException() { Conjunto <int> conjunto = new Conjunto <int>(); int val = conjunto[0]; }