|
||||||||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
- [jbehave-dev] [jira] (JBEHAVE-838) can I pass multiple... Goops Shre (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-838) can I pass mul... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-838) can I pass mul... Goops Shre (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-838) can I pass mul... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-838) can I pass mul... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-838) can I pass mul... Goops Shre (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-838) can I pass mul... Mauro Talevi (JIRA)
I was following Mauro's steps and came up with this story. Test seems working but no report.. What went wrong?? Please help..
Narrative:
In order to easily discover if a member is compliance with Safety program
Scenario: Retrieve member information by member ID and running rule
Given a data of members
MemberID|FName| LName|CarrierID| GroupID| DOB| Address1| Address2| City| State| ZipCode|
100000000|PINKIE PIE|PONY| | | | | | | | |
100000001|Rainbow|Dash| | | | | | | | |
and providers
ProviderID|FName| LName| Address1| Address2| City| State| ZipCode|
100000000|PINKIE PIE|PONY| | | | | |
100000001|Rainbow|Dash| | | | | |
and claims
ClaimID| MemberID| ProviderID| ClaimStatus|DaysSupply |GPI |Qty|ClaimDt|DrugName|DiagnosisCode|ProviderID| PFName| PLastName| PartyID|
100000000|100000000| 100000002|P| 30|62053550100330|60| | | | | | | |
When something happens
Then I will look at this later
//java codes
@Given("a data of $members and $claims and $providers")
public void TestFixtures(ExamplesTable members, ExamplesTable claims,
ExamplesTable providers) {
}
@When("something happens")
public void run() { System.out.println("something really happen"); }
@Then("I will look at this later")
public void CheckFileOutput() { System.out.println("ready to get fileoutput"); }
//console reports is as follows:
Processing system properties {}
Using controls EmbedderControls[batch=false,skip=false,generateViewAfterStories=true,ignoreFailureInStories=true,ignoreFailureInView=true,verboseFailures=false,verboseFiltering=false,storyTimeoutInSecs=60,threads=2]
(AfterStories)
Generating reports view to 'C:\Projects\GuidedHealth_ProjectWorkspace\jBehaveGHtest\jbehave' using formats '[stats, console, html]' and view properties '{decorateNonHtml=true}'
Reports view generated with 0 stories (of which 0 pending) containing 0 scenarios (of which 0 pending)