Clear filter
Question
Evgeny Shvarov · Aug 27, 2019
",
"inc": "_inc"
}
Have there been any updates on this? I am involved in a project which uses VSCode, and we want all unit test (Start with UnitTest.) classes to end up in another
Question
Wenqing Wu · Feb 24, 2021
': [{'productID': '001', 'ProductName': 'flu test', 'Qty': 100, 'cost': 500},
{'productID': '002', 'ProductName': 'EV test', 'Qty': 500, 'cost': 1000
Question
Gautam Rishi · Jun 29, 2023
Hi All,
I am writing few test for REST API need help from you guys as I am new to Objectscript. I want to implement mocking into testcase but didn't get any good resource
Question
Werner Beukes · Jan 20, 2021
). Could I call a ClassMethod to do this for me? This is what I want to do: The source property is "myemail@myemaildomain.co.uk". I need to add the text "test" to the beginning
Question
alberto bovo · Nov 4, 2016
;Routes><Route Url="/test" Method="POST" Call="MyLib.Service.REST.TestRequestHandler:ProcessRequest"/></Routes>}----------------- And the class contains Class
Article
Eduard Lebedyuk · Jan 17, 2017
://www.intersystems.com/urlmap" ]
{
<Routes>
<Route Url="/:test" Method="GET" Call="test"/>
</Routes>
}
Parameter EnsServicePrefix = "|";
Method test(pInput
Article
Benjamin Thorne · Aug 1, 2018
(Originally posted by @Eduard.Lebedyuk on Intersystems CODE, 6/26/14) This code snippet determines the difference between two ObjectScript lists. The class method "test" runs
Question
Brian Porterfield · Dec 27, 2017
I have made a complete copy of our test namespace into a secondary test namespace. Thereby we can test with our current EHR version and our soon to be deployed EHR version
Question
Token Ibragimov · Oct 13, 2021
hello!
i have object bellow
Set object = ##class(%ZEN.proxyObject).%New()set object.city = "New York"set object.Target = "TEST" set object.Details = "TEST"set object.RefCode
Question
David Satorres · Oct 12, 2020
Hi,
I'm trying (and not succeeding) to build an index based on a collection property combined with a property, like:
Index Test On (Property, ListProperty(ELEMENTS).Property2
Article
Gevorg Arutiunian · Sep 13, 2018
The following code snippet includes a class method "test" that runs code to find a class based on the class's name. "test" takes one argument, which is the name of the table
Question
Paul Riker · Mar 24, 2017
GT1|1|1|Test^Test||123 Building^123 Building^Brooklyn^NY^11220^United States^^^Kings|^PRN^PH^^^^^^^^^(111) 111-1111~^PRN^CP^^^^^^^^^(222) 222-2222|||""|IN|DGH^DaughterI'm trying
Question
Phillip Wu · Feb 6, 2023
check the version of Python installed there, it requires version from 3.7 to 3.10 My python version is 3.6.5 so it looks like it is too old.
I do have an a test OpenSUSE server
Question
Robert Hanna · Oct 19, 2017
I was wondering if anyone has a good way to process individual messages from a queue. I run into this fairly often where I have test data coming in that I am queuing
Question
Sarvan Ibishov · Jan 31, 2018
in Management Portal. Such as screenshot. In browser call http://127.0.0.1:57772/rest/test . But got "Service Unavailable" 503 response. Could you please help? Post your isc.REST code.Your