summaryrefslogtreecommitdiff
path: root/features/fminer.feature
blob: 4e1b83f53d57304bc0d3d29ea45857eba94e39a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@rest
Feature: Fminer

	Scenario Outline: Create fminer features
		Given Content-Type is application/x-yaml
		And Accept-Type is application/x-yaml
		And I post <data> to the dataset webservice
		#And the task is completed
		And I apply fminer for <feature>
		When the task is completed
		Then I should receive a valid URI

	Examples:
		|feature                   |data                   |
		|http://localhost/toxmodel/feature#Hamster%20Carcinogenicity%20(DSSTOX/CPDB)|file: hamster_carcinogenicity.yaml|
	#|http://www.epa.gov/NCCT/dsstox/CentralFieldDef.html#ActivityOutcome_CPDBAS_Hamster|file: hamster_carcinogenicity.yaml|
 # this is too big for sqlite