This repository has been archived on 2025-12-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
tcommon-studio-se/test/plugins/org.talend.testutils/META-INF/MANIFEST.MF
2016-03-23 15:53:23 +08:00

199 lines
6.4 KiB
Plaintext

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mockito
Bundle-SymbolicName: org.talend.testutils
Bundle-Version: 6.2.0.qualifier
Bundle-ClassPath: .,
lib/xpp3.jar,
lib/xstream-1.4.2.jar,
lib/cglib-nodep-2.2.jar,
lib/javassist-3.19.0-GA.jar,
lib/mockito-all-1.9.0.jar,
lib/hamcrest-all-1.2.jar,
lib/powermock-mockito-1.4.12-full.jar,
lib/powermock-classloading-base-1.4.11.jar,
lib/powermock-classloading-xstream-1.4.11.jar,
lib/powermock-module-junit4-rule-1.4.11.jar,
lib/powermock-module-junit4-rule-agent-1.4.11.jar,
lib/classmexer-0.0.3.1.jar
Export-Package: com.javamex.classmexer,
javassist,
javassist.bytecode,
javassist.bytecode.analysis,
javassist.bytecode.annotation,
javassist.bytecode.stackmap,
javassist.compiler,
javassist.compiler.ast,
javassist.convert,
javassist.expr,
javassist.runtime,
javassist.scopedpool,
javassist.tools,
javassist.tools.reflect,
javassist.tools.rmi,
javassist.tools.web,
javassist.util,
javassist.util.proxy,
net.sf.cglib.asm,
net.sf.cglib.asm.signature,
net.sf.cglib.beans,
net.sf.cglib.core,
net.sf.cglib.proxy,
net.sf.cglib.reflect,
net.sf.cglib.transform,
net.sf.cglib.transform.impl,
net.sf.cglib.util,
org.hamcrest,
org.hamcrest.beans,
org.hamcrest.collection,
org.hamcrest.core,
org.hamcrest.generator,
org.hamcrest.generator.config,
org.hamcrest.generator.qdox,
org.hamcrest.generator.qdox.ant,
org.hamcrest.generator.qdox.directorywalker,
org.hamcrest.generator.qdox.junit,
org.hamcrest.generator.qdox.model,
org.hamcrest.generator.qdox.model.util,
org.hamcrest.generator.qdox.parser,
org.hamcrest.generator.qdox.parser.impl,
org.hamcrest.generator.qdox.parser.structs,
org.hamcrest.generator.qdox.tools,
org.hamcrest.integration,
org.hamcrest.internal,
org.hamcrest.number,
org.hamcrest.object,
org.hamcrest.text,
org.hamcrest.xml,
org.junit.runner,
org.mockito,
org.mockito.asm,
org.mockito.asm.signature,
org.mockito.asm.tree,
org.mockito.asm.tree.analysis,
org.mockito.asm.util,
org.mockito.cglib.beans,
org.mockito.cglib.core,
org.mockito.cglib.proxy,
org.mockito.cglib.reflect,
org.mockito.cglib.transform,
org.mockito.cglib.transform.impl,
org.mockito.cglib.util,
org.mockito.configuration,
org.mockito.exceptions,
org.mockito.exceptions.base,
org.mockito.exceptions.misusing,
org.mockito.exceptions.verification,
org.mockito.exceptions.verification.junit,
org.mockito.internal,
org.mockito.internal.configuration,
org.mockito.internal.configuration.injection,
org.mockito.internal.configuration.injection.filter,
org.mockito.internal.creation,
org.mockito.internal.creation.cglib,
org.mockito.internal.creation.jmock,
org.mockito.internal.debugging,
org.mockito.internal.exceptions,
org.mockito.internal.exceptions.base,
org.mockito.internal.exceptions.util,
org.mockito.internal.invocation,
org.mockito.internal.invocation.finder,
org.mockito.internal.invocation.realmethod,
org.mockito.internal.listeners,
org.mockito.internal.matchers,
org.mockito.internal.matchers.apachecommons,
org.mockito.internal.progress,
org.mockito.internal.reporting,
org.mockito.internal.runners,
org.mockito.internal.runners.util,
org.mockito.internal.stubbing,
org.mockito.internal.stubbing.answers,
org.mockito.internal.stubbing.defaultanswers,
org.mockito.internal.util,
org.mockito.internal.util.junit,
org.mockito.internal.util.reflection,
org.mockito.internal.verification,
org.mockito.internal.verification.api,
org.mockito.internal.verification.argumentmatching,
org.mockito.internal.verification.checkers,
org.mockito.invocation,
org.mockito.listeners,
org.mockito.runners,
org.mockito.stubbing,
org.mockito.stubbing.answers,
org.mockito.verification,
org.objenesis,
org.objenesis.instantiator,
org.objenesis.instantiator.basic,
org.objenesis.instantiator.gcj,
org.objenesis.instantiator.jrockit,
org.objenesis.instantiator.sun,
org.objenesis.strategy,
org.powermock.api.extension.listener,
org.powermock.api.extension.proxyframework,
org.powermock.api.mockito,
org.powermock.api.mockito.expectation,
org.powermock.api.mockito.internal,
org.powermock.api.mockito.internal.configuration,
org.powermock.api.mockito.internal.expectation,
org.powermock.api.mockito.internal.invocationcontrol,
org.powermock.api.mockito.internal.mockcreation,
org.powermock.api.mockito.internal.verification,
org.powermock.api.mockito.mockpolicies,
org.powermock.api.mockito.powermocklistener,
org.powermock.api.mockito.verification,
org.powermock.api.support,
org.powermock.api.support.membermodification,
org.powermock.api.support.membermodification.strategy,
org.powermock.api.support.membermodification.strategy.impl,
org.powermock.classloading,
org.powermock.classloading.spi,
org.powermock.core,
org.powermock.core.classloader,
org.powermock.core.classloader.annotations,
org.powermock.core.spi,
org.powermock.core.spi.listener,
org.powermock.core.spi.support,
org.powermock.core.spi.testresult,
org.powermock.core.spi.testresult.impl,
org.powermock.core.testlisteners,
org.powermock.core.transformers,
org.powermock.core.transformers.impl,
org.powermock.mockpolicies,
org.powermock.mockpolicies.impl,
org.powermock.mockpolicies.support,
org.powermock.modules.junit3,
org.powermock.modules.junit3.internal,
org.powermock.modules.junit3.internal.impl,
org.powermock.modules.junit4,
org.powermock.modules.junit4.common.internal,
org.powermock.modules.junit4.common.internal.impl,
org.powermock.modules.junit4.internal.impl,
org.powermock.modules.junit4.internal.impl.testcaseworkaround,
org.powermock.modules.junit4.legacy,
org.powermock.modules.junit4.legacy.internal.impl,
org.powermock.modules.junit4.legacy.internal.impl.testcaseworkaround,
org.powermock.modules.junit4.rule,
org.powermock.modules.testng,
org.powermock.modules.testng.internal,
org.powermock.reflect,
org.powermock.reflect.exceptions,
org.powermock.reflect.internal,
org.powermock.reflect.internal.matcherstrategies,
org.powermock.reflect.internal.primitivesupport,
org.powermock.reflect.matching,
org.powermock.reflect.proxyframework,
org.powermock.reflect.spi,
org.powermock.tests.utils,
org.powermock.tests.utils.impl,
org.talend.test.utils,
org.talend.test.utils.testproperties,
org.talend.testutils.threading
Require-Bundle: org.junit;visibility:=reexport,
org.apache.axis;bundle-version="1.4.0",
org.talend.daikon,
org.talend.components.api,
org.talend.libraries.apache
Eclipse-BuddyPolicy: registered