Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid W. Miller2014-07-16 16:31:23 +0000
committerRoberto E. Escobar2014-08-28 23:59:29 +0000
commit676284e447dbaa97bda637b8907b66e2c0a3b95d (patch)
tree99e39f0798bf5cb86c4912c0c32f9532f526f39a /plugins/org.eclipse.osee.template.engine.test/META-INF
parent9853f0f8d86ad690d9518acf391352ec9235f614 (diff)
downloadorg.eclipse.osee-676284e447dbaa97bda637b8907b66e2c0a3b95d.tar.gz
org.eclipse.osee-676284e447dbaa97bda637b8907b66e2c0a3b95d.tar.xz
org.eclipse.osee-676284e447dbaa97bda637b8907b66e2c0a3b95d.zip
refinement[ats_ATS10815]: Add Low/High requirements report
Diffstat (limited to 'plugins/org.eclipse.osee.template.engine.test/META-INF')
-rw-r--r--plugins/org.eclipse.osee.template.engine.test/META-INF/MANIFEST.MF5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.template.engine.test/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.template.engine.test/META-INF/MANIFEST.MF
index 1d6e58ad957..3a2c3252256 100644
--- a/plugins/org.eclipse.osee.template.engine.test/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.template.engine.test/META-INF/MANIFEST.MF
@@ -9,4 +9,7 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: org.hamcrest.core,
org.junit,
org.junit.runner,
- org.junit.runners
+ org.junit.runners,
+ org.mockito,
+ org.mockito.invocation,
+ org.mockito.stubbing

Back to the top