public void WidcommMiscOpp()
        {
            ServiceRecord result =
                TestRecordParsing.DoTestSkippingUnhandledTypes(Data_CompleteThirdPartyRecords.WidcommMiscOpp_Expected,
                                                               Data_CompleteThirdPartyRecords.WidcommMiscOpp);
            //----
            ServiceElement elmnt = result.GetAttributeByIndex(7).Value;

            Assert.AreEqual(ElementType.TextString, elmnt.ElementType);
            String str1 = elmnt.GetValueAsStringUtf8();

            Assert.AreEqual(Data_CompleteThirdPartyRecords.WidcommMiscOppString1, str1);
        }
 public void Widcomm0of10Spp()
 {
     TestRecordParsing.DoTestSkippingUnhandledTypes(Data_CompleteThirdPartyRecords.Widcomm0of10Spp_Expected,
                                                    Data_CompleteThirdPartyRecords.Widcomm0of10Spp);
 }
 public void Xp1()
 {
     TestRecordParsing.DoTestSkippingUnhandledTypes(Data_CompleteThirdPartyRecords.Xp1_Expected,
                                                    Data_CompleteThirdPartyRecords.Xp1Sdp);
 }
 public void PalmOsOpp()
 {
     TestRecordParsing.DoTestSkippingUnhandledTypes(Data_CompleteThirdPartyRecords.PalmOsOpp_Expected,
                                                    Data_CompleteThirdPartyRecords.PalmOsOpp);
 }
Beispiel #5
0
 private ServiceRecord DoTestLazyUrlCreation(ExpectedServiceAttribute[] expected, byte[] buffer)
 {
     return(TestRecordParsing.DoTestLazyUrlCreation(expected, buffer));
 }