Skip to main content
summaryrefslogtreecommitdiffstats
blob: 46fb5545a3224650682d15e8e8d7ab05707c23ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Coverage Test (Incubation)
Bundle-SymbolicName: org.eclipse.osee.coverage.test;singleton:=true
Bundle-Version: 0.20.0.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Fragment-Host: org.eclipse.osee.coverage
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: org.eclipse.osee.framework.core.util,
 org.eclipse.osee.framework.database.init,
 org.junit,
 org.junit.runner,
 org.junit.runners,
 org.mockito,
 org.mockito.invocation,
 org.mockito.stubbing

Back to the top