コード例 #1
0
		public void Setup()
		{
			Dictionary<string,Type> config = new Dictionary<string, Type> ();
			config.Add ("intValue", typeof(int));
			config.Add ("stringValue", typeof(string));
			instance = new FastPropertyInjector(config);
			injector = new RobotlegsInjector();
		}
コード例 #2
0
		public void tearDown()
		{
			instance = null;
			injector = null;
		}
コード例 #3
0
 public void tearDown()
 {
     instance = null;
     injector = null;
 }