protected void SetUp()
		{
			nodes = new ArrayList();			
			serialiser = new XmlTypeSerialiser(typeof(TestClass), ReflectorTypeAttribute.GetAttribute(typeof(TestClass)));
			table = NetReflectorTypeTable();
		}
Exemple #2
0
 protected void SetUp()
 {
     nodes      = new ArrayList();
     serialiser = new XmlTypeSerialiser(typeof(TestClass), ReflectorTypeAttribute.GetAttribute(typeof(TestClass)));
     table      = NetReflectorTypeTable();
 }