-
Notifications
You must be signed in to change notification settings - Fork 5
/
modelResource.json
39 lines (39 loc) · 1.21 KB
/
modelResource.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"lst" : [ {
"className" : "className",
"methodName" : "methodName1",
"annotation" : {
"invivoTestClass" : "invivoTestClass1",
"invivoTest" : "invivoTest1",
"carvingDepth" : 1,
"pauseOtherThreads" : false
}
}, {
"className" : "it.cnr.iasi.saks.foo.SimpleClass",
"methodName" : "otherDummyMethod",
"annotation" : {
"invivoTestClass" : "it.cnr.iasi.saks.groucho.lab.instrument.test.utils.FooInvivoTestClass",
"invivoTest" : "invivoTestMethod",
"carvingDepth" : 1,
"pauseOtherThreads" : false
}
}, {
"className" : "it.cnr.iasi.saks.foo.SimpleClass",
"methodName" : "localPrintMessage",
"annotation" : {
"invivoTestClass" : "it.cnr.iasi.saks.groucho.lab.instrument.test.utils.FooInvivoTestClass",
"invivoTest" : "invivoTestMethod",
"carvingDepth" : 1,
"pauseOtherThreads" : false
}
}, {
"className" : "it.cnr.iasi.saks.foo.SimpleClass",
"methodName" : "printMessage",
"annotation" : {
"invivoTestClass" : "it.cnr.iasi.saks.groucho.lab.instrument.test.utils.FooInvivoTestClass",
"invivoTest" : "invivoTestMethod",
"carvingDepth" : 1,
"pauseOtherThreads" : false
}
} ]
}