Skip to main content
summaryrefslogtreecommitdiffstats
blob: 1c1ec78e05fc10bd5df5e91767a1d6234d8f531b (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: OSEE Define Test
Bundle-SymbolicName: org.eclipse.osee.define.report.test
Bundle-Version: 0.22.0.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Fragment-Host: org.eclipse.osee.define.report
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.hamcrest.core,
 org.junit,
 org.junit.rules,
 org.junit.runner,
 org.junit.runners,
 org.mockito,
 org.mockito.invocation,
 org.mockito.stubbing

Back to the top