Beispiel #1
0
 public void InterfaceRules_ObserverGrain_PropertySetter()
 {
     GrainInterfaceData.ValidateInterface(typeof(IInheritedGrain_ObserverGrain_PropertySetter));
 }
Beispiel #2
0
 public void InterfaceRules_RefArgument()
 {
     GrainInterfaceData.ValidateInterface(typeof(ITestGrain_RefArgument));
 }
Beispiel #3
0
 public void InterfaceRules_ObserverGrain_IntMethod()
 {
     GrainInterfaceData.ValidateInterface(typeof(IInheritedGrain_ObserverGrain_IntMethod));
 }
Beispiel #4
0
 public void InterfaceRules_Observer_Property()
 {
     GrainInterfaceData.ValidateInterface(typeof(ITestObserver_Property));
 }
Beispiel #5
0
 public void InterfaceRules_Observer_NonVoidMethod()
 {
     GrainInterfaceData.ValidateInterface(typeof(ITestObserver_NonVoidMethod));
 }
Beispiel #6
0
 public void InterfaceRules_PropertySetter()
 {
     GrainInterfaceData.ValidateInterface(typeof(ITestGrain_PropertySetter));
 }
Beispiel #7
0
 public void InterfaceRules_IntProperty()
 {
     GrainInterfaceData.ValidateInterface(typeof(ITestGrain_IntProperty));
 }
Beispiel #8
0
 public void InterfaceRules_IntMethod()
 {
     GrainInterfaceData.ValidateInterface(typeof(ITestGrain_IntMethod));
 }