Initial OpenECOMP MSO commit
[so.git] / bpmn / MSOCoreBPMN / src / test / java / org / openecomp / mso / bpmn / core / XQueryScriptTaskESTestscaffolding.java
1 /**
2  * Scaffolding file used to store all the setups needed to run 
3  * tests automatically generated by EvoSuite
4  * Mon Nov 14 11:28:14 GMT 2016
5  */
6
7 package org.openecomp.mso.bpmn.core;
8
9 import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
10 import org.junit.BeforeClass;
11 import org.junit.Before;
12 import org.junit.After;
13 import org.junit.AfterClass;
14 import org.evosuite.runtime.sandbox.Sandbox;
15
16 @EvoSuiteClassExclude
17 public class XQueryScriptTaskESTestscaffolding {
18
19   @org.junit.Rule 
20   public org.evosuite.runtime.vnet.NonFunctionalRequirementRule nfr = new org.evosuite.runtime.vnet.NonFunctionalRequirementRule();
21
22   private static final java.util.Properties defaultProperties = (java.util.Properties) java.lang.System.getProperties().clone(); 
23
24   private org.evosuite.runtime.thread.ThreadStopper threadStopper =  new org.evosuite.runtime.thread.ThreadStopper (org.evosuite.runtime.thread.KillSwitchHandler.getInstance(), 3000);
25
26   @BeforeClass 
27   public static void initEvoSuiteFramework() { 
28     org.evosuite.runtime.RuntimeSettings.className = "org.openecomp.mso.bpmn.core.XQueryScriptTask"; 
29     org.evosuite.runtime.GuiSupport.initialize(); 
30     org.evosuite.runtime.RuntimeSettings.maxNumberOfThreads = 100; 
31     org.evosuite.runtime.RuntimeSettings.maxNumberOfIterationsPerLoop = 10000; 
32     org.evosuite.runtime.RuntimeSettings.mockSystemIn = true; 
33     org.evosuite.runtime.RuntimeSettings.sandboxMode = org.evosuite.runtime.sandbox.Sandbox.SandboxMode.RECOMMENDED; 
34     org.evosuite.runtime.sandbox.Sandbox.initializeSecurityManagerForSUT(); 
35     org.evosuite.runtime.classhandling.JDKClassResetter.init(); 
36     initializeClasses();
37     org.evosuite.runtime.Runtime.getInstance().resetRuntime(); 
38   } 
39
40   @AfterClass 
41   public static void clearEvoSuiteFramework(){ 
42     Sandbox.resetDefaultSecurityManager(); 
43     java.lang.System.setProperties((java.util.Properties) defaultProperties.clone()); 
44   } 
45
46   @Before 
47   public void initTestCase(){ 
48     threadStopper.storeCurrentThreads();
49     threadStopper.startRecordingTime();
50     org.evosuite.runtime.jvm.ShutdownHookHandler.getInstance().initHandler(); 
51     org.evosuite.runtime.sandbox.Sandbox.goingToExecuteSUTCode(); 
52      
53     org.evosuite.runtime.GuiSupport.setHeadless(); 
54     org.evosuite.runtime.Runtime.getInstance().resetRuntime(); 
55     org.evosuite.runtime.agent.InstrumentingAgent.activate(); 
56   } 
57
58   @After 
59   public void doneWithTestCase(){ 
60     threadStopper.killAndJoinClientThreads();
61     org.evosuite.runtime.jvm.ShutdownHookHandler.getInstance().safeExecuteAddedHooks(); 
62     org.evosuite.runtime.classhandling.JDKClassResetter.reset(); 
63     resetClasses(); 
64     org.evosuite.runtime.sandbox.Sandbox.doneWithExecutingSUTCode(); 
65     org.evosuite.runtime.agent.InstrumentingAgent.deactivate(); 
66     org.evosuite.runtime.GuiSupport.restoreHeadlessMode(); 
67   } 
68
69
70   private static void initializeClasses() {
71     org.evosuite.runtime.classhandling.ClassStateSupport.initializeClasses(XQueryScriptTaskESTestscaffolding.class.getClassLoader() ,
72       "net.sf.saxon.pattern.PatternFinder",
73       "net.sf.saxon.pattern.AnyNodeTest",
74       "net.sf.saxon.tree.linked.TextImpl",
75       "net.sf.saxon.tree.linked.ElementImpl",
76       "org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution",
77       "org.camunda.bpm.engine.impl.context.CaseExecutionContext",
78       "org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformFactory",
79       "org.camunda.bpm.engine.impl.pvm.PvmScope",
80       "net.sf.saxon.type.TypeHierarchy",
81       "net.sf.saxon.trans.Mode",
82       "org.camunda.bpm.engine.impl.tree.TreeWalker$WalkCondition",
83       "org.camunda.bpm.engine.runtime.ProcessInstance",
84       "net.sf.saxon.trans.CompilerInfo",
85       "net.sf.saxon.type.ConversionResult",
86       "net.sf.saxon.type.ItemType",
87       "net.sf.saxon.om.NamePool",
88       "net.sf.saxon.value.NumericValue",
89       "org.camunda.bpm.engine.impl.jobexecutor.FailedJobCommandFactory",
90       "net.sf.saxon.s9api.Processor",
91       "net.sf.saxon.om.NameChecker",
92       "org.camunda.bpm.engine.impl.persistence.entity.util.FormPropertyStartContext",
93       "net.sf.saxon.expr.sort.SimpleCollation",
94       "net.sf.saxon.z.IntIterator",
95       "net.sf.saxon.expr.PendingUpdateList",
96       "net.sf.saxon.om.NamespaceBinding",
97       "net.sf.saxon.lib.StaticQueryContextFactory",
98       "net.sf.saxon.serialize.charcode.CharacterSet",
99       "net.sf.saxon.event.Receiver",
100       "org.camunda.bpm.model.bpmn.instance.FlowElement",
101       "net.sf.saxon.om.AbstractItem",
102       "net.sf.saxon.lib.ExternalObjectModel",
103       "net.sf.saxon.event.LocationProvider",
104       "org.camunda.bpm.engine.delegate.Expression",
105       "net.sf.saxon.value.QualifiedNameValue",
106       "net.sf.saxon.om.MutableDocumentInfo",
107       "org.camunda.bpm.engine.impl.pvm.PvmActivity",
108       "org.camunda.bpm.engine.impl.cfg.BpmnParseFactory",
109       "org.camunda.bpm.model.bpmn.instance.BpmnModelElementInstance",
110       "net.sf.saxon.pattern.NodeTest",
111       "net.sf.saxon.om.NamespaceException",
112       "net.sf.saxon.lib.EnvironmentVariableResolver",
113       "org.camunda.bpm.application.ProcessApplicationUnavailableException",
114       "net.sf.saxon.expr.instruct.Procedure",
115       "net.sf.saxon.om.Sequence",
116       "org.camunda.bpm.engine.impl.pvm.PvmProcessDefinition",
117       "net.sf.saxon.type.ValidationFailure",
118       "org.camunda.bpm.engine.delegate.DelegateCaseExecution",
119       "net.sf.saxon.tree.iter.UnfailingIterator",
120       "net.sf.saxon.type.AnySimpleType",
121       "org.camunda.bpm.engine.runtime.CaseExecution",
122       "net.sf.saxon.event.ProxyReceiver",
123       "net.sf.saxon.lib.ConversionRules",
124       "net.sf.saxon.lib.OutputURIResolver",
125       "net.sf.saxon.expr.instruct.ValidatingInstruction",
126       "net.sf.saxon.om.FunctionItem",
127       "net.sf.saxon.om.MutableNodeInfo",
128       "org.camunda.bpm.engine.impl.pvm.process.ScopeImpl",
129       "net.sf.saxon.pattern.PatternWithPredicate",
130       "net.sf.saxon.expr.ErrorExpression",
131       "net.sf.saxon.om.Name10Checker",
132       "net.sf.saxon.event.ComplexContentOutputter",
133       "org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl",
134       "org.openecomp.mso.logger.MsoLogger$ErrorCode",
135       "org.camunda.bpm.engine.impl.pvm.runtime.AtomicOperation",
136       "org.camunda.bpm.engine.delegate.DelegateTask",
137       "net.sf.saxon.style.LiteralResultElement",
138       "org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperation",
139       "org.camunda.bpm.engine.impl.core.model.CoreActivity",
140       "net.sf.saxon.tree.iter.LookaheadIterator",
141       "net.sf.saxon.om.AtomicSequence",
142       "net.sf.saxon.s9api.XQueryCompiler",
143       "net.sf.saxon.pattern.LocalNameTest",
144       "net.sf.saxon.pattern.PatternParser",
145       "net.sf.saxon.expr.instruct.SlotManager",
146       "net.sf.saxon.PreparedStylesheet",
147       "org.camunda.bpm.engine.impl.interceptor.CommandContext",
148       "org.openecomp.mso.logger.MsoLogger$Catalog",
149       "net.sf.saxon.lib.ParseOptions",
150       "net.sf.saxon.expr.ItemMappingIterator",
151       "net.sf.saxon.tree.iter.EmptyIterator",
152       "org.camunda.bpm.engine.impl.persistence.entity.TaskEntity",
153       "org.camunda.bpm.engine.impl.context.Context",
154       "net.sf.saxon.lib.LocalizerFactory",
155       "org.camunda.bpm.engine.ProcessEngineServices",
156       "org.camunda.bpm.engine.runtime.Execution",
157       "org.camunda.bpm.engine.impl.interceptor.CommandExecutor",
158       "net.sf.saxon.s9api.ItemType$1",
159       "org.camunda.bpm.engine.delegate.ProcessEngineServicesAware",
160       "org.camunda.bpm.engine.ProcessEngineConfiguration",
161       "org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity",
162       "net.sf.saxon.s9api.ItemType$2",
163       "net.sf.saxon.s9api.ItemType$3",
164       "org.camunda.bpm.engine.impl.pvm.ReadOnlyProcessDefinition",
165       "net.sf.saxon.pattern.NodeKindTest",
166       "org.camunda.bpm.engine.impl.core.variable.event.VariableEvent",
167       "net.sf.saxon.expr.LetExpression",
168       "org.camunda.bpm.engine.delegate.BaseDelegateExecution",
169       "net.sf.saxon.s9api.XdmItem",
170       "net.sf.saxon.expr.Binding",
171       "net.sf.saxon.expr.instruct.ParentNodeConstructor",
172       "org.camunda.bpm.engine.runtime.VariableInstance",
173       "org.camunda.bpm.engine.runtime.Incident",
174       "net.sf.saxon.om.NamespaceResolver",
175       "net.sf.saxon.expr.instruct.AnalyzeString",
176       "net.sf.saxon.z.IntHashMap",
177       "org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity",
178       "net.sf.saxon.expr.instruct.ResultDocument",
179       "org.openecomp.mso.bpmn.core.BadInjectedFieldException",
180       "org.camunda.bpm.engine.impl.variable.serializer.ValueFields",
181       "net.sf.saxon.type.StringToDouble",
182       "net.sf.saxon.value.SequenceType",
183       "net.sf.saxon.type.ComplexType",
184       "org.camunda.bpm.engine.impl.jobexecutor.JobExecutorContext",
185       "net.sf.saxon.type.AnyType",
186       "org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity",
187       "net.sf.saxon.expr.StaticContext",
188       "org.camunda.bpm.engine.ProcessEngineException",
189       "org.camunda.bpm.engine.impl.persistence.entity.SuspensionState$SuspensionStateImpl",
190       "net.sf.saxon.lib.SerializerFactory",
191       "net.sf.saxon.tree.util.SteppingNode",
192       "net.sf.saxon.functions.IntegratedFunctionLibrary",
193       "net.sf.saxon.evpull.PullEvent",
194       "net.sf.saxon.expr.XPathContextMinor",
195       "org.camunda.bpm.engine.management.JobDefinition",
196       "com.att.eelf.i18n.EELFResolvableErrorEnum",
197       "net.sf.saxon.om.DocumentInfo",
198       "net.sf.saxon.om.QNameException",
199       "org.camunda.bpm.engine.impl.javax.el.ValueReference",
200       "org.camunda.bpm.engine.impl.persistence.entity.JobEntity",
201       "net.sf.saxon.type.SchemaComponentVisitor",
202       "net.sf.saxon.z.AbstractIntSet",
203       "net.sf.saxon.tree.iter.AxisIterator",
204       "net.sf.saxon.s9api.XdmValue",
205       "net.sf.saxon.lib.CollationURIResolver",
206       "org.openecomp.mso.bpmn.core.XQueryScriptTask",
207       "org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntityVariableStore",
208       "com.att.eelf.i18n.EELFResourceManager$RESOURCE_TYPES",
209       "org.camunda.bpm.engine.impl.delegate.DelegateInvocation",
210       "net.sf.saxon.tree.tiny.AppendableCharSequence",
211       "net.sf.saxon.om.GroundedValue",
212       "net.sf.saxon.tree.linked.NodeFactory",
213       "net.sf.saxon.type.SchemaDeclaration",
214       "net.sf.saxon.tree.linked.CommentImpl",
215       "org.camunda.bpm.engine.impl.interceptor.CommandInterceptor",
216       "org.camunda.bpm.engine.variable.value.TypedValue",
217       "net.sf.saxon.trans.BuiltInRuleSet",
218       "org.apache.ibatis.transaction.TransactionFactory",
219       "net.sf.saxon.value.AtomicValue",
220       "net.sf.saxon.trans.NonDelegatingURIResolver",
221       "net.sf.saxon.functions.VendorFunctionLibrary",
222       "org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution",
223       "net.sf.saxon.pattern.PatternParser20",
224       "net.sf.saxon.expr.instruct.TraceExpression",
225       "org.camunda.bpm.engine.exception.NotAllowedException",
226       "net.sf.saxon.Configuration",
227       "org.openecomp.mso.bpmn.core.MissingInjectedFieldException",
228       "net.sf.saxon.tree.util.FastStringBuffer",
229       "net.sf.saxon.tree.linked.NodeImpl",
230       "com.att.eelf.configuration.SLF4jWrapper",
231       "org.camunda.bpm.engine.task.Task",
232       "org.camunda.bpm.engine.impl.javax.el.Expression",
233       "net.sf.saxon.type.Type",
234       "net.sf.saxon.s9api.XdmNode",
235       "net.sf.saxon.value.QNameValue",
236       "org.camunda.bpm.engine.impl.context.CoreExecutionContext",
237       "org.openecomp.mso.logger.MsoLogger",
238       "net.sf.saxon.type.SchemaType",
239       "org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope",
240       "net.sf.saxon.java.JavaPlatform$1",
241       "net.sf.saxon.expr.instruct.ElementCreator",
242       "net.sf.saxon.om.Item",
243       "org.camunda.bpm.engine.variable.VariableMap",
244       "org.camunda.bpm.engine.impl.pvm.runtime.ActivityInstanceState$ActivityInstanceStateImpl",
245       "net.sf.saxon.lib.SchemaURIResolver",
246       "org.camunda.bpm.engine.impl.interceptor.CommandExecutorImpl",
247       "org.camunda.bpm.engine.impl.core.variable.scope.CoreVariableStore",
248       "net.sf.saxon.lib.ModuleURIResolver",
249       "org.camunda.bpm.engine.impl.context.BpmnExecutionContext",
250       "net.sf.saxon.expr.parser.ExpressionVisitor",
251       "net.sf.saxon.om.SequenceIterator",
252       "net.sf.saxon.z.IntHashSet",
253       "net.sf.saxon.type.BuiltInType",
254       "org.apache.ibatis.session.SqlSessionFactory",
255       "net.sf.saxon.expr.instruct.Executable",
256       "net.sf.saxon.om.DocumentPool",
257       "net.sf.saxon.expr.LastPositionFinder",
258       "net.sf.saxon.expr.instruct.TailCallReturner",
259       "org.openecomp.mso.logger.MsoLogger$ResponseCode",
260       "net.sf.saxon.type.BuiltInAtomicType",
261       "org.camunda.bpm.engine.SuspendedEntityInteractionException",
262       "org.openecomp.mso.logger.MsoLogger$StatusCode",
263       "com.att.eelf.configuration.EELFManager",
264       "org.camunda.bpm.engine.impl.pvm.runtime.ExecutionStartContext",
265       "org.camunda.bpm.engine.impl.core.operation.CoreAtomicOperation",
266       "org.camunda.bpm.engine.impl.pvm.PvmTransition",
267       "org.camunda.bpm.engine.impl.persistence.entity.SuspensionState",
268       "org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity",
269       "org.camunda.bpm.engine.impl.core.variable.CoreVariableInstance",
270       "net.sf.saxon.pattern.ContentTypeTest",
271       "net.sf.saxon.query.QueryParser",
272       "net.sf.saxon.om.NodeName",
273       "net.sf.saxon.value.Closure",
274       "net.sf.saxon.expr.instruct.FixedElement",
275       "org.camunda.bpm.engine.impl.pvm.process.TransitionImpl",
276       "net.sf.saxon.s9api.ConstructedItemType",
277       "net.sf.saxon.lib.Numberer",
278       "org.camunda.bpm.engine.delegate.JavaDelegate",
279       "net.sf.saxon.om.IdentityComparable",
280       "net.sf.saxon.z.IntSet",
281       "org.camunda.bpm.application.ProcessApplicationReference",
282       "net.sf.saxon.pattern.QNameTest",
283       "org.camunda.bpm.engine.delegate.BpmnModelExecutionContext",
284       "net.sf.saxon.expr.sort.SortKeyDefinition",
285       "net.sf.saxon.style.XSLAnalyzeString",
286       "org.camunda.bpm.engine.delegate.DelegateExecution",
287       "org.camunda.bpm.engine.delegate.CmmnModelExecutionContext",
288       "net.sf.saxon.expr.instruct.ValueOf",
289       "net.sf.saxon.type.AnyItemType",
290       "com.att.eelf.i18n.EELFMsgs",
291       "org.camunda.bpm.engine.impl.javax.el.ELContext",
292       "net.sf.saxon.expr.instruct.WithParam",
293       "org.camunda.bpm.engine.impl.core.variable.event.VariableEventDispatcher",
294       "net.sf.saxon.expr.Assignation",
295       "net.sf.saxon.value.StringToDouble11",
296       "org.camunda.bpm.engine.variable.type.ValueType",
297       "net.sf.saxon.style.StylesheetModule",
298       "net.sf.saxon.value.EmptySequence",
299       "org.camunda.bpm.engine.impl.interceptor.CommandContextListener",
300       "org.camunda.bpm.engine.impl.cmmn.execution.CmmnCaseInstance",
301       "net.sf.saxon.style.PrincipalStylesheetModule",
302       "net.sf.saxon.type.PlainType",
303       "org.camunda.bpm.engine.repository.CaseDefinition",
304       "org.camunda.bpm.engine.impl.db.HasDbRevision",
305       "net.sf.saxon.query.StaticQueryContext",
306       "net.sf.saxon.expr.instruct.SimpleNodeConstructor",
307       "net.sf.saxon.trans.DynamicLoader",
308       "net.sf.saxon.s9api.ItemType$BuiltInAtomicItemType",
309       "org.camunda.bpm.engine.variable.type.SerializableValueType",
310       "net.sf.saxon.event.SaxonLocator",
311       "net.sf.saxon.expr.parser.Optimizer",
312       "org.camunda.bpm.engine.impl.pvm.PvmException",
313       "org.camunda.bpm.engine.impl.core.variable.VariableMapImpl",
314       "net.sf.saxon.expr.sort.Sortable",
315       "net.sf.saxon.type.ExternalObjectType",
316       "net.sf.saxon.expr.Literal",
317       "net.sf.saxon.style.StyleElement",
318       "org.camunda.bpm.engine.impl.cmmn.model.CmmnCaseDefinition",
319       "org.camunda.bpm.engine.impl.core.variable.scope.SimpleVariableStore",
320       "net.sf.saxon.type.ValidationException",
321       "org.camunda.bpm.engine.repository.ProcessDefinition",
322       "net.sf.saxon.style.AbsentExtensionElement",
323       "net.sf.saxon.style.XSLStylesheet",
324       "net.sf.saxon.query.XQueryFunctionBinder",
325       "net.sf.saxon.Platform",
326       "net.sf.saxon.om.AbsolutePath",
327       "net.sf.saxon.style.SourceBinding",
328       "org.camunda.bpm.engine.impl.interceptor.SessionFactory",
329       "net.sf.saxon.trace.InstructionInfo",
330       "net.sf.saxon.pattern.NameTest",
331       "net.sf.saxon.trans.XPathException",
332       "net.sf.saxon.pattern.ItemTypePattern",
333       "org.camunda.bpm.model.bpmn.BpmnModelInstance",
334       "net.sf.saxon.type.SimpleType",
335       "net.sf.saxon.tree.linked.ProcInstImpl",
336       "net.sf.saxon.expr.instruct.UserFunction",
337       "net.sf.saxon.event.SequenceReceiver",
338       "org.camunda.bpm.engine.delegate.VariableScope",
339       "net.sf.saxon.event.FilterFactory",
340       "org.camunda.bpm.engine.ProcessEngine",
341       "org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl",
342       "org.camunda.bpm.engine.impl.variable.listener.CaseVariableListenerInvocation",
343       "org.camunda.bpm.engine.BadUserRequestException",
344       "net.sf.saxon.expr.Callable",
345       "org.camunda.bpm.engine.impl.context.ExecutionContext",
346       "net.sf.saxon.tree.tiny.TinyTree",
347       "org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl",
348       "net.sf.saxon.tree.iter.EmptyAxisIterator",
349       "net.sf.saxon.om.NotationSet",
350       "net.sf.saxon.expr.CollationMap",
351       "net.sf.saxon.tree.util.AttributeCollectionImpl",
352       "net.sf.saxon.type.UnionType",
353       "net.sf.saxon.expr.instruct.GeneralVariable",
354       "net.sf.saxon.trans.LicenseException",
355       "org.camunda.bpm.engine.impl.pvm.PvmExecution",
356       "net.sf.saxon.functions.FunctionLibrary",
357       "net.sf.saxon.lib.StandardURIResolver",
358       "org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity",
359       "org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableStore",
360       "net.sf.saxon.type.TypeHierarchy$2",
361       "net.sf.saxon.trans.Mode$RuleAction",
362       "org.camunda.bpm.engine.runtime.Job",
363       "net.sf.saxon.type.TypeHierarchy$1",
364       "org.camunda.bpm.model.xml.ModelInstance",
365       "net.sf.saxon.om.FingerprintedNode",
366       "org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl",
367       "net.sf.saxon.tree.linked.ParentNodeImpl",
368       "net.sf.saxon.type.ErrorType",
369       "org.openecomp.mso.entity.MsoRequest",
370       "net.sf.saxon.value.NotationValue",
371       "org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl",
372       "net.sf.saxon.s9api.ItemType",
373       "net.sf.saxon.type.Untyped",
374       "net.sf.saxon.expr.parser.PathMap$PathMapRoot",
375       "net.sf.saxon.expr.instruct.AttributeCreator",
376       "org.camunda.bpm.engine.impl.task.delegate.TaskListenerInvocation",
377       "net.sf.saxon.expr.instruct.AttributeSet",
378       "net.sf.saxon.trans.Mode$RuleFilter",
379       "net.sf.saxon.s9api.XdmAtomicValue",
380       "net.sf.saxon.om.AttributeCollection",
381       "org.camunda.bpm.model.xml.instance.ModelElementInstance",
382       "net.sf.saxon.expr.sort.RuleBasedSubstringMatcher",
383       "org.camunda.bpm.engine.impl.cfg.StandaloneProcessEngineConfiguration",
384       "org.camunda.bpm.engine.impl.db.DbEntity",
385       "net.sf.saxon.java.JavaPlatform",
386       "org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution",
387       "org.camunda.bpm.engine.runtime.EventSubscription",
388       "net.sf.saxon.lib.URIChecker",
389       "net.sf.saxon.tree.linked.DocumentImpl",
390       "net.sf.saxon.s9api.XQueryExecutable",
391       "net.sf.saxon.expr.instruct.FixedAttribute",
392       "net.sf.saxon.expr.XPathContextMajor",
393       "net.sf.saxon.type.AtomicType",
394       "net.sf.saxon.expr.instruct.DocumentInstr",
395       "net.sf.saxon.expr.Expression",
396       "net.sf.saxon.serialize.charcode.CharacterSetFactory",
397       "com.att.eelf.configuration.EELFLogger$Level",
398       "org.camunda.bpm.engine.impl.core.variable.scope.MapBasedVariableStore",
399       "net.sf.saxon.tree.util.Navigator",
400       "net.sf.saxon.pattern.NamespaceTest",
401       "org.camunda.bpm.engine.impl.pvm.runtime.ProcessInstanceStartContext",
402       "org.camunda.bpm.engine.delegate.DelegateCaseVariableInstance",
403       "org.camunda.bpm.engine.impl.pvm.PvmProcessElement",
404       "org.camunda.bpm.engine.impl.javax.el.ValueExpression",
405       "net.sf.saxon.tree.iter.ReversibleIterator",
406       "com.att.eelf.configuration.EELFLogger",
407       "net.sf.saxon.event.Builder",
408       "org.camunda.bpm.engine.runtime.CaseInstance",
409       "net.sf.saxon.s9api.SaxonApiException",
410       "org.camunda.bpm.engine.impl.db.DbEntityLifecycleAware",
411       "net.sf.saxon.om.StructuredQName",
412       "org.camunda.bpm.engine.impl.pvm.process.ActivityImpl",
413       "org.camunda.bpm.engine.impl.core.model.CoreModelElement",
414       "org.camunda.bpm.engine.impl.pvm.PvmProcessInstance",
415       "net.sf.saxon.style.StyleNodeFactory",
416       "net.sf.saxon.expr.instruct.Instruction",
417       "net.sf.saxon.functions.FunctionLibraryList",
418       "org.camunda.bpm.engine.delegate.DelegateListener",
419       "net.sf.saxon.event.TeeOutputter",
420       "net.sf.saxon.lib.CollectionURIResolver",
421       "net.sf.saxon.type.SchemaException",
422       "net.sf.saxon.serialize.CDATAFilter",
423       "net.sf.saxon.lib.StringCollator",
424       "net.sf.saxon.expr.XPathContext",
425       "net.sf.saxon.lib.SourceResolver",
426       "net.sf.saxon.expr.MappingFunction",
427       "net.sf.saxon.expr.Container",
428       "net.sf.saxon.type.SchemaComponent",
429       "net.sf.saxon.om.Name11Checker",
430       "net.sf.saxon.expr.parser.ExpressionParser",
431       "org.camunda.bpm.engine.impl.history.event.HistoryEventType",
432       "net.sf.saxon.event.PipelineConfiguration",
433       "net.sf.saxon.tree.wrapper.SiblingCountingNode",
434       "org.camunda.bpm.engine.impl.pvm.process.HasDIBounds",
435       "net.sf.saxon.value.MemoClosure",
436       "net.sf.saxon.value.DecimalValue",
437       "org.camunda.bpm.engine.delegate.DelegateVariableInstance",
438       "net.sf.saxon.TypeCheckerEnvironment",
439       "net.sf.saxon.serialize.AttributeSorter",
440       "net.sf.saxon.regex.RegularExpression",
441       "net.sf.saxon.style.DataElement",
442       "net.sf.saxon.lib.ExtensionFunctionDefinition",
443       "net.sf.saxon.lib.SubstringMatcher",
444       "net.sf.saxon.lib.TraceListener",
445       "org.camunda.bpm.model.bpmn.instance.BaseElement",
446       "net.sf.saxon.style.Declaration",
447       "net.sf.saxon.value.BooleanValue",
448       "net.sf.saxon.expr.parser.CodeInjector",
449       "net.sf.saxon.tree.util.DocumentNumberAllocator",
450       "net.sf.saxon.pattern.PatternThatSetsCurrent",
451       "net.sf.saxon.expr.instruct.Debugger",
452       "org.openecomp.mso.bpmn.core.BaseTask",
453       "net.sf.saxon.pattern.Pattern",
454       "net.sf.saxon.expr.parser.PathMap$PathMapNode",
455       "org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity",
456       "net.sf.saxon.expr.instruct.SavedNamespaceContext",
457       "org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity",
458       "org.camunda.bpm.engine.impl.variable.AbstractPersistentVariableStore",
459       "org.camunda.bpm.engine.impl.interceptor.CommandInvocationContext",
460       "com.att.eelf.i18n.EELFResourceManager",
461       "org.camunda.bpm.engine.impl.core.delegate.CoreActivityBehavior",
462       "net.sf.saxon.om.NodeInfo",
463       "net.sf.saxon.event.NamespaceReducer",
464       "org.openecomp.mso.logger.MessageEnum",
465       "org.camunda.bpm.engine.impl.pvm.runtime.ActivityInstanceState",
466       "org.camunda.bpm.engine.impl.db.HasDbReferences",
467       "org.camunda.bpm.engine.impl.tree.Collector",
468       "net.sf.saxon.expr.StringLiteral",
469       "org.camunda.bpm.engine.impl.cfg.StandaloneInMemProcessEngineConfiguration",
470       "net.sf.saxon.expr.ItemMappingFunction",
471       "net.sf.saxon.expr.instruct.UseAttributeSets",
472       "com.att.eelf.i18n.EELFResourceManager$1",
473       "org.camunda.bpm.engine.impl.core.instance.CoreExecution",
474       "net.sf.saxon.tree.iter.GroundedIterator",
475       "org.camunda.bpm.engine.variable.type.PrimitiveValueType"
476     );
477   } 
478
479   private static void resetClasses() {
480     org.evosuite.runtime.classhandling.ClassResetter.getInstance().setClassLoader(XQueryScriptTaskESTestscaffolding.class.getClassLoader());
481
482     org.evosuite.runtime.classhandling.ClassStateSupport.resetClasses(
483       "com.att.eelf.i18n.EELFResourceManager",
484       "org.openecomp.mso.logger.MessageEnum",
485       "org.openecomp.mso.logger.MsoLogger$Catalog",
486       "org.openecomp.mso.logger.MsoLogger",
487       "com.att.eelf.i18n.EELFMsgs",
488       "com.att.eelf.i18n.EELFResourceManager$RESOURCE_TYPES",
489       "com.att.eelf.configuration.EELFLogger$Level",
490       "com.att.eelf.configuration.EELFManager",
491       "org.openecomp.mso.bpmn.core.XQueryScriptTask",
492       "org.openecomp.mso.logger.MsoLogger$ErrorCode",
493       "org.camunda.bpm.engine.impl.javax.el.Expression",
494       "org.camunda.bpm.engine.impl.javax.el.ValueExpression",
495       "org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope",
496       "org.camunda.bpm.engine.impl.core.instance.CoreExecution",
497       "org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl",
498       "org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity",
499       "org.camunda.bpm.engine.impl.pvm.runtime.ActivityInstanceState",
500       "org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntityVariableStore",
501       "org.camunda.bpm.engine.impl.persistence.entity.SuspensionState",
502       "org.camunda.bpm.engine.impl.context.Context",
503       "org.camunda.bpm.engine.ProcessEngineException",
504       "org.openecomp.mso.bpmn.core.BadInjectedFieldException",
505       "org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl",
506       "org.openecomp.mso.bpmn.core.MissingInjectedFieldException",
507       "net.sf.saxon.java.JavaPlatform",
508       "net.sf.saxon.Configuration",
509       "net.sf.saxon.tree.linked.NodeImpl",
510       "net.sf.saxon.style.StyleElement",
511       "net.sf.saxon.style.LiteralResultElement",
512       "net.sf.saxon.style.AbsentExtensionElement",
513       "org.camunda.bpm.engine.impl.core.variable.VariableMapImpl",
514       "net.sf.saxon.tree.iter.EmptyIterator",
515       "net.sf.saxon.tree.iter.EmptyAxisIterator",
516       "net.sf.saxon.style.XSLAnalyzeString",
517       "net.sf.saxon.tree.util.Navigator",
518       "net.sf.saxon.om.NamespaceBinding",
519       "net.sf.saxon.type.AnySimpleType",
520       "net.sf.saxon.pattern.NodeTest",
521       "net.sf.saxon.pattern.AnyNodeTest",
522       "net.sf.saxon.type.AnyItemType",
523       "net.sf.saxon.type.Type",
524       "net.sf.saxon.z.IntHashMap",
525       "net.sf.saxon.type.AnyType",
526       "net.sf.saxon.type.Untyped",
527       "net.sf.saxon.type.ErrorType",
528       "net.sf.saxon.type.BuiltInType",
529       "net.sf.saxon.type.BuiltInAtomicType",
530       "net.sf.saxon.value.BooleanValue"
531     );
532   }
533 }