Beispiel #1
0
 public void FromToken_UnitTest()
 {
     Newtonsoft.Json.Linq.JToken token = default(Newtonsoft.Json.Linq.JToken);
     DynCon.OSI.VSO.ReSTClient.Objects.WIT.JsonQueryBase _retVal = default(DynCon.OSI.VSO.ReSTClient.Objects.WIT.JsonQueryBase);
     ExecuteMethod(
         () =>
     {
         return((DynCon.OSI.VSO.ReSTClient.Objects.WIT.JsonQueryBase)GetInstance());
     },
         (instance) =>
     {
         token = default(Newtonsoft.Json.Linq.JToken); //No Constructor
         FromToken_PreCondition(ref instance, ref token);
     },
         (instance) =>
     {
         _retVal = DynCon.OSI.VSO.ReSTClient.Objects.WIT.JsonQueryBase.FromToken(token);
     },
         (instance) =>
     {
         FromToken_PostValidate(instance, token, _retVal);
     });
 }
Beispiel #2
0
 partial void ToJSonString_PostValidate(DynCon.OSI.VSO.ReSTClient.Objects.WIT.JsonQueryBase instance, System.String _retVal);
Beispiel #3
0
 partial void ToJSonString_PreCondition(ref DynCon.OSI.VSO.ReSTClient.Objects.WIT.JsonQueryBase instance);
Beispiel #4
0
 partial void CaptureJson_PostValidate(DynCon.OSI.VSO.ReSTClient.Objects.WIT.JsonQueryBase instance, Newtonsoft.Json.Linq.JToken token);
Beispiel #5
0
 partial void CaptureJson_PreCondition(ref DynCon.OSI.VSO.ReSTClient.Objects.WIT.JsonQueryBase instance, ref Newtonsoft.Json.Linq.JToken token);
Beispiel #6
0
 partial void JsonValue_SetCondition(ref DynCon.OSI.VSO.ReSTClient.Objects.WIT.JsonQueryBase instance, ref Newtonsoft.Json.Linq.JToken setValue);
Beispiel #7
0
 partial void FromToken_PostValidate(DynCon.OSI.VSO.ReSTClient.Objects.WIT.JsonQueryBase instance, Newtonsoft.Json.Linq.JToken token, DynCon.OSI.VSO.ReSTClient.Objects.WIT.JsonQueryBase _retVal);
Beispiel #8
0
 partial void Path_SetCondition(ref DynCon.OSI.VSO.ReSTClient.Objects.WIT.JsonQueryBase instance, ref System.String setValue);
Beispiel #9
0
 partial void IsFolder_SetCondition(ref DynCon.OSI.VSO.ReSTClient.Objects.WIT.JsonQueryBase instance, ref System.Boolean setValue);
Beispiel #10
0
 partial void GetType_PostValidate(DynCon.OSI.VSO.ReSTClient.Objects.WIT.JsonQueryBase instance, System.Type _retVal);
Beispiel #11
0
 partial void GetType_PreCondition(ref DynCon.OSI.VSO.ReSTClient.Objects.WIT.JsonQueryBase instance);
Beispiel #12
0
 partial void Equals_PostValidate(DynCon.OSI.VSO.ReSTClient.Objects.WIT.JsonQueryBase instance, System.Object obj, System.Boolean _retVal);
Beispiel #13
0
 partial void Equals_PreCondition(ref DynCon.OSI.VSO.ReSTClient.Objects.WIT.JsonQueryBase instance, ref System.Object obj);
Beispiel #14
0
 static partial void InstanceFactory(ref DynCon.OSI.VSO.ReSTClient.Objects.WIT.JsonQueryBase instance, [CallerMemberName] string callerName = "");