aboutsummaryrefslogtreecommitdiffstats
path: root/common/src/test/java/org/openecomp/mso/logger/MsoLogInitializerESTestscaffolding.java
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/test/java/org/openecomp/mso/logger/MsoLogInitializerESTestscaffolding.java')
-rw-r--r--common/src/test/java/org/openecomp/mso/logger/MsoLogInitializerESTestscaffolding.java145
1 files changed, 0 insertions, 145 deletions
diff --git a/common/src/test/java/org/openecomp/mso/logger/MsoLogInitializerESTestscaffolding.java b/common/src/test/java/org/openecomp/mso/logger/MsoLogInitializerESTestscaffolding.java
deleted file mode 100644
index c0139549fb..0000000000
--- a/common/src/test/java/org/openecomp/mso/logger/MsoLogInitializerESTestscaffolding.java
+++ /dev/null
@@ -1,145 +0,0 @@
-/**
- * Scaffolding file used to store all the setups needed to run
- * tests automatically generated by EvoSuite
- * Mon Nov 14 09:06:06 GMT 2016
- */
-
-package org.openecomp.mso.logger;
-
-import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
-import org.junit.BeforeClass;
-import org.junit.Before;
-import org.junit.After;
-import org.junit.AfterClass;
-import org.evosuite.runtime.sandbox.Sandbox;
-
-@EvoSuiteClassExclude
-public class MsoLogInitializerESTestscaffolding {
-
- @org.junit.Rule
- public org.evosuite.runtime.vnet.NonFunctionalRequirementRule nfr = new org.evosuite.runtime.vnet.NonFunctionalRequirementRule();
-
- private static final java.util.Properties defaultProperties = (java.util.Properties) java.lang.System.getProperties().clone();
-
- private org.evosuite.runtime.thread.ThreadStopper threadStopper = new org.evosuite.runtime.thread.ThreadStopper (org.evosuite.runtime.thread.KillSwitchHandler.getInstance(), 3000);
-
- @BeforeClass
- public static void initEvoSuiteFramework() {
- org.evosuite.runtime.RuntimeSettings.className = "org.openecomp.mso.logger.MsoLogInitializer";
- org.evosuite.runtime.GuiSupport.initialize();
- org.evosuite.runtime.RuntimeSettings.maxNumberOfThreads = 100;
- org.evosuite.runtime.RuntimeSettings.maxNumberOfIterationsPerLoop = 10000;
- org.evosuite.runtime.RuntimeSettings.mockSystemIn = true;
- org.evosuite.runtime.RuntimeSettings.sandboxMode = org.evosuite.runtime.sandbox.Sandbox.SandboxMode.RECOMMENDED;
- org.evosuite.runtime.sandbox.Sandbox.initializeSecurityManagerForSUT();
- org.evosuite.runtime.classhandling.JDKClassResetter.init();
- initializeClasses();
- org.evosuite.runtime.Runtime.getInstance().resetRuntime();
- }
-
- @AfterClass
- public static void clearEvoSuiteFramework(){
- Sandbox.resetDefaultSecurityManager();
- java.lang.System.setProperties((java.util.Properties) defaultProperties.clone());
- }
-
- @Before
- public void initTestCase(){
- threadStopper.storeCurrentThreads();
- threadStopper.startRecordingTime();
- org.evosuite.runtime.jvm.ShutdownHookHandler.getInstance().initHandler();
- org.evosuite.runtime.sandbox.Sandbox.goingToExecuteSUTCode();
-
- org.evosuite.runtime.GuiSupport.setHeadless();
- org.evosuite.runtime.Runtime.getInstance().resetRuntime();
- org.evosuite.runtime.agent.InstrumentingAgent.activate();
- }
-
- @After
- public void doneWithTestCase(){
- threadStopper.killAndJoinClientThreads();
- org.evosuite.runtime.jvm.ShutdownHookHandler.getInstance().safeExecuteAddedHooks();
- org.evosuite.runtime.classhandling.JDKClassResetter.reset();
- resetClasses();
- org.evosuite.runtime.sandbox.Sandbox.doneWithExecutingSUTCode();
- org.evosuite.runtime.agent.InstrumentingAgent.deactivate();
- org.evosuite.runtime.GuiSupport.restoreHeadlessMode();
- }
-
-
- private static void initializeClasses() {
- org.evosuite.runtime.classhandling.ClassStateSupport.initializeClasses(MsoLogInitializerESTestscaffolding.class.getClassLoader() ,
- "org.openecomp.mso.logger.MsoLogger",
- "org.openecomp.mso.logger.MessageEnum",
- "com.att.eelf.i18n.EELFResolvableErrorEnum",
- "org.openecomp.mso.logger.MsoLogger$ResponseCode",
- "org.openecomp.mso.entity.MsoRequest",
- "org.openecomp.mso.logger.MsoLogger$StatusCode",
- "com.att.eelf.i18n.EELFResourceManager$RESOURCE_TYPES",
- "com.att.eelf.configuration.EELFManager",
- "org.openecomp.mso.logger.MsoLogger$ErrorCode",
- "com.att.eelf.configuration.EELFLogger",
- "com.att.eelf.i18n.EELFMsgs",
- "com.att.eelf.configuration.EELFLogger$Level",
- "org.openecomp.mso.logger.MsoLogger$Catalog",
- "com.att.eelf.configuration.SLF4jWrapper",
- "org.openecomp.mso.logger.MsoLogInitializer",
- "com.att.eelf.i18n.EELFResourceManager"
- );
- }
-
- private static void resetClasses() {
- org.evosuite.runtime.classhandling.ClassResetter.getInstance().setClassLoader(MsoLogInitializerESTestscaffolding.class.getClassLoader());
-
- org.evosuite.runtime.classhandling.ClassStateSupport.resetClasses(
- "com.att.eelf.i18n.EELFResourceManager",
- "org.openecomp.mso.logger.MessageEnum",
- "org.openecomp.mso.logger.MsoLogger$Catalog",
- "org.openecomp.mso.logger.MsoLogInitializer",
- "org.openecomp.mso.logger.MsoLogger$ErrorCode",
- "org.openecomp.mso.logger.MsoLogger",
- "com.att.eelf.i18n.EELFMsgs",
- "com.att.eelf.i18n.EELFResourceManager$RESOURCE_TYPES",
- "org.apache.xerces.jaxp.SAXParserFactoryImpl",
- "org.apache.xerces.jaxp.SAXParserImpl",
- "org.apache.xerces.parsers.XMLParser",
- "org.apache.xerces.parsers.AbstractSAXParser",
- "org.apache.xerces.parsers.SAXParser",
- "org.apache.xerces.parsers.ObjectFactory",
- "org.apache.xerces.util.ParserConfigurationSettings",
- "org.apache.xerces.parsers.XML11Configuration",
- "org.apache.xerces.parsers.XIncludeAwareParserConfiguration",
- "org.apache.xerces.util.SymbolTable",
- "org.apache.xerces.impl.XMLEntityManager",
- "org.apache.xerces.util.AugmentationsImpl$SmallContainer",
- "org.apache.xerces.impl.XMLEntityManager$ByteBufferPool",
- "org.apache.xerces.impl.XMLEntityManager$CharacterBufferPool",
- "org.apache.xerces.impl.XMLEntityScanner$1",
- "org.apache.xerces.impl.XMLEntityScanner",
- "org.apache.xerces.impl.XMLErrorReporter",
- "org.apache.xerces.impl.XMLScanner",
- "org.apache.xerces.impl.XMLDocumentFragmentScannerImpl",
- "org.apache.xerces.impl.XMLDocumentScannerImpl",
- "org.apache.xerces.util.XMLStringBuffer",
- "org.apache.xerces.util.XMLAttributesImpl",
- "org.apache.xerces.impl.XMLDTDScannerImpl",
- "org.apache.xerces.impl.dtd.XMLDTDProcessor",
- "org.apache.xerces.impl.dtd.XMLDTDValidator",
- "org.apache.xerces.impl.validation.ValidationState",
- "org.apache.xerces.impl.dtd.XMLElementDecl",
- "org.apache.xerces.impl.dtd.XMLSimpleType",
- "org.apache.xerces.impl.dv.DTDDVFactory",
- "org.apache.xerces.impl.dv.ObjectFactory",
- "org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl",
- "org.apache.xerces.impl.XMLVersionDetector",
- "org.apache.xerces.impl.msg.XMLMessageFormatter",
- "org.apache.xerces.impl.io.UTF8Reader",
- "org.apache.xerces.util.XMLSymbols",
- "org.apache.xerces.xni.NamespaceContext",
- "org.apache.xerces.util.XMLChar",
- "org.apache.xerces.impl.Constants",
- "com.att.eelf.configuration.EELFLogger$Level",
- "com.att.eelf.configuration.EELFManager"
- );
- }
-}