More working tests.
[castle.git] / InversionOfControl / Castle.Windsor.Tests / Proxy / proxyBehavior.xml
blobaad6d38f7303635e920acf90a8cd9702fead4265
1 <configuration>\r
2 \r
3         <components>\r
4 \r
5     <component id="standard.interceptor" \r
6       type="Castle.Core.Interceptor.StandardInterceptor, Castle.Core">\r
7     </component>\r
8     \r
9     <component id="default" \r
10       type="Castle.Windsor.Tests.Components.CalculatorServiceWithMultipleInterfaces, Castle.Windsor.Tests"\r
11       service="Castle.Windsor.Tests.Components.ICalcService, Castle.Windsor.Tests">\r
12     </component>\r
13     \r
14                 <component id="noSingle" \r
15                         type="Castle.Windsor.Tests.Components.CalculatorServiceWithMultipleInterfaces, Castle.Windsor.Tests"\r
16       service="Castle.Windsor.Tests.Components.ICalcService, Castle.Windsor.Tests"\r
17                         useSingleInterfaceProxy="false">\r
18                 </component>\r
20     <component id="useSingle" \r
21       type="Castle.Windsor.Tests.Components.CalculatorServiceWithMultipleInterfaces, Castle.Windsor.Tests"\r
22       service="Castle.Windsor.Tests.Components.ICalcService, Castle.Windsor.Tests"\r
23       useSingleInterfaceProxy="true">\r
24     </component>\r
26     <component id="useSingleAttribute" \r
27         type="Castle.Windsor.Tests.Components.CalculatorServiceWithSingleProxyBehavior, Castle.Windsor.Tests"\r
28         service="Castle.Windsor.Tests.Components.ICalcService, Castle.Windsor.Tests">\r
29     </component>\r
31   </components>\r
33 </configuration>