Searched refs:testMethod (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/t/
H A D01-core.t30 'testMethod', SOAP::Data->name(test => 123)
32 ok($serialized =~ m!<soap:Body><namesp(\d):testMethod><test xsi:type="xsd:int">123</test></namesp\1:testMethod></soap:Body>!);
36 'testMethod', SOAP::Data->name(test => 123)
38 ok($serialized =~ m!<soap:Envelope(?: xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"| xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"| xmlns:xsd="http://www.w3.org/2001/XMLSchema"| soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"| xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"){5}><soap:Body><testMethod xmlns="urn:Test"><test xsi:type="xsd:int">123</test></testMethod></soap:Body></soap:Envelope>!);
45 'testMethod', SOAP::Data->name(test => 123)
47 ok($serialized =~ m!<namesp(\d):testMethod><test xsi:type="xsd:int">123</test></namesp\1:testMethod>!);
51 'testMethod', SOA
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_protocol.py17 objc.selector(None, selector="testMethod", signature="I@:", isRequired=1),
26 def testMethod(self): member in class:TestInformalProtocols.testMissingProto.ProtoClass1
28 self.assertEquals(ProtoClass1.testMethod.signature, "I@:")
42 def testMethod(self): member in class:TestInformalProtocols.testOptional.ProtoClass3
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_protocol.py17 objc.selector(None, selector=b"testMethod", signature=b"I@:", isRequired=1),
26 def testMethod(self): member in class:TestInformalProtocols.testMissingProto.ProtoClass1
28 self.assertEquals(ProtoClass1.testMethod.signature, b"I@:")
42 def testMethod(self): member in class:TestInformalProtocols.testOptional.ProtoClass3
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_protocol.py18 objc.selector(None, selector=b"testMethod", signature=b"I@:", isRequired=1),
27 def testMethod(self): member in class:TestInformalProtocols.testMissingProto.ProtoClass1
29 self.assertEqual(ProtoClass1.testMethod.signature, b"I@:")
44 def testMethod(self): member in class:TestInformalProtocols.testOptional.ProtoClass3
H A Dtest3_protocol.py20 objc.selector(None, selector=b"testMethod", signature=b"I@:", isRequired=1),
27 def testMethod(self): member in class:Test3InformalProtocols.testOptional.ProtoClass3

Completed in 136 milliseconds