8000 Test Case Results for Test vowel counts · qas-demo/activeadmin-demo@09398d3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 09398d3

Browse files
committed
Test Case Results for Test vowel counts
1 parent 0b13df7 commit 09398d3

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
package com.pulsedemo.steps;
2+
3+
import org.junit.Assert;
4+
5+
import cucumber.api.java.en.Given;
6+
import cucumber.api.java.en.Then;
7+
import cucumber.api.java.en.When;
8+
9+
@Given("^API version for word counts must be 1.2.23$")
10+
public void API version for word counts must be 1.2.23 throws Throwable {
11+
throw new PendingException();
12+
}
13+
14+
@When("^The word "gauge" should have "3" vowels$")
15+
public void The word "gauge" should have "3" vowels$ throws Throwable {
16+
throw new PendingException();
17+
}
18+
19+
@Then ("^"3"$")
20+
public void "3" throws Throwable {
21+
assertEquals(""3"", "");
22+
}

0 commit comments

Comments
 (0)
0